mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
462ef564e8
Bug: T138454 Change-Id: Ib19f9ab1cedc4613c9ac3a07d40111dd39a55774
33 lines
467 B
Plaintext
33 lines
467 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;
|
|
}
|
|
}
|
|
|
|
&-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;
|
|
}
|
|
}
|
|
|
|
}
|