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.
22 lines
371 B
22 lines
371 B
.notification_widget {
|
|
color: @navbar-default-link-color;
|
|
z-index: 10;
|
|
background: @notification_widget_bg;
|
|
margin-right: 4px;
|
|
.btn-default();
|
|
}
|
|
|
|
.notification_widget.warning {
|
|
.btn-warning();
|
|
}
|
|
.notification_widget.success {
|
|
.btn-success();
|
|
}
|
|
.notification_widget.info {
|
|
.btn-info();
|
|
}
|
|
.notification_widget.danger {
|
|
.btn-danger();
|
|
}
|
|
|