UNPKG

667 BCSSView Raw
1html {
2 font-family: var(--ion-font-family);
3}
4
5a {
6 background-color: transparent;
7 color: var(--ion-color-primary, #3880ff);
8}
9
10h1,
11h2,
12h3,
13h4,
14h5,
15h6 {
16 margin-top: 16px;
17 margin-bottom: 10px;
18 font-weight: 500;
19 line-height: 1.2;
20}
21h1 {
22 margin-top: 20px;
23 font-size: 26px;
24}
25h2 {
26 margin-top: 18px;
27 font-size: 24px;
28}
29h3 {
30 font-size: 22px;
31}
32
33h4 {
34 font-size: 20px;
35}
36
37h5 {
38 font-size: 18px;
39}
40
41h6 {
42 font-size: 16px;
43}
44
45small {
46 font-size: 75%;
47}
48
49sub,
50sup {
51 position: relative;
52 font-size: 75%;
53 line-height: 0;
54 vertical-align: baseline;
55}
56
57sup {
58 top: -0.5em;
59}
60
61sub {
62 bottom: -0.25em;
63}
64
65/*# sourceMappingURL=typography.css.map */