@kofile/gds-foundations 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/index.css +1 -1
- package/build/css/tokens-global.css +43 -42
- package/build/css/utilities/box-sizing.css +7 -0
- package/build/css/utilities/display.css +65 -0
- package/build/css/utilities/flex.css +198 -0
- package/build/css/utilities/font.css +131 -0
- package/build/css/utilities/gap.css +104 -0
- package/build/css/utilities/height.css +168 -0
- package/build/css/utilities/index.css +17 -0
- package/build/css/utilities/margin.css +299 -0
- package/build/css/utilities/max-height.css +123 -0
- package/build/css/utilities/max-width.css +69 -0
- package/build/css/utilities/min-height.css +18 -0
- package/build/css/utilities/min-width.css +15 -0
- package/build/css/utilities/object-fit.css +15 -0
- package/build/css/utilities/object-position.css +27 -0
- package/build/css/utilities/overflow.css +45 -0
- package/build/css/utilities/padding.css +265 -0
- package/build/css/utilities/position.css +1297 -0
- package/build/css/utilities/width.css +201 -0
- package/build/minified/index.css +2 -2
- package/package.json +15 -1
- /package/build/css/{animations.css → animations/index.css} +0 -0
package/build/css/index.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
:root,
|
|
1
|
+
:root,
|
|
2
|
+
:host {
|
|
2
3
|
--primitive-0: 0rem;
|
|
3
4
|
--primitive-1: 0.063rem;
|
|
4
5
|
--primitive-2: 0.125rem;
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
--primitive-1280: 80rem;
|
|
44
45
|
--primitive-1600: 100rem;
|
|
45
46
|
--primitive-1920: 120rem;
|
|
46
|
-
--primitive-gray-100: #
|
|
47
|
+
--primitive-gray-100: #f9f9f9;
|
|
47
48
|
--primitive-gray-200: #edeeef;
|
|
48
49
|
--primitive-gray-300: #d5d7db;
|
|
49
50
|
--primitive-gray-400: #b7bcc3;
|
|
@@ -63,7 +64,7 @@
|
|
|
63
64
|
--primitive-blue-600: #0c57cd;
|
|
64
65
|
--primitive-blue-700: #063b99;
|
|
65
66
|
--primitive-blue-800: #052b74;
|
|
66
|
-
--primitive-blue-900: #
|
|
67
|
+
--primitive-blue-900: #041c4f;
|
|
67
68
|
--primitive-blue-1000: #03122f;
|
|
68
69
|
--primitive-red-100: #fee5e5;
|
|
69
70
|
--primitive-red-200: #fecbcb;
|
|
@@ -212,46 +213,46 @@
|
|
|
212
213
|
--letter-spacing-5xl: -0.175em;
|
|
213
214
|
--letter-spacing-6xl: -0.025em;
|
|
214
215
|
--paragraph-spacing-0: 0;
|
|
215
|
-
--font-size-3xs-regular: 400 0.75rem/1rem
|
|
216
|
-
--font-size-3xs-semibold: 600 0.75rem/1rem
|
|
217
|
-
--font-size-3xs-bold: 700 0.75rem/1rem
|
|
218
|
-
--font-size-2xs-regular: 400 0.813rem/1.25rem
|
|
219
|
-
--font-size-2xs-semibold: 600 0.813rem/1.25rem
|
|
220
|
-
--font-size-2xs-bold: 700 0.813rem/1.25rem
|
|
221
|
-
--font-size-xs-regular: 400 0.875rem/1.25rem
|
|
222
|
-
--font-size-xs-semibold: 600 0.875rem/1.25rem
|
|
223
|
-
--font-size-xs-bold: 700 0.875rem/1.25rem
|
|
224
|
-
--font-size-sm-regular: 400 0.938rem/1.25rem
|
|
225
|
-
--font-size-sm-semibold: 600 0.938rem/1.25rem
|
|
226
|
-
--font-size-sm-bold: 700 0.938rem/1.25rem
|
|
227
|
-
--font-size-md-regular: 400 1rem/1.5rem
|
|
228
|
-
--font-size-md-semibold: 600 1rem/1.5rem
|
|
229
|
-
--font-size-md-bold: 700 1rem/1.5rem
|
|
230
|
-
--font-size-lg-regular: 400 1.125rem/1.5rem
|
|
231
|
-
--font-size-lg-semibold: 600 1.125rem/1.5rem
|
|
232
|
-
--font-size-lg-bold: 700 1.125rem/1.5rem
|
|
233
|
-
--font-size-xl-regular: 400 1.25rem/1.75rem
|
|
234
|
-
--font-size-xl-semibold: 600 1.25rem/1.75rem
|
|
235
|
-
--font-size-xl-bold: 700 1.25rem/1.75rem
|
|
236
|
-
--font-size-2xl-regular: 400 1.5rem/2.25rem
|
|
237
|
-
--font-size-2xl-semibold: 600 1.5rem/2.25rem
|
|
238
|
-
--font-size-2xl-bold: 700 1.5rem/2.25rem
|
|
239
|
-
--font-size-3xl-regular: 400 1.75rem/2.25rem
|
|
240
|
-
--font-size-3xl-semibold: 600 1.75rem/2.25rem
|
|
241
|
-
--font-size-3xl-bold: 700 1.75rem/2.25rem
|
|
242
|
-
--font-size-4xl-regular: 400 2.25rem/3rem
|
|
243
|
-
--font-size-4xl-semibold: 600 2.25rem/3rem
|
|
244
|
-
--font-size-4xl-bold: 700 2.25rem/3rem
|
|
245
|
-
--font-size-5xl-regular: 400 3rem/3.75rem
|
|
246
|
-
--font-size-5xl-semibold: 600 3rem/3.75rem
|
|
247
|
-
--font-size-5xl-bold: 700 3rem/3.75rem
|
|
248
|
-
--font-size-6xl-regular: 400 4.5rem/5rem
|
|
249
|
-
--font-size-6xl-semibold: 600 4.5rem/5rem
|
|
250
|
-
--font-size-6xl-bold: 700 4.5rem/5rem
|
|
216
|
+
--font-size-3xs-regular: 400 0.75rem/1rem "Source Sans 3";
|
|
217
|
+
--font-size-3xs-semibold: 600 0.75rem/1rem "Source Sans 3";
|
|
218
|
+
--font-size-3xs-bold: 700 0.75rem/1rem "Source Sans 3";
|
|
219
|
+
--font-size-2xs-regular: 400 0.813rem/1.25rem "Source Sans 3";
|
|
220
|
+
--font-size-2xs-semibold: 600 0.813rem/1.25rem "Source Sans 3";
|
|
221
|
+
--font-size-2xs-bold: 700 0.813rem/1.25rem "Source Sans 3";
|
|
222
|
+
--font-size-xs-regular: 400 0.875rem/1.25rem "Source Sans 3";
|
|
223
|
+
--font-size-xs-semibold: 600 0.875rem/1.25rem "Source Sans 3";
|
|
224
|
+
--font-size-xs-bold: 700 0.875rem/1.25rem "Source Sans 3";
|
|
225
|
+
--font-size-sm-regular: 400 0.938rem/1.25rem "Source Sans 3";
|
|
226
|
+
--font-size-sm-semibold: 600 0.938rem/1.25rem "Source Sans 3";
|
|
227
|
+
--font-size-sm-bold: 700 0.938rem/1.25rem "Source Sans 3";
|
|
228
|
+
--font-size-md-regular: 400 1rem/1.5rem "Source Sans 3";
|
|
229
|
+
--font-size-md-semibold: 600 1rem/1.5rem "Source Sans 3";
|
|
230
|
+
--font-size-md-bold: 700 1rem/1.5rem "Source Sans 3";
|
|
231
|
+
--font-size-lg-regular: 400 1.125rem/1.5rem "Source Sans 3";
|
|
232
|
+
--font-size-lg-semibold: 600 1.125rem/1.5rem "Source Sans 3";
|
|
233
|
+
--font-size-lg-bold: 700 1.125rem/1.5rem "Source Sans 3";
|
|
234
|
+
--font-size-xl-regular: 400 1.25rem/1.75rem "Source Sans 3";
|
|
235
|
+
--font-size-xl-semibold: 600 1.25rem/1.75rem "Source Sans 3";
|
|
236
|
+
--font-size-xl-bold: 700 1.25rem/1.75rem "Source Sans 3";
|
|
237
|
+
--font-size-2xl-regular: 400 1.5rem/2.25rem "Source Sans 3";
|
|
238
|
+
--font-size-2xl-semibold: 600 1.5rem/2.25rem "Source Sans 3";
|
|
239
|
+
--font-size-2xl-bold: 700 1.5rem/2.25rem "Source Sans 3";
|
|
240
|
+
--font-size-3xl-regular: 400 1.75rem/2.25rem "Source Sans 3";
|
|
241
|
+
--font-size-3xl-semibold: 600 1.75rem/2.25rem "Source Sans 3";
|
|
242
|
+
--font-size-3xl-bold: 700 1.75rem/2.25rem "Source Sans 3";
|
|
243
|
+
--font-size-4xl-regular: 400 2.25rem/3rem "Source Sans 3";
|
|
244
|
+
--font-size-4xl-semibold: 600 2.25rem/3rem "Source Sans 3";
|
|
245
|
+
--font-size-4xl-bold: 700 2.25rem/3rem "Source Sans 3";
|
|
246
|
+
--font-size-5xl-regular: 400 3rem/3.75rem "Source Sans 3";
|
|
247
|
+
--font-size-5xl-semibold: 600 3rem/3.75rem "Source Sans 3";
|
|
248
|
+
--font-size-5xl-bold: 700 3rem/3.75rem "Source Sans 3";
|
|
249
|
+
--font-size-6xl-regular: 400 4.5rem/5rem "Source Sans 3";
|
|
250
|
+
--font-size-6xl-semibold: 600 4.5rem/5rem "Source Sans 3";
|
|
251
|
+
--font-size-6xl-bold: 700 4.5rem/5rem "Source Sans 3";
|
|
251
252
|
--text-case-none: none;
|
|
252
253
|
--text-decoration-none: none;
|
|
253
254
|
--paragraph-indent-0: 0px;
|
|
254
|
-
--color-neutral-100: #
|
|
255
|
+
--color-neutral-100: #f9f9f9;
|
|
255
256
|
--color-neutral-200: #edeeef;
|
|
256
257
|
--color-neutral-300: #d5d7db;
|
|
257
258
|
--color-neutral-400: #b7bcc3;
|
|
@@ -273,7 +274,7 @@
|
|
|
273
274
|
--color-primary-600: #0c57cd;
|
|
274
275
|
--color-primary-700: #063b99;
|
|
275
276
|
--color-primary-800: #052b74;
|
|
276
|
-
--color-primary-900: #
|
|
277
|
+
--color-primary-900: #041c4f;
|
|
277
278
|
--color-primary-1000: #03122f;
|
|
278
279
|
--color-danger-100: #fee5e5;
|
|
279
280
|
--color-danger-200: #fecbcb;
|
|
@@ -334,4 +335,4 @@
|
|
|
334
335
|
--elevation-499: 499;
|
|
335
336
|
--elevation-absolute-bottom: -999;
|
|
336
337
|
--elevation-absolute-top: 999;
|
|
337
|
-
}
|
|
338
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/* Display Utilities */
|
|
2
|
+
|
|
3
|
+
.block {
|
|
4
|
+
display: block !important;
|
|
5
|
+
}
|
|
6
|
+
.inline-block {
|
|
7
|
+
display: inline-block !important;
|
|
8
|
+
}
|
|
9
|
+
.inline {
|
|
10
|
+
display: inline !important;
|
|
11
|
+
}
|
|
12
|
+
.flex {
|
|
13
|
+
display: flex !important;
|
|
14
|
+
}
|
|
15
|
+
.inline-flex {
|
|
16
|
+
display: inline-flex !important;
|
|
17
|
+
}
|
|
18
|
+
.table {
|
|
19
|
+
display: table !important;
|
|
20
|
+
}
|
|
21
|
+
.inline-table {
|
|
22
|
+
display: inline-table !important;
|
|
23
|
+
}
|
|
24
|
+
.table-caption {
|
|
25
|
+
display: table-caption !important;
|
|
26
|
+
}
|
|
27
|
+
.table-cell {
|
|
28
|
+
display: table-cell !important;
|
|
29
|
+
}
|
|
30
|
+
.table-column {
|
|
31
|
+
display: table-column !important;
|
|
32
|
+
}
|
|
33
|
+
.table-column-group {
|
|
34
|
+
display: table-column-group !important;
|
|
35
|
+
}
|
|
36
|
+
.table-footer-group {
|
|
37
|
+
display: table-footer-group !important;
|
|
38
|
+
}
|
|
39
|
+
.table-header-group {
|
|
40
|
+
display: table-header-group !important;
|
|
41
|
+
}
|
|
42
|
+
.table-row-group {
|
|
43
|
+
display: table-row-group !important;
|
|
44
|
+
}
|
|
45
|
+
.table-row {
|
|
46
|
+
display: table-row !important;
|
|
47
|
+
}
|
|
48
|
+
.flow-root {
|
|
49
|
+
display: flow-root !important;
|
|
50
|
+
}
|
|
51
|
+
.grid {
|
|
52
|
+
display: grid !important;
|
|
53
|
+
}
|
|
54
|
+
.inline-grid {
|
|
55
|
+
display: inline-grid !important;
|
|
56
|
+
}
|
|
57
|
+
.contents {
|
|
58
|
+
display: contents !important;
|
|
59
|
+
}
|
|
60
|
+
.list-item {
|
|
61
|
+
display: list-item !important;
|
|
62
|
+
}
|
|
63
|
+
.hidden {
|
|
64
|
+
display: none !important;
|
|
65
|
+
}
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
/* flex-direction */
|
|
2
|
+
.flex-row {
|
|
3
|
+
flex-direction: row !important;
|
|
4
|
+
}
|
|
5
|
+
.flex-row-reverse {
|
|
6
|
+
flex-direction: row-reverse !important;
|
|
7
|
+
}
|
|
8
|
+
.flex-col {
|
|
9
|
+
flex-direction: column !important;
|
|
10
|
+
}
|
|
11
|
+
.flex-col-reverse {
|
|
12
|
+
flex-direction: column-reverse !important;
|
|
13
|
+
}
|
|
14
|
+
/* flex-wrap */
|
|
15
|
+
.flex-wrap {
|
|
16
|
+
flex-wrap: wrap !important;
|
|
17
|
+
}
|
|
18
|
+
.flex-nowrap {
|
|
19
|
+
flex-wrap: nowrap !important;
|
|
20
|
+
}
|
|
21
|
+
.flex-wrap-reverse {
|
|
22
|
+
flex-wrap: wrap-reverse !important;
|
|
23
|
+
}
|
|
24
|
+
/* justify-content*/
|
|
25
|
+
.justify-normal: {
|
|
26
|
+
justify-content: normal !important;
|
|
27
|
+
}
|
|
28
|
+
.justify-start {
|
|
29
|
+
justify-content: flex-start !important;
|
|
30
|
+
}
|
|
31
|
+
.justify-end {
|
|
32
|
+
justify-content: flex-end !important;
|
|
33
|
+
}
|
|
34
|
+
.justify-center {
|
|
35
|
+
justify-content: center !important;
|
|
36
|
+
}
|
|
37
|
+
.justify-between {
|
|
38
|
+
justify-content: space-between !important;
|
|
39
|
+
}
|
|
40
|
+
.justify-around {
|
|
41
|
+
justify-content: space-around !important;
|
|
42
|
+
}
|
|
43
|
+
.justify-evenly {
|
|
44
|
+
justify-content: space-evenly !important;
|
|
45
|
+
}
|
|
46
|
+
.justify-stretch {
|
|
47
|
+
justify-content: stretch !important;
|
|
48
|
+
}
|
|
49
|
+
/* justify-self */
|
|
50
|
+
.justify-self-auto {
|
|
51
|
+
justify-self: auto !important;
|
|
52
|
+
}
|
|
53
|
+
.justify-self-start {
|
|
54
|
+
justify-self: flex-start !important;
|
|
55
|
+
}
|
|
56
|
+
.justify-self-end {
|
|
57
|
+
justify-self: flex-end !important;
|
|
58
|
+
}
|
|
59
|
+
.justify-self-center {
|
|
60
|
+
justify-self: center !important;
|
|
61
|
+
}
|
|
62
|
+
.justify-self-stretch {
|
|
63
|
+
justify-self: stretch !important;
|
|
64
|
+
}
|
|
65
|
+
/* justify-items */
|
|
66
|
+
.justify-items-start {
|
|
67
|
+
justify-items: flex-start !important;
|
|
68
|
+
}
|
|
69
|
+
.justify-items-end {
|
|
70
|
+
justify-items: flex-end !important;
|
|
71
|
+
}
|
|
72
|
+
.justify-items-center {
|
|
73
|
+
justify-items: center !important;
|
|
74
|
+
}
|
|
75
|
+
.justify-items-stretch {
|
|
76
|
+
justify-items: stretch !important;
|
|
77
|
+
}
|
|
78
|
+
/* align-self */
|
|
79
|
+
.self-auto {
|
|
80
|
+
align-self: auto !important;
|
|
81
|
+
}
|
|
82
|
+
.self-start {
|
|
83
|
+
align-self: flex-start !important;
|
|
84
|
+
}
|
|
85
|
+
.self-end {
|
|
86
|
+
align-self: flex-end !important;
|
|
87
|
+
}
|
|
88
|
+
.self-center {
|
|
89
|
+
align-self: center !important;
|
|
90
|
+
}
|
|
91
|
+
.self-stretch {
|
|
92
|
+
align-self: stretch !important;
|
|
93
|
+
}
|
|
94
|
+
.self-baseline {
|
|
95
|
+
align-self: baseline !important;
|
|
96
|
+
}
|
|
97
|
+
/* align */
|
|
98
|
+
.items-start {
|
|
99
|
+
align-items: flex-start !important;
|
|
100
|
+
}
|
|
101
|
+
.items-end {
|
|
102
|
+
align-items: flex-end !important;
|
|
103
|
+
}
|
|
104
|
+
.items-center {
|
|
105
|
+
align-items: center !important;
|
|
106
|
+
}
|
|
107
|
+
.items-baseline {
|
|
108
|
+
align-items: baseline !important;
|
|
109
|
+
}
|
|
110
|
+
.items-stretch {
|
|
111
|
+
align-items: stretch !important;
|
|
112
|
+
}
|
|
113
|
+
/* align-content */
|
|
114
|
+
.content-normal {
|
|
115
|
+
align-content: normal !important;
|
|
116
|
+
}
|
|
117
|
+
.content-center {
|
|
118
|
+
align-content: center !important;
|
|
119
|
+
}
|
|
120
|
+
.content-start {
|
|
121
|
+
align-content: flex-start !important;
|
|
122
|
+
}
|
|
123
|
+
.content-end {
|
|
124
|
+
align-content: flex-end !important;
|
|
125
|
+
}
|
|
126
|
+
.content-between {
|
|
127
|
+
align-content: space-between !important;
|
|
128
|
+
}
|
|
129
|
+
.content-around {
|
|
130
|
+
align-content: space-around !important;
|
|
131
|
+
}
|
|
132
|
+
.content-evenly {
|
|
133
|
+
align-content: space-evenly !important;
|
|
134
|
+
}
|
|
135
|
+
.content-baseline {
|
|
136
|
+
align-content: baseline !important;
|
|
137
|
+
}
|
|
138
|
+
.content-stretch {
|
|
139
|
+
align-content: stretch !important;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/* place-content */
|
|
143
|
+
.place-content-center {
|
|
144
|
+
place-content: center !important;
|
|
145
|
+
}
|
|
146
|
+
.place-content-start {
|
|
147
|
+
place-content: start !important;
|
|
148
|
+
}
|
|
149
|
+
.place-content-end {
|
|
150
|
+
place-content: end !important;
|
|
151
|
+
}
|
|
152
|
+
.place-content-between {
|
|
153
|
+
place-content: space-between !important;
|
|
154
|
+
}
|
|
155
|
+
.place-content-around {
|
|
156
|
+
place-content: space-around !important;
|
|
157
|
+
}
|
|
158
|
+
.place-content-evenly {
|
|
159
|
+
place-content: space-evenly !important;
|
|
160
|
+
}
|
|
161
|
+
.place-content-baseline {
|
|
162
|
+
place-content: baseline !important;
|
|
163
|
+
}
|
|
164
|
+
.place-content-stretch {
|
|
165
|
+
place-content: stretch !important;
|
|
166
|
+
}
|
|
167
|
+
/* place-items */
|
|
168
|
+
.place-items-start {
|
|
169
|
+
place-items: start !important;
|
|
170
|
+
}
|
|
171
|
+
.place-items-end {
|
|
172
|
+
place-items: end !important;
|
|
173
|
+
}
|
|
174
|
+
.place-items-center {
|
|
175
|
+
place-items: center !important;
|
|
176
|
+
}
|
|
177
|
+
.place-items-baseline {
|
|
178
|
+
place-items: baseline !important;
|
|
179
|
+
}
|
|
180
|
+
.place-items-stretch {
|
|
181
|
+
place-items: stretch !important;
|
|
182
|
+
}
|
|
183
|
+
/* place-self */
|
|
184
|
+
.place-self-auto {
|
|
185
|
+
place-self: auto !important;
|
|
186
|
+
}
|
|
187
|
+
.place-self-start {
|
|
188
|
+
place-self: start !important;
|
|
189
|
+
}
|
|
190
|
+
.place-self-end {
|
|
191
|
+
place-self: end !important;
|
|
192
|
+
}
|
|
193
|
+
.place-self-center {
|
|
194
|
+
place-self: center !important;
|
|
195
|
+
}
|
|
196
|
+
.place-self-stretch {
|
|
197
|
+
place-self: stretch !important;
|
|
198
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
/* Font Size 3XS */
|
|
2
|
+
.fs-3xs-regular {
|
|
3
|
+
font: var(--font-size-3xs-regular) !important;
|
|
4
|
+
}
|
|
5
|
+
.fs-3xs-semibold {
|
|
6
|
+
font: var(--font-size-3xs-semibold) !important;
|
|
7
|
+
}
|
|
8
|
+
.fs-3xs-bold {
|
|
9
|
+
font: var(--font-size-3xs-bold) !important;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
/* Font Size 2XS */
|
|
13
|
+
.fs-2xs-regular {
|
|
14
|
+
font: var(--font-size-2xs-regular) !important;
|
|
15
|
+
}
|
|
16
|
+
.fs-2xs-semibold {
|
|
17
|
+
font: var(--font-size-2xs-semibold) !important;
|
|
18
|
+
}
|
|
19
|
+
.fs-2xs-bold {
|
|
20
|
+
font: var(--font-size-2xs-bold) !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/* Font Size XS */
|
|
24
|
+
.fs-xs-regular {
|
|
25
|
+
font: var(--font-size-xs-regular) !important;
|
|
26
|
+
}
|
|
27
|
+
.fs-xs-semibold {
|
|
28
|
+
font: var(--font-size-xs-semibold) !important;
|
|
29
|
+
}
|
|
30
|
+
.fs-xs-bold {
|
|
31
|
+
font: var(--font-size-xs-bold) !important;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* Font Size SM */
|
|
35
|
+
.fs-sm-regular {
|
|
36
|
+
font: var(--font-size-sm-regular) !important;
|
|
37
|
+
}
|
|
38
|
+
.fs-sm-semibold {
|
|
39
|
+
font: var(--font-size-sm-semibold) !important;
|
|
40
|
+
}
|
|
41
|
+
.fs-sm-bold {
|
|
42
|
+
font: var(--font-size-sm-bold) !important;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* Font Size MD */
|
|
46
|
+
.fs-md-regular {
|
|
47
|
+
font: var(--font-size-md-regular) !important;
|
|
48
|
+
}
|
|
49
|
+
.fs-md-semibold {
|
|
50
|
+
font: var(--font-size-md-semibold) !important;
|
|
51
|
+
}
|
|
52
|
+
.fs-md-bold {
|
|
53
|
+
font: var(--font-size-md-bold) !important;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/* Font Size LG */
|
|
57
|
+
.fs-lg-regular {
|
|
58
|
+
font: var(--font-size-lg-regular) !important;
|
|
59
|
+
}
|
|
60
|
+
.fs-lg-semibold {
|
|
61
|
+
font: var(--font-size-lg-semibold) !important;
|
|
62
|
+
}
|
|
63
|
+
.fs-lg-bold {
|
|
64
|
+
font: var(--font-size-lg-bold) !important;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/* Font Size XL */
|
|
68
|
+
.fs-xl-regular {
|
|
69
|
+
font: var(--font-size-xl-regular) !important;
|
|
70
|
+
}
|
|
71
|
+
.fs-xl-semibold {
|
|
72
|
+
font: var(--font-size-xl-semibold) !important;
|
|
73
|
+
}
|
|
74
|
+
.fs-xl-bold {
|
|
75
|
+
font: var(--font-size-xl-bold) !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/* Font Size 2XL */
|
|
79
|
+
.fs-2xl-regular {
|
|
80
|
+
font: var(--font-size-2xl-regular) !important;
|
|
81
|
+
}
|
|
82
|
+
.fs-2xl-semibold {
|
|
83
|
+
font: var(--font-size-2xl-semibold) !important;
|
|
84
|
+
}
|
|
85
|
+
.fs-2xl-bold {
|
|
86
|
+
font: var(--font-size-2xl-bold) !important;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/* Font Size 3XL */
|
|
90
|
+
.fs-3xl-regular {
|
|
91
|
+
font: var(--font-size-3xl-regular) !important;
|
|
92
|
+
}
|
|
93
|
+
.fs-3xl-semibold {
|
|
94
|
+
font: var(--font-size-3xl-semibold) !important;
|
|
95
|
+
}
|
|
96
|
+
.fs-3xl-bold {
|
|
97
|
+
font: var(--font-size-3xl-bold) !important;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/* Font Size 4XL */
|
|
101
|
+
.fs-4xl-regular {
|
|
102
|
+
font: var(--font-size-4xl-regular) !important;
|
|
103
|
+
}
|
|
104
|
+
.fs-4xl-semibold {
|
|
105
|
+
font: var(--font-size-4xl-semibold) !important;
|
|
106
|
+
}
|
|
107
|
+
.fs-4xl-bold {
|
|
108
|
+
font: var(--font-size-4xl-bold) !important;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/* Font Size 5XL */
|
|
112
|
+
.fs-5xl-regular {
|
|
113
|
+
font: var(--font-size-5xl-regular) !important;
|
|
114
|
+
}
|
|
115
|
+
.fs-5xl-semibold {
|
|
116
|
+
font: var(--font-size-5xl-semibold) !important;
|
|
117
|
+
}
|
|
118
|
+
.fs-5xl-bold {
|
|
119
|
+
font: var(--font-size-5xl-bold) !important;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/* Font Size 6XL */
|
|
123
|
+
.fs-6xl-regular {
|
|
124
|
+
font: var(--font-size-6xl-regular) !important;
|
|
125
|
+
}
|
|
126
|
+
.fs-6xl-semibold {
|
|
127
|
+
font: var(--font-size-6xl-semibold) !important;
|
|
128
|
+
}
|
|
129
|
+
.fs-6xl-bold {
|
|
130
|
+
font: var(--font-size-6xl-bold) !important;
|
|
131
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/* gap */
|
|
2
|
+
.gap-4xs {
|
|
3
|
+
gap: var(--spacing-4xs) !important;
|
|
4
|
+
}
|
|
5
|
+
.gap-3xs {
|
|
6
|
+
gap: var(--spacing-3xs) !important;
|
|
7
|
+
}
|
|
8
|
+
.gap-2xs {
|
|
9
|
+
gap: var(--spacing-2xs) !important;
|
|
10
|
+
}
|
|
11
|
+
.gap-xs {
|
|
12
|
+
gap: var(--spacing-xs) !important;
|
|
13
|
+
}
|
|
14
|
+
.gap-sm {
|
|
15
|
+
gap: var(--spacing-sm) !important;
|
|
16
|
+
}
|
|
17
|
+
.gap-md {
|
|
18
|
+
gap: var(--spacing-md) !important;
|
|
19
|
+
}
|
|
20
|
+
.gap-lg {
|
|
21
|
+
gap: var(--spacing-lg) !important;
|
|
22
|
+
}
|
|
23
|
+
.gap-xl {
|
|
24
|
+
gap: var(--spacing-xl) !important;
|
|
25
|
+
}
|
|
26
|
+
.gap-2xl {
|
|
27
|
+
gap: var(--spacing-2xl) !important;
|
|
28
|
+
}
|
|
29
|
+
.gap-3xl {
|
|
30
|
+
gap: var(--spacing-3xl) !important;
|
|
31
|
+
}
|
|
32
|
+
.gap-4xl {
|
|
33
|
+
gap: var(--spacing-4xl) !important;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* row gap */
|
|
37
|
+
.row-gap-4xs {
|
|
38
|
+
row-gap: var(--spacing-4xs) !important;
|
|
39
|
+
}
|
|
40
|
+
.row-gap-3xs {
|
|
41
|
+
row-gap: var(--spacing-3xs) !important;
|
|
42
|
+
}
|
|
43
|
+
.row-gap-2xs {
|
|
44
|
+
row-gap: var(--spacing-2xs) !important;
|
|
45
|
+
}
|
|
46
|
+
.row-gap-xs {
|
|
47
|
+
row-gap: var(--spacing-xs) !important;
|
|
48
|
+
}
|
|
49
|
+
.row-gap-sm {
|
|
50
|
+
row-gap: var(--spacing-sm) !important;
|
|
51
|
+
}
|
|
52
|
+
.row-gap-md {
|
|
53
|
+
row-gap: var(--spacing-md) !important;
|
|
54
|
+
}
|
|
55
|
+
.row-gap-lg {
|
|
56
|
+
row-gap: var(--spacing-lg) !important;
|
|
57
|
+
}
|
|
58
|
+
.row-gap-xl {
|
|
59
|
+
row-gap: var(--spacing-xl) !important;
|
|
60
|
+
}
|
|
61
|
+
.row-gap-2xl {
|
|
62
|
+
row-gap: var(--spacing-2xl) !important;
|
|
63
|
+
}
|
|
64
|
+
.row-gap-3xl {
|
|
65
|
+
row-gap: var(--spacing-3xl) !important;
|
|
66
|
+
}
|
|
67
|
+
.row-gap-4xl {
|
|
68
|
+
row-gap: var(--spacing-4xl) !important;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/* column gap */
|
|
72
|
+
.col-gap-4xs {
|
|
73
|
+
column-gap: var(--spacing-4xs) !important;
|
|
74
|
+
}
|
|
75
|
+
.col-gap-3xs {
|
|
76
|
+
column-gap: var(--spacing-3xs) !important;
|
|
77
|
+
}
|
|
78
|
+
.col-gap-2xs {
|
|
79
|
+
column-gap: var(--spacing-2xs) !important;
|
|
80
|
+
}
|
|
81
|
+
.col-gap-xs {
|
|
82
|
+
column-gap: var(--spacing-xs) !important;
|
|
83
|
+
}
|
|
84
|
+
.col-gap-sm {
|
|
85
|
+
column-gap: var(--spacing-sm) !important;
|
|
86
|
+
}
|
|
87
|
+
.col-gap-md {
|
|
88
|
+
column-gap: var(--spacing-md) !important;
|
|
89
|
+
}
|
|
90
|
+
.col-gap-lg {
|
|
91
|
+
column-gap: var(--spacing-lg) !important;
|
|
92
|
+
}
|
|
93
|
+
.col-gap-xl {
|
|
94
|
+
column-gap: var(--spacing-xl) !important;
|
|
95
|
+
}
|
|
96
|
+
.col-gap-2xl {
|
|
97
|
+
column-gap: var(--spacing-2xl) !important;
|
|
98
|
+
}
|
|
99
|
+
.col-gap-3xl {
|
|
100
|
+
column-gap: var(--spacing-3xl) !important;
|
|
101
|
+
}
|
|
102
|
+
.col-gap-4xl {
|
|
103
|
+
column-gap: var(--spacing-4xl) !important;
|
|
104
|
+
}
|