2015-11-04 14:47:48 +00:00
|
|
|
@import '../echo.variables';
|
|
|
|
@import '../echo.variables.vector';
|
|
|
|
|
|
|
|
/* We have to include the #pt-notifications selector due to monobook */
|
|
|
|
.mw-echo-notifications-badge {
|
2016-07-20 00:24:17 +00:00
|
|
|
&.oo-ui-flaggedElement-unseen,
|
2015-11-04 14:47:48 +00:00
|
|
|
&.mw-echo-unseen-notifications {
|
2016-07-20 00:24:17 +00:00
|
|
|
#pt-notifications-alert &:after {
|
|
|
|
background-color: @badge-counter-background-unseen-alert;
|
2015-11-04 14:47:48 +00:00
|
|
|
}
|
2016-07-20 00:24:17 +00:00
|
|
|
|
|
|
|
#pt-notifications-notice &:after {
|
|
|
|
background-color: @badge-counter-background-unseen-message;
|
2015-11-04 14:47:48 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|