summaryrefslogtreecommitdiff
blob: e0ee3cb1be80b97ba7834fca30bd9e4ed719cefc (plain)
1
2
3
4
5
6
7
8
9
@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;
}