block.js
6 years ago
deprecated.js
6 years ago
style.css
6 years ago
style.css.map
6 years ago
style.scss
6 years ago
style.css
35 lines
| 1 | .alert { |
| 2 | padding: 1em; |
| 3 | margin: 1em 0; |
| 4 | border-radius: 3px; } |
| 5 | .alert p { |
| 6 | margin-bottom: 0; } |
| 7 | .alert + .alert { |
| 8 | margin-top: 2em; } |
| 9 | .alert a { |
| 10 | transition: color .3s linear, opacity .3s linear; } |
| 11 | .alert a:link, .alert a:visited { |
| 12 | opacity: .8; |
| 13 | text-decoration: underline; } |
| 14 | .alert a:hover, .alert a:visited { |
| 15 | opacity: 1; |
| 16 | text-decoration: none; } |
| 17 | .alert-success { |
| 18 | background-color: #dff0d8; |
| 19 | color: #3c763d; |
| 20 | border-color: #d6e9c6; } |
| 21 | .alert-info { |
| 22 | background-color: #d9edf7; |
| 23 | color: #31708f; |
| 24 | border-color: #bce8f1; } |
| 25 | .alert-warning { |
| 26 | background-color: #fcf8e3; |
| 27 | color: #8a6d3b; |
| 28 | border-color: #faebcc; } |
| 29 | .alert-danger { |
| 30 | background-color: #f2dede; |
| 31 | color: #a94442; |
| 32 | border-color: #ebccd1; } |
| 33 | |
| 34 | /*# sourceMappingURL=style.css.map */ |
| 35 |