mediawiki-skins-Insurgency/resources/skinStyles/mediawiki.notification.less
Sam Wilson 9086f450af Set top offset for notifications
Set the top offset for notifications to match the height of the
top tab and link area. Also move this height to a common Less
variable to use in both places it's used.

Bug: T260262
Depends-On: I12db7c1745d17851f6421123a145de4cb916ad51
Change-Id: I679b7bba8d0c43c36c5911b30540e86a77125497
2020-09-16 13:10:49 +08:00

18 lines
339 B
Text

/* mediawiki.notification */
@import '../variables.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 );
}