##// END OF EJS Templates
Merge pull request #8415 from damianavila/fix_fragments...
Merge pull request #8415 from damianavila/fix_fragments Fix propagation of fragments across multiple slides/subslides.

File last commit:

r21018:2be7680b
r21336:9669ad62 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();
}