mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less
Justin Du 7b5cf41e37 Adjust layout for new notification panel designs
Bug: T122646
Change-Id: I6cb6d121eb7e32737b1d73743061e1435e869c93
2016-01-18 18:00:14 -08:00

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