summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/label/label.css
blob: 042013e8ec32526811a3479d83e97b7e8bf3c125 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.v-label {
	line-height: 18px;
}
.v-label-h1,
.v-label-h2,
.v-caption-h1,
.v-caption-h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #44698b;
	letter-spacing: -0.02em;
}
.v-label-h2,
.v-caption-h2 {
	font-size: 16px;
	line-height: 22px;
}
.v-label-light {
	font-size: 11px;
	line-height: 13px;
	color: #707070;
}

.blue .v-label-h1,
.blue .v-label-h2,
.blue .v-caption-h1,
.blue .v-caption-h2 {
	color: #fff;
	text-shadow: rgba(0,0,0,.3) 0 1px 1px;
}
.blue .v-label-light {
	color: #6e7c83;
}

.black .v-label-h1,
.black .v-label-h2,
.black .v-caption-h1,
.black .v-caption-h2 {
	color: #fff;
	text-shadow: rgba(0,0,0,.8) 0 2px 2px;
}
.black .v-label-light {
	color: #72787c;
}

.v-label hr {
	height: 1px;
	overflow: hidden;
	background: #dcdcdc;
	border: none;
	border-bottom: 1px solid #fff;
}
.blue .v-label hr {
	background: #a3bcc9;
	border-bottom-color: #cfe2eb;
}
.black .v-label hr {
	background: #0c0d0e;
	border-bottom-color: #292b2e;
}