mediawiki-extensions-Echo/modules/styles/mw.echo.ui.FooterNoticeWidget.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
523 B
Plaintext

@import '../echo.variables';
@import '../echo.mixins';
.mw-echo-ui-footerNoticeWidget {
padding: 0.5em;
border-bottom: 1px solid #c8ccd1;
white-space: normal;
line-height: 16px;
&-row {
display: table-row;
}
&-dismiss,
&-info,
&-label {
display: table-cell;
}
&-label {
width: 100%;
}
&-icon {
padding-right: 0.5em;
}
&-dismiss,
&-info {
.mw-echo-ui-mixin-hover-opacity();
vertical-align: top;
.oo-ui-iconElement-icon {
width: 1.3em !important;
height: 1.3em !important;
}
}
}