blob: 1f39483f4749c0b4eadad04da8ed1b36334d353b [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;
}
&.danger {
background-color: $brand-danger;
}
}
}
}