mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
7b5cf41e37
Bug: T122646 Change-Id: I6cb6d121eb7e32737b1d73743061e1435e869c93
34 lines
440 B
Plaintext
34 lines
440 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: 0.5em + 1.5em;
|
|
}
|
|
|
|
&-markAsReadButton {
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
}
|