-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
154 lines (151 loc) · 3.38 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
:root {
--dl-color-gray-500: #595959;
--dl-color-gray-700: #999999;
--dl-color-gray-900: #D9D9D9;
--dl-color-danger-300: #A22020;
--dl-color-danger-500: #BF2626;
--dl-color-danger-700: #E14747;
--dl-color-gray-black: #000000;
--dl-color-gray-white: #FFFFFF;
--dl-space-space-unit: 8px;
--dl-color-primary-100: #003EB3;
--dl-color-primary-300: #0074F0;
--dl-color-primary-500: #14A9FF;
--dl-color-primary-700: #85DCFF;
--dl-color-success-300: #199033;
--dl-color-success-500: #32A94C;
--dl-color-success-700: #4CC366;
--dl-radius-radius-round: 50%;
--dl-size-size-maxcontent: 1414px;
--dl-space-space-halfunit: 4px;
--dl-space-space-tenunits: 20px;
--dl-radius-radius-radius2: 2px;
--dl-radius-radius-radius4: 4px;
--dl-radius-radius-radius8: 8px;
--dl-space-space-fiveunits: 20px;
--dl-space-space-fourunits: 16px;
--dl-radius-radius-radius24: 24px;
--dl-space-space-doubleunit: 8px;
--dl-space-space-tripleunit: 12px;
}
.teleport-show {
display: flex !important;
transform: none !important;
}
.list {
width: 100%;
margin: 1em 0px 1em 0px;
display: block;
padding: 0px 0px 0px 1.5rem;
list-style-type: none;
list-style-position: outside;
}
.list-item {
display: list-item;
}
.button {
color: var(--dl-color-gray-black);
display: inline-block;
padding: 0.5rem 1rem;
font-family: Garamond;
border-color: var(--dl-color-gray-black);
border-width: 1px;
border-radius: 4px;
background-color: var(--dl-color-gray-white);
}
.textarea {
color: var(--dl-color-gray-black);
cursor: auto;
padding: 0.5rem;
font-family: Garamond;
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: Garamond;
border-color: var(--dl-color-gray-black);
border-width: 1px;
border-radius: 4px;
background-color: var(--dl-color-gray-white);
}
.Section-Text {
font-size: 18px;
font-family: Garamond;
font-weight: 400;
line-height: 1.55;
text-transform: none;
text-decoration: none;
}
.SmallCard-Heading {
font-size: 18px;
font-style: normal;
font-family: Garamond;
font-weight: 700;
line-height: 1.55;
text-transform: none;
text-decoration: none;
}
.Card-Text {
font-size: 16px;
font-style: normal;
font-family: Garamond;
font-weight: 400;
line-height: 1.55;
text-transform: none;
text-decoration: none;
}
.BigCard-Heading {
font-size: 36px;
font-style: normal;
font-family: Garamond;
font-weight: 700;
line-height: 1.55;
text-transform: none;
text-decoration: none;
}
.Card-Heading {
font-size: 24px;
font-style: normal;
font-family: Garamond;
font-weight: 700;
line-height: 1.55;
text-transform: none;
text-decoration: none;
}
.Anchor {
font-size: 18px;
font-style: normal;
font-family: Garamond;
font-weight: 700;
line-height: 1.55;
text-transform: capitalize;
text-decoration: none;
}
.Section-Heading {
font-size: 48px;
font-family: Garamond;
font-weight: 700;
line-height: 1.22;
text-transform: none;
text-decoration: none;
}
hr {
border: 0;
margin: 1.35em auto;
max-width: 100%;
background-position: 50%;
box-sizing: border-box;
}
.flair {
width: 75%;
height: 30px;
border-style: solid;
border-color: hsla(0, 0%, 75%, 0.9);
border-width: 1px 0 0 0;
}
.hidden { display: none;}