2023-04-03 19:44:38 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2019-10-25 20:53:39 +00:00
|
|
|
@import '../echo.variables.less';
|
2016-02-26 22:27:14 +00:00
|
|
|
|
2016-04-10 13:31:02 +00:00
|
|
|
.mw-echo-ui-subGroupListWidget {
|
2017-02-17 23:41:15 +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
|
|
|
}
|
|
|
|
|
2016-05-19 20:55:21 +00:00
|
|
|
&-header {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&-row {
|
|
|
|
display: table-row;
|
|
|
|
|
2018-03-25 13:47:46 +00:00
|
|
|
&-cell {
|
2016-05-19 20:55:21 +00:00
|
|
|
display: table-cell;
|
2018-03-25 13:47:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-title {
|
2016-05-19 20:55:21 +00:00
|
|
|
width: 100%;
|
|
|
|
vertical-align: bottom;
|
2018-03-25 13:47:46 +00:00
|
|
|
white-space: nowrap;
|
2016-06-29 10:01:24 +00:00
|
|
|
|
|
|
|
.oo-ui-labelElement-label {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
2016-05-19 20:55:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&-markAllReadButton {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
2016-02-26 22:27:14 +00:00
|
|
|
}
|
2023-12-16 01:48:00 +00:00
|
|
|
}
|
2016-02-26 22:27:14 +00:00
|
|
|
|
2023-12-16 01:48:00 +00:00
|
|
|
/* stylelint-disable no-descending-specificity */
|
|
|
|
.mw-echo-ui-subGroupListWidget,
|
|
|
|
.mw-echo-ui-bundleNotificationItemWidget-group {
|
|
|
|
.mw-echo-ui-sortedListWidget-group:not( :empty ) {
|
2023-11-17 12:36:31 +00:00
|
|
|
border: @border-width-base @border-style-base @border-color-subtle;
|
2015-10-16 23:18:25 +00:00
|
|
|
}
|
|
|
|
}
|
2023-12-16 01:48:00 +00:00
|
|
|
/* stylelint-enable no-descending-specificity */
|