mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
eadaac1c84
Bug: T139646 Change-Id: I827cb43d5badd0a13666226691450a73ddcc85ea
40 lines
618 B
Plaintext
40 lines
618 B
Plaintext
@import '../echo.variables';
|
|
|
|
.mw-echo-ui-pageNotificationsOptionWidget {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
clear: both;
|
|
|
|
&-icon {
|
|
float: left;
|
|
.oo-ui-iconElement-icon {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
&-empty {
|
|
.mw-echo-ui-pageNotificationsOptionWidget-count,
|
|
.mw-echo-ui-pageNotificationsOptionWidget-title-label {
|
|
color: @grey-light;
|
|
}
|
|
}
|
|
|
|
&-title {
|
|
padding: 0.2em 0;
|
|
}
|
|
|
|
&-count {
|
|
float: right;
|
|
padding: 0.2em 0.5em;
|
|
margin-left: 0.5em;
|
|
background-color: #eee;
|
|
border-radius: 2px;
|
|
color: @grey-medium;
|
|
|
|
.oo-ui-optionWidget-selected & {
|
|
background-color: #bbb;
|
|
}
|
|
}
|
|
|
|
}
|