summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/label/label.scss
blob: 94bb5637e9555f40fb9f0d880fb5a5f4bc8b05bb (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
62
63
64
65
66
67
68
69
70
71
72
73
74
@mixin runo-label {

.v-label h1,
.v-label h2,
.v-label h3,
.v-label h4,
.v-label h5,
.v-label h6 {
	color: #404749;
}

.v-label-h1,
.v-label h1 {
	margin: 0;
	padding: 8px 0 4px;
	font-size: 24px;
	line-height: normal;
	letter-spacing: -0.03em;
	font-weight: normal;
	text-shadow: 0 1px 1px #fff;
}

.v-label-h2,
.v-label h2 {
	color: #f14c1a;
	font-size: 18px;
	letter-spacing: -0.03em;
	font-weight: normal;
	padding: 13px 0 5px;
}

.v-label-h3,
.v-label h3 {
	font-size: 15px;
	letter-spacing: -0.03em;
	font-weight: normal;
	text-shadow: 0 1px 1px #fff;
}

.v-label-h4,
.v-label h4 {
	font-size: 13px;
	font-weight: normal;
	text-shadow: 0 1px 1px #fff;
	margin: 0;
	padding: 8px 0 4px;
}

.v-label-small {
	font-size: .87em;
	line-height: 1.4;
	color: #707679;
}

.v-label hr,
.v-label-hr {
	height: 2px;
	overflow: hidden;
	background: #ccd2d3;
	color: #ccd2d3; /* For IE */
	border: none;
	border-bottom: 1px solid #fff;
	margin: 0;
}
.v-label-hr {
	height: 1px;
}

.v-sa .v-label hr,
.v-ie8 .v-label hr {
	height: 1px;
}

}