mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less
Moriel Schottlender a4659baec5 Add OOUI widgets for cross-wiki bundled notifications
* 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
2015-12-14 17:22:34 -08:00

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;
}
}
}