blob: 1f39483f4749c0b4eadad04da8ed1b36334d353b [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
26 &.danger {
27 background-color: $brand-danger;
28 }
29 }
30 }
31}