Merge "Vector: Update comments in vector.js"
[mediawiki.git] / skins / vector / components / notifications.less
blob05a1e613b81ae196d9ec27a88d3678a58698fa66
1 /* mediawiki.notification */
2 .skin-vector {
3         .mw-notification-area {
4                 font-size: 0.8em;
5         }
7         .mw-notification-area-layout {
8                 top: 7em;
9         }
11         .mw-notification {
12                 background-color: #fff;
13                 background-color: rgba(255, 255, 255, 0.93);
14                 padding: 0.75em 1.5em;
15                 border: solid 1px @content-border-color;
16                 border-radius: 0.75em;
17                 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
18         }