-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
98 lines (98 loc) · 2.24 KB
/
style.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
:root {
--dl-color-gray-500: #595959;
--dl-color-gray-700: #999999;
--dl-color-gray-900: #D9D9D9;
--dl-size-size-unit: 1rem;
--dl-color-gray-black: #000000;
--dl-color-gray-white: #FFFFFF;
--dl-space-space-unit: 1em;
--dl-color-primary-100: #370511ff;
--dl-color-primary-500: #643843ff;
--dl-color-primary-700: #775860ff;
--dl-size-size-halfunit: 0.5rem;
--dl-radius-radius-round: 50%;
--dl-size-size-doubleunit: 2rem;
--dl-size-size-tripleunit: 3rem;
--dl-space-space-halfunit: 0.5em;
--dl-radius-radius-radius2: 2px;
--dl-radius-radius-radius4: 4px;
--dl-radius-radius-radius8: 8px;
--dl-space-space-quadruple: 4em;
--dl-space-space-doubleunit: 2em;
--dl-space-space-tripleunit: 3em;
}
.teleport-show {
display: flex !important;
transform: none !important;
}
.button {
color: var(--dl-color-gray-black);
display: inline-block;
padding: 0.5rem 1rem;
font-family: Poppins;
border-color: var(--dl-color-gray-black);
border-width: 1px;
border-radius: 4px;
background-color: var(--dl-color-gray-white);
}
.list-item {
display: list-item;
}
.list {
width: 100%;
margin: 1em 0px 1em 0px;
display: block;
padding: 0px 0px 0px 1.5rem;
list-style-type: none;
list-style-position: outside;
}
.textarea {
color: var(--dl-color-gray-black);
cursor: auto;
padding: 0.5rem;
font-family: Poppins;
border-color: var(--dl-color-gray-black);
border-width: 1px;
border-radius: 4px;
background-color: var(--dl-color-gray-white);
}
.input {
color: var(--dl-color-gray-black);
cursor: auto;
padding: 0.5rem 1rem;
font-family: Poppins;
border-color: var(--dl-color-gray-black);
border-width: 1px;
border-radius: 4px;
background-color: var(--dl-color-gray-white);
}
.Subheading {
font-size: 1.6rem;
font-family: Poppins;
font-weight: 400;
text-transform: none;
text-decoration: none;
}
.Heading {
font-size: 3rem;
font-family: Poppins;
font-weight: 700;
line-height: 1.55;
text-transform: none;
text-decoration: none;
}
.Button {
font-size: 14px;
font-family: Poppins;
font-weight: 600;
text-transform: none;
text-decoration: none;
}
.Content {
font-size: 16px;
font-family: Poppins;
font-weight: 400;
line-height: 1.55;
text-transform: none;
text-decoration: none;
}