2016-04-10 13:31:02 +00:00
|
|
|
@import '../echo.variables';
|
|
|
|
@import '../echo.mixins';
|
2016-03-18 00:00:05 +00:00
|
|
|
|
|
|
|
.mw-echo-ui-footerNoticeWidget {
|
|
|
|
padding: 0.5em;
|
2016-10-05 00:11:41 +00:00
|
|
|
border-bottom: 1px solid #ddd;
|
2016-04-08 20:55:03 +00:00
|
|
|
white-space: normal;
|
2016-04-18 22:43:40 +00:00
|
|
|
line-height: 16px;
|
2016-03-18 00:00:05 +00:00
|
|
|
|
|
|
|
&-row {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-dismiss,
|
|
|
|
&-info,
|
|
|
|
&-label {
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-label {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-icon {
|
|
|
|
padding-right: 0.5em;
|
|
|
|
}
|
2016-03-24 22:08:26 +00:00
|
|
|
|
|
|
|
&-dismiss,
|
|
|
|
&-info {
|
|
|
|
.mw-echo-ui-mixin-hover-opacity();
|
|
|
|
|
2016-05-02 21:36:01 +00:00
|
|
|
vertical-align: top;
|
|
|
|
|
2016-03-24 22:08:26 +00:00
|
|
|
.oo-ui-iconElement-icon {
|
|
|
|
width: 1.3em !important;
|
|
|
|
height: 1.3em !important;
|
|
|
|
}
|
|
|
|
}
|
2016-03-18 00:00:05 +00:00
|
|
|
}
|