mediawiki-skins-MinervaNeue/skinStyles/ext.echo.styles.badge.less
Jon Robson 7187ce5594 Move skinStyle from Echo to Minerva
Bug: T257143
Change-Id: I1999185d19e171900f2da5acbd39125013d3582c
2022-11-19 00:24:08 +00:00

26 lines
411 B
Plaintext

/* stylelint-disable selector-max-id */
#pt-notifications-alert {
.mw-echo-notifications-badge-dimmed,
.mw-echo-notifications-badge {
top: 0;
margin: 0;
}
a.mw-ui-icon-wikimedia-bellOutline-base20 {
color: transparent;
}
}
#pt-notifications-alert.oo-ui-widget {
list-style: none;
width: 1.25em;
height: 1.25em;
padding: 0.75em;
vertical-align: middle;
a {
height: auto;
padding: 0;
}
}