VectorGOLEM/skinStyles/mediawiki.notification.less
Volker E f2695a5bf3 hygiene: Make LESS imports non-ambigious
Some LESS parsers will get confused with the lack of file extension.
It's better to be explicit and in alignment with recent change in core
I379334d7729e587a2a00.
It was already weirdly mixed in this repo with some imports featuring
extension and some not.

Change-Id: If5065cf9e30289de9b4fd33315bd65b75959ecb7
2019-10-25 20:54:49 +00:00

19 lines
346 B
Plaintext

@import 'mediawiki.ui/variables.less';
@import '../variables.less';
/* mediawiki.notification */
.mw-notification-area {
font-size: @font-size-notification;
}
.mw-notification-area-layout {
top: 7em;
}
.mw-notification {
border: 1px solid @colorFieldBorder;
border-radius: @borderRadius;
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
}