Matteo Scandolo | 42e3fe2 | 2016-05-27 14:52:37 -0700 | [diff] [blame] | 1 | @import '../../../../style/sass/lib/_variables.scss'; |
| 2 | |
| 3 | #xosSynchronizerNotifier { |
| 4 | |
| 5 | float: left; |
| 6 | |
| 7 | .alert { |
| 8 | margin-bottom: 0px !important; |
| 9 | } |
| 10 | |
| 11 | .sync-status-container { |
| 12 | position: relative; |
Matteo Scandolo | e0afc4e | 2016-06-01 10:58:25 -0700 | [diff] [blame] | 13 | z-index: 200; |
Matteo Scandolo | 42e3fe2 | 2016-05-27 14:52:37 -0700 | [diff] [blame] | 14 | } |
| 15 | |
| 16 | .notification-panel { |
| 17 | position: absolute; |
| 18 | width: 200px; |
| 19 | } |
| 20 | |
| 21 | sync-status { |
| 22 | .badge { |
| 23 | &.success { |
| 24 | background-color: $brand-success; |
| 25 | } |
| 26 | |
Matteo Scandolo | 99ac4ae | 2016-06-01 08:35:15 -0700 | [diff] [blame] | 27 | &.warning { |
| 28 | background-color: $brand-warning; |
Matteo Scandolo | 42e3fe2 | 2016-05-27 14:52:37 -0700 | [diff] [blame] | 29 | } |
| 30 | } |
| 31 | } |
| 32 | } |