Mercurial > zeropaste
annotate app/assets/stylesheets/_components.scss @ 388:797e351b2e2b
Remove alerts and title from show.
Already shown by layout.
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 07 Jun 2015 10:33:17 +0900 |
parents | 6cd41974d4b0 |
children |
rev | line source |
---|---|
379 | 1 .input-url1 { display: none; } |
2 | |
3 input[type=radio] { | |
4 margin-right: $spacing/2; | |
5 } | |
386 | 6 |
7 .alert { | |
8 padding: $spacing; | |
9 } | |
10 | |
11 .alert-danger { | |
12 background-color: $danger; | |
387 | 13 |
14 strong { color: $danger-dark; } | |
386 | 15 } |
16 | |
17 .alert-info { | |
18 background-color: $info; | |
387 | 19 |
20 strong { color: $info-dark; } | |
386 | 21 } |
387 | 22 |
23 .field_with_errors { | |
24 display: flex; | |
25 border: 2px solid $danger-dark; | |
26 } |