notificationwidget.less
13 lines
| 270 B
| text/x-less
|
LessCssLexer
Brian E. Granger
|
r15115 | .notification_widget { | ||
MinRK
|
r10971 | color: @navbarLinkColor; | ||
padding: 1px 12px; | ||||
margin: 2px 4px; | ||||
Brian E. Granger
|
r10730 | z-index: 10; | ||
MinRK
|
r10932 | border: 1px solid #ccc; | ||
Matthias BUSSONNIER
|
r13547 | border-radius: @baseBorderRadius; | ||
MinRK
|
r10932 | background: rgba(240, 240, 240, 0.5); | ||
Matthias BUSSONNIER
|
r15042 | |||
&.span { | ||||
padding-right:2px; | ||||
} | ||||
Brian E. Granger
|
r10730 | } | ||