mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
e85d881817
In a distant future those might be replaced by core WikimediaUI Base and this is a sane preparation for it. Change-Id: I8907c8908f3b775be36b16a6782d7e9719e30c4c
27 lines
479 B
Plaintext
27 lines
479 B
Plaintext
@import '../echo.variables.less';
|
|
|
|
.mw-echo-ui-confirmationPopupWidget {
|
|
position: relative;
|
|
bottom: 1em;
|
|
width: 100%;
|
|
text-align: center;
|
|
|
|
&-popup {
|
|
background-color: @background-color-popup-confirmation;
|
|
color: @color-base--inverted;
|
|
display: inline-block;
|
|
border-radius: @border-radius-base;
|
|
padding: 0.5em 1em;
|
|
text-align: left;
|
|
|
|
span {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.oo-ui-iconElement-icon {
|
|
display: inline-block;
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
}
|