mediawiki-extensions-Echo/modules/nojs/mw.echo.badge.monobook.less

26 lines
497 B
Plaintext
Raw Normal View History

@import '../echo.variables';
/* We have to include the #pt-notifications selector due to monobook */
.mw-echo-notifications-badge {
#pt-notifications-notice &,
#pt-notifications-alert & {
display: inline-block;
width: 16px;
height: 16px;
top: -@badge-offscreen-offset - 1px;
&:before {
background-size: 16px 16px;
}
&:after {
top: @badge-offscreen-offset + 3px;
}
}
}
#p-personal #pt-notifications-alert,
#p-personal #pt-notifications-notice {
margin-right: 0.2em;
}