mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
f449c68780
Mainly used for mobile actions, and should be appended to the overlay - this widget assumes it should appear and then fade out with some confirmation message. Also moved 'doubleCheck' icon to the ooui definitions, including an inverted icon that is necessary for this widget. Bug: T141404 Change-Id: I67a44962eaee6b7bd8cac26dcb5277177fa5d224
25 lines
382 B
Plaintext
25 lines
382 B
Plaintext
.mw-echo-ui-confirmationPopupWidget {
|
|
position: relative;
|
|
bottom: 1em;
|
|
width: 100%;
|
|
text-align: center;
|
|
|
|
&-popup {
|
|
display: inline-block;
|
|
background-color: #333;
|
|
border-radius: 0.5em;
|
|
padding: 0.5em 1em;
|
|
text-align: left;
|
|
color: white;
|
|
|
|
span {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.oo-ui-iconElement-icon {
|
|
display: inline-block;
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
}
|