You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
348 B
21 lines
348 B
.notification_widget {
|
|
color: @navbar-default-link-color;
|
|
z-index: 10;
|
|
background: @notification_widget_bg;
|
|
.btn-default();
|
|
}
|
|
|
|
.notification_widget.warning {
|
|
.btn-warning();
|
|
}
|
|
.notification_widget.success {
|
|
.btn-success();
|
|
}
|
|
.notification_widget.info {
|
|
.btn-info();
|
|
}
|
|
.notification_widget.danger {
|
|
.btn-danger();
|
|
}
|
|
|