mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less
Moriel Schottlender b62185bf81 Adjust group bundle styles
Bug: T128069
Change-Id: If1e5d9811f4569e93ab9ba3064699ce6a6d907f7
2016-02-29 20:16:42 +00:00

41 lines
612 B
Plaintext

@import '../../echo.variables';
.mw-echo-ui-bundledNotificationGroupWidget {
&:not(:first-child) {
margin-top: @bundle-group-padding;
}
&-title {
font-weight: bold;
color: #666666;
margin-bottom: @bundle-group-padding;
}
.mw-echo-ui-notificationsWidget {
margin-bottom: @bundle-group-padding / 2;
}
.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;
}
}
}