96d719b31c
Also - import mixins separately from variables, those two should not be mashed together - change mobile navigation logic to work around the new mixin Change-Id: I54ae992dd5627dd54a690dd064cf662b382761c1
19 lines
372 B
Text
19 lines
372 B
Text
/* mediawiki.notification */
|
|
|
|
@import '../variables.less';
|
|
@import 'mediawiki.mixins.less';
|
|
|
|
.mw-notification-area {
|
|
// To match #globalWrapper (see screen-common.less).
|
|
font-size: 127%;
|
|
}
|
|
|
|
.mw-notification-area-layout {
|
|
top: @top-area-height + 0.1em;
|
|
}
|
|
|
|
.mw-notification {
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
box-shadow: 0 0.2em 1em rgba( 0, 0, 0, 0.3 );
|
|
}
|