blob: d101d76440d1f98a83d5007713d60c41cafe4adb [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;
Matteo Scandoloe0afc4e2016-06-01 10:58:25 -070013 z-index: 200;
Matteo Scandolo42e3fe22016-05-27 14:52:37 -070014 }
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 Scandolo99ac4ae2016-06-01 08:35:15 -070027 &.warning {
28 background-color: $brand-warning;
Matteo Scandolo42e3fe22016-05-27 14:52:37 -070029 }
30 }
31 }
32}