2016-04-10 13:31:02 +00:00
|
|
|
@import '../echo.variables';
|
2016-02-26 22:27:14 +00:00
|
|
|
|
2016-04-10 13:31:02 +00:00
|
|
|
.mw-echo-ui-subGroupListWidget {
|
2015-10-16 23:18:25 +00:00
|
|
|
|
|
|
|
&:not(:first-child) {
|
2016-03-04 00:19:45 +00:00
|
|
|
padding-top: @bundle-group-padding;
|
2015-10-16 23:18:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-title {
|
2016-03-15 23:35:37 +00:00
|
|
|
// Override OOUI's line height for labels
|
|
|
|
line-height: 1em !important;
|
2015-10-16 23:18:25 +00:00
|
|
|
font-weight: bold;
|
|
|
|
color: #666666;
|
2016-02-26 22:27:14 +00:00
|
|
|
margin-bottom: @bundle-group-padding;
|
|
|
|
}
|
|
|
|
|
2016-04-10 13:31:02 +00:00
|
|
|
.mw-echo-ui-sortedListWidget {
|
2016-02-26 22:27:14 +00:00
|
|
|
margin-bottom: @bundle-group-padding / 2;
|
2015-10-16 23:18:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-echo-ui-notificationItemWidget {
|
|
|
|
padding: 0.5em;
|
|
|
|
border: 1px solid #DDDDDD;
|
2016-03-10 23:22:14 +00:00
|
|
|
box-sizing: border-box;
|
2015-10-16 23:18:25 +00:00
|
|
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-icon img {
|
|
|
|
height: 1.5em;
|
|
|
|
width: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-content {
|
2016-01-13 03:36:47 +00:00
|
|
|
padding-left: 0.5em + 1.5em;
|
2015-10-16 23:18:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-markAsReadButton {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|