mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
d4682c9f14
Toast messages carry now `#222`. This should be used here as well. Bug: T177723 Change-Id: I7e1f6c2e1937353b0485ed0b5c2737742c62e770
25 lines
379 B
Plaintext
25 lines
379 B
Plaintext
.mw-echo-ui-confirmationPopupWidget {
|
|
position: relative;
|
|
bottom: 1em;
|
|
width: 100%;
|
|
text-align: center;
|
|
|
|
&-popup {
|
|
background-color: #222;
|
|
color: #fff;
|
|
display: inline-block;
|
|
border-radius: 2px;
|
|
padding: 0.5em 1em;
|
|
text-align: left;
|
|
|
|
span {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.oo-ui-iconElement-icon {
|
|
display: inline-block;
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
}
|