Matteo Scandolo | 2906911 | 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; |
| 13 | } |
| 14 | |
| 15 | .notification-panel { |
| 16 | position: absolute; |
| 17 | width: 200px; |
| 18 | } |
| 19 | |
| 20 | sync-status { |
| 21 | .badge { |
| 22 | &.success { |
| 23 | background-color: $brand-success; |
| 24 | } |
| 25 | |
Matteo Scandolo | c806574 | 2016-06-01 08:35:15 -0700 | [diff] [blame] | 26 | &.warning { |
| 27 | background-color: $brand-warning; |
Matteo Scandolo | 2906911 | 2016-05-27 14:52:37 -0700 | [diff] [blame] | 28 | } |
| 29 | } |
| 30 | } |
| 31 | } |