##// END OF EJS Templates
Merge pull request #8174 from minrk/notification-pad...
Merge pull request #8174 from minrk/notification-pad add 4px between notification areas

File last commit:

r20937:96aea1c9
r20978:ae9903d7 merge
Show More
notificationwidget.less
21 lines | 371 B | text/x-less | LessCssLexer
.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();
}