notificationwidget.less
20 lines
| 348 B
| text/x-less
|
LessCssLexer
Brian E. Granger
|
r15115 | .notification_widget { | ||
Jonathan Frederic
|
r16912 | color: @navbar-default-link-color; | ||
Brian E. Granger
|
r10730 | z-index: 10; | ||
Jason Grout
|
r17292 | background: @notification_widget_bg; | ||
Matthias BUSSONNIER
|
r17368 | .btn-default(); | ||
Brian E. Granger
|
r10730 | } | ||
Matthias BUSSONNIER
|
r17368 | |||
.notification_widget.warning { | ||||
Matthias BUSSONNIER
|
r17391 | .btn-warning(); | ||
Matthias BUSSONNIER
|
r17368 | } | ||
.notification_widget.success { | ||||
Matthias BUSSONNIER
|
r17391 | .btn-success(); | ||
Matthias BUSSONNIER
|
r17368 | } | ||
.notification_widget.info { | ||||
Matthias BUSSONNIER
|
r17391 | .btn-info(); | ||
Matthias BUSSONNIER
|
r17368 | } | ||
.notification_widget.danger { | ||||
Matthias BUSSONNIER
|
r17391 | .btn-danger(); | ||
Matthias BUSSONNIER
|
r17368 | } | ||