annotate app/assets/stylesheets/_components.scss @ 386:bf9e350f8a2b

Add styling to the alerts.
author nanaya <me@myconan.net>
date Sun, 07 Jun 2015 10:24:35 +0900
parents 2ad092e60975
children 6cd41974d4b0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
379
2ad092e60975 [mq]: new-design
nanaya <me@myconan.net>
parents:
diff changeset
1 .input-url1 { display: none; }
2ad092e60975 [mq]: new-design
nanaya <me@myconan.net>
parents:
diff changeset
2
2ad092e60975 [mq]: new-design
nanaya <me@myconan.net>
parents:
diff changeset
3 input[type=radio] {
2ad092e60975 [mq]: new-design
nanaya <me@myconan.net>
parents:
diff changeset
4 margin-right: $spacing/2;
2ad092e60975 [mq]: new-design
nanaya <me@myconan.net>
parents:
diff changeset
5 }
386
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
6
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
7 .alert {
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
8 padding: $spacing;
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
9 }
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
10
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
11 .alert-danger {
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
12 background-color: $danger;
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
13 }
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
14
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
15 .alert-info {
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
16 background-color: $info;
bf9e350f8a2b Add styling to the alerts.
nanaya <me@myconan.net>
parents: 379
diff changeset
17 }