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 {
|
|
|
|
&-row {
|
2024-05-15 20:31:21 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-03-25 13:47:46 +00:00
|
|
|
|
|
|
|
&-title {
|
2024-05-15 20:31:21 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
align-self: end;
|
2016-05-19 20:55:21 +00:00
|
|
|
}
|
|
|
|
}
|
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 */
|