mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 22:32:58 +00:00
e3effd4201
Change-Id: Ibaebea290b2a912fdc9914cfc12d7916a0fe1d18 Depends-On: I157e41631c4a09842b869215b0d6dbb99c1a4d36
18 lines
284 B
Plaintext
18 lines
284 B
Plaintext
@import 'mediawiki.ui/variables';
|
|
|
|
/* mediawiki.notification */
|
|
|
|
.mw-notification-area {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.mw-notification-area-layout {
|
|
top: 7em;
|
|
}
|
|
|
|
.mw-notification {
|
|
border: 1px solid @colorFieldBorder;
|
|
border-radius: 2px;
|
|
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
|
|
}
|