-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtexts.pcss
64 lines (53 loc) · 1.34 KB
/
texts.pcss
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
:--headers {
color: var(--headers-font-color);
font-family: var(--titles-font);
line-height: normal;
margin: 0;
margin-bottom: 1.5em;
}
p {
margin: 0;
margin-bottom: 1.5em;
white-space: pre-line;
}
label {
color: var(--label-font-color);
font-size: 0.812em;
}
:--text-container {
font-size: 1em;
line-height: 1.5em;
}
:--button {
font-size: 1em;
line-height: 1.5em;
}
:--inputs {
font-family: var(--main-font);
font-size: 1em;
line-height: 1.5em;
}
h1 {
font-size: var(--headers-font-size-base, 2.073rem);
/* line-height: var(--headers-line-height-base, 1.2em);*/
}
h2 {
font-size: calc(var(--headers-font-size-base, 2.073rem) * 0.8335);
/*line -height: calc(var(--headers-line-height-base, 1.2em) * 1.033);*/
}
h3 {
font-size: calc(var(--headers-font-size-base, 2.073rem) * 0.6512);
/*line-height : calc(var(--headers-line-height-base, 1.2em) * 1.0558);*/
}
h4 {
font-size: calc(var(--headers-font-size-base, 2.073rem) * 0.5788);
/*line -height: calc(var(--headers-line-height-base, 1.2em) * 0.8333);*/
}
h5 {
font-size: calc(var(--headers-font-size-base, 2.073rem) * 0.5426);
/*line -height: calc(var(--headers-line-height-base, 1.2em) * 0.9766);*/
}
h6 {
font-size: calc(var(--headers-font-size-base, 2.073rem) * 0.4283);
/*line -height: calc(var(--headers-line-height-base, 1.2em) * 0.8333);*/
}