mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
8e76bc4126
Changing the way Echo's front-end architecture works to work with model-view-controller methodology. Change-Id: I97862402c41bc04dd41cd08d79f19ff677340249
40 lines
524 B
Plaintext
40 lines
524 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;
|
|
}
|
|
}
|
|
}
|