mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
d7ebaf8c8b
Change-Id: Iebfd55c8e7f52f207f45dc547fccaf89107e8a32
25 lines
379 B
Plaintext
25 lines
379 B
Plaintext
.mw-echo-ui-confirmationPopupWidget {
|
|
position: relative;
|
|
bottom: 1em;
|
|
width: 100%;
|
|
text-align: center;
|
|
|
|
&-popup {
|
|
display: inline-block;
|
|
background-color: #333;
|
|
border-radius: 2px;
|
|
padding: 0.5em 1em;
|
|
text-align: left;
|
|
color: #fff;
|
|
|
|
span {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.oo-ui-iconElement-icon {
|
|
display: inline-block;
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
}
|