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

15 lines
283 B
Plaintext
Raw Normal View History

@import '../echo.variables.less';
#pt-notifications-notice .mw-echo-notifications-badge,
#pt-notifications-alert .mw-echo-notifications-badge {
display: inline-block;
background-size: 16px 16px;
background-repeat: no-repeat;
top: -1px;
&:after {
top: 6px;
left: 45%;
}
}