mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
c2dba98a9d
Change-Id: I2789e3b93d1fc5743ea94b946fcd3e3ba8798e5e
39 lines
523 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|