blob: 273131a1651e1c3f9c6d28369b2fcd56bd4a3716 [file] [log] [blame]
@import '../../../../style/sass/lib/_variables.scss';
#xosSynchronizerNotifier {
float: left;
.alert {
margin-bottom: 0px !important;
}
.sync-status-container {
position: relative;
}
.notification-panel {
position: absolute;
width: 200px;
}
sync-status {
.badge {
&.success {
background-color: $brand-success;
}
&.warning {
background-color: $brand-warning;
}
}
}
}