mediawiki-extensions-Echo/modules/styles/mw.echo.ui.SubGroupListWidget.less
Volker E c2dba98a9d build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass
Change-Id: I2789e3b93d1fc5743ea94b946fcd3e3ba8798e5e
2019-01-09 18:42:06 -08:00

39 lines
549 B
Plaintext

@import '../echo.variables';
.mw-echo-ui-subGroupListWidget {
&:not( :first-child ) {
padding-top: @bundle-group-padding;
}
&-header {
display: table;
width: 100%;
&-row {
display: table-row;
&-cell {
display: table-cell;
}
&-title {
width: 100%;
vertical-align: bottom;
white-space: nowrap;
.oo-ui-labelElement-label {
white-space: normal;
}
}
&-markAllReadButton {
text-align: right;
}
}
}
.mw-echo-ui-sortedListWidget {
margin-bottom: @bundle-group-padding / 2;
}
}