mediawiki-extensions-Echo/modules/nojs/mw.echo.alert.less
Volker E e85d881817 Replace static border radius value with var
In a distant future those might be replaced by core WikimediaUI Base
and this is a sane preparation for it.

Change-Id: I8907c8908f3b775be36b16a6782d7e9719e30c4c
2020-04-15 18:09:48 -07:00

10 lines
207 B
Plaintext

@import '../echo.variables.less';
.mw-echo-alert {
background-color: #fc3;
color: @color-base--emphasized;
border-radius: @border-radius-base;
padding: 0.25em 0.8em 0.2em 0.8em;
font-weight: normal;
}