Merge "Change the default for wgThumbnailMinimumBucketDistance"
[lhc/web/wiklou.git] / skins / Vector / components / notifications.less
1 /* mediawiki.notification */
2
3 // This wrapper class is needed to ensure these rules have larger CSS
4 // selector specificity than default styles
5 .mediawiki {
6 .mw-notification-area {
7 font-size: 0.8em;
8 }
9
10 .mw-notification-area-layout {
11 top: 7em;
12 }
13
14 .mw-notification {
15 background-color: #fff;
16 background-color: rgba(255, 255, 255, 0.93);
17 padding: 0.75em 1.5em;
18 border: solid 1px @content-border-color;
19 border-radius: 0.75em;
20 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
21 }
22 }