mediawiki-extensions-Echo/modules/echo.mixins.less
Moriel Schottlender 327466a2d3 Align notification badge higher on the personal navigation bar
Bug: T108190
Change-Id: Id25213689c2ec9a6031bd120020c0b5ebde6e14f
2015-09-07 16:32:57 -07:00

14 lines
248 B
Plaintext

// Begin Mixins
.mixin-notifications-badge() {
border-radius: 0.2em;
background-color: #d2d2d2;
font-size: 1.125em;
font-weight: bold;
color: white;
cursor: pointer;
text-decoration: none;
background-color: #d2d2d2;
margin-top: -0.2em;
}