summaryrefslogtreecommitdiffstats
path: root/vector/components/notifications.less
blob: cadb61c8d388c5c25f2bac1bfb5110203d3f40af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* mediawiki.notification */
.skin-vector {
	.mw-notification-area {
		font-size: 0.8em;
	}

	.mw-notification-area-layout {
		top: 7em;
	}

	.mw-notification {
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.93);
		padding: 0.75em 1.5em;
		border: solid 1px @content-border-color;
		border-radius: 0.75em;
		-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
	}
}