summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/notification/notification.css
blob: 74df1c164346ea1612e6f006ee334f9807a790fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.v-Notification {
	color: #fff;
	border-radius: 4px
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 100%;
	background: #babcbe;
}
.v-Notification.warning {
	background: #f4a100;
}
.v-Notification.error {
	background: #d82000;
}
.v-Notification.tray {
	margin: 0 5px 5px 0;
	background: #16181a;
}
.v-Notification.tray h1 {
	font-size: 14px;
}
.v-Notification.tray p {
	font-size: 12px;
}