mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 11:58:44 +00:00
6cc10e47ac
Change-Id: Ie2f2c0519f543f7131ef62c0d94c8de27481d008
19 lines
341 B
Plaintext
19 lines
341 B
Plaintext
@import 'mediawiki.ui/variables';
|
|
@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 );
|
|
}
|