mediawiki-extensions-Echo/modules/ooui/styles/mw.echo.ui.FooterNoticeWidget.less
Roan Kattouw 73b0a083d4 FooterNoticeWidget: Top-align the close icon
Bug: T117669
Change-Id: I70d8df95e719824c8f135d01d6d9bf63a20daf02
2016-05-02 14:36:01 -07:00

40 lines
530 B
Plaintext

@import '../../echo.variables';
@import '../../echo.mixins';
.mw-echo-ui-footerNoticeWidget {
padding: 0.5em;
border-bottom: 1px solid #DDDDDD;
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;
}
}
}