blob: 273131a1651e1c3f9c6d28369b2fcd56bd4a3716 [file] [log] [blame]
Matteo Scandolo42e3fe22016-05-27 14:52:37 -07001@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 Scandolo99ac4ae2016-06-01 08:35:15 -070026 &.warning {
27 background-color: $brand-warning;
Matteo Scandolo42e3fe22016-05-27 14:52:37 -070028 }
29 }
30 }
31}