@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; | |
} | |
} | |
} | |
} |