mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 17:20:40 +00:00
1594089142
Bug: T337954 Change-Id: Ia34e68eff3bcd52bd4ba0017bd5b8b271fd528c6
31 lines
635 B
Plaintext
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 */
|