mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
a4659baec5
* Add the ability to use bundled expandable notification groups * Display bundled cross-wiki notifications following the design Bug: T115419 Bug: T115423 Bug: T115422 Change-Id: I8c3eba6d627c3f06d51d74fc9774e3fc2d02915d
34 lines
430 B
Plaintext
34 lines
430 B
Plaintext
.mw-echo-ui-bundledNotificationGroupWidget {
|
|
|
|
&:not(:first-child) {
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
&-title {
|
|
font-weight: bold;
|
|
color: #666666;
|
|
}
|
|
|
|
.mw-echo-ui-notificationItemWidget {
|
|
padding: 0.5em;
|
|
border: 1px solid #DDDDDD;
|
|
|
|
&:not(:last-child) {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
&-icon img {
|
|
height: 1.5em;
|
|
width: 1.5em;
|
|
}
|
|
|
|
&-content {
|
|
padding-left: 2em;
|
|
}
|
|
|
|
&-markAsReadButton {
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
}
|