mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +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
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
.mw-echo-alert {
|
|
border-radius: 2px;
|
|
background-color: #f9c557;
|
|
padding: 0.25em 0.8em 0.2em 0.8em;
|
|
color: #555;
|
|
font-weight: normal;
|
|
}
|