mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
6d2e560c1e
Introducing stylelint with configuration rules compliant to Wikimedia CSS Coding Standards 'stylelint-config-wikimedia', nullifying some for now and making majority pass. Change-Id: I2c4acee41c9b56d9b00e2a2c5b7ab0ab5de454ce
25 lines
381 B
Plaintext
25 lines
381 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: #fff;
|
|
|
|
span {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.oo-ui-iconElement-icon {
|
|
display: inline-block;
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
}
|