-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
60 lines (55 loc) · 1.21 KB
/
index.css
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
.k-link {
text-decoration: none !important;
padding-top: 1em !important;
padding-bottom: 1em !important;
}
.k-block-type-text-input {
font-size: var(--text-base);
line-height: 1.5em;
height: 100%;
}
.k-block-type-text,
.k-block-container-type-text,
.k-block-type-text .k-writer .ProseMirror {
height: 100%;
}
.k-block-type-heading-input {
line-height: 1.25em;
font-weight: var(--font-bold);
}
.k-block-type-heading-input[data-level="h1"] {
font-size: var(--text-3xl);
line-height: 1.125em;
}
.k-block-type-heading-input[data-level="h2"] {
font-size: var(--text-2xl);
}
.k-block-type-heading-input[data-level="h3"] {
font-size: var(--text-xl);
}
.k-block-type-heading-input[data-level="h4"] {
font-size: var(--text-lg);
}
.k-block-type-heading-input[data-level="h5"] {
line-height: 1.5em;
font-size: var(--text-base);
}
.k-block-type-heading-input[data-level="h6"] {
line-height: 1.5em;
font-size: var(--text-sm);
}
.k-block-type-heading-input .ProseMirror strong {
font-weight: 700;
}
.k-block-type-mjml-divider hr {
display: inline-block;
}
.k-block-type-image .k-block-figure-container {
display: block;
text-align: center;
line-height: 0;
}
.k-block-type-image-auto {
max-width: 100%;
max-height: 30rem;
}