mediawiki-extensions-Echo/modules/styles/mw.echo.ui.SubGroupListWidget.less
Derk-Jan Hartman 1594089142 Special:Notifications: Add additional wrapping
Bug: T337954
Change-Id: Ia34e68eff3bcd52bd4ba0017bd5b8b271fd528c6
2024-06-07 20:35:15 +00:00

31 lines
635 B
Plaintext

@import 'mediawiki.skin.variables.less';
@import '../echo.variables.less';
.mw-echo-ui-subGroupListWidget {
&:not( :first-child ) {
padding-top: @bundle-group-padding;
}
&-header {
&-row {
display: flex;
align-items: center;
flex-wrap: wrap;
&-title {
flex-grow: 1;
align-self: end;
}
}
}
}
/* stylelint-disable no-descending-specificity */
.mw-echo-ui-subGroupListWidget,
.mw-echo-ui-bundleNotificationItemWidget-group {
.mw-echo-ui-sortedListWidget-group:not( :empty ) {
border: @border-width-base @border-style-base @border-color-subtle;
}
}
/* stylelint-enable no-descending-specificity */