mediawiki-extensions-Echo/modules/nojs/mw.echo.alert.less
Amir Sarabadani 550dc4ee88 Align echo alert colors to WikimediaUI color palette
Change-Id: I4a6d53f7a5407838ce43f12b3a8ec6dde365ce4c
2016-12-01 07:30:01 +00:00

8 lines
140 B
Plaintext

.mw-echo-alert {
border-radius: 2px;
background-color: #fc3;
padding: 0.25em 0.8em 0.2em 0.8em;
color: #54595d;
font-weight: normal;
}