mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
415b7b9851
Some LESS parsers will get confused with the lack of file extension. It's better to be explicit and in alignment with recent change in core I379334d7729e587a2a00. It was already weirdly mixed in this repo with some imports featuring extension and some not. Change-Id: Ib208607c850fa2492b13cd3d449c04ebc2c21a01
39 lines
533 B
Plaintext
39 lines
533 B
Plaintext
@import '../echo.variables.less';
|
|
@import '../echo.mixins.less';
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|