mediawiki-extensions-Echo/modules/nojs/mw.echo.alert.less
Volker E 6d2e560c1e Introduce stylelint
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
2016-10-04 18:15:02 -07:00

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;
}