Matteo Scandolo | 266907e | 2016-12-20 13:41:42 -0800 | [diff] [blame] | 1 | #toast-container [toast]:not(:first-child) { |
| 2 | margin-top: 10px !important; |
Matteo Scandolo | a8a6fbb | 2016-12-21 16:59:08 -0800 | [diff] [blame] | 3 | } |
| 4 | |
| 5 | xos-header { |
| 6 | .navbar-brand { |
| 7 | padding: 10px 30px !important; |
| 8 | position: relative; |
| 9 | background: #24262d !important; |
| 10 | span { |
| 11 | position: absolute; |
| 12 | right: 30px; |
| 13 | bottom: 0; |
| 14 | color: #24262d; |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | .navbar-default { |
| 19 | background: #2a2d35 !important; |
| 20 | } |
Matteo Scandolo | 63e43eb | 2016-12-14 14:18:53 -0800 | [diff] [blame] | 21 | } |