@crowdfarming/oliva-ds 1.4.0 → 1.5.0
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/fesm2022/crowdfarming-oliva-ds.mjs +386 -206
- package/fesm2022/crowdfarming-oliva-ds.mjs.map +1 -1
- package/index.d.ts +5 -7
- package/lib/button/src/lib/button/button.component.d.ts +1 -1
- package/lib/button-icon/src/lib/button-icon/button-icon.component.d.ts +1 -1
- package/lib/checkbox-group/src/lib/checkbox-group/checkbox-group.component.d.ts +12 -13
- package/lib/helper-text/src/lib/helper-text/helper-text.component.d.ts +8 -0
- package/lib/icon/src/index.d.ts +1 -0
- package/lib/icon/src/lib/icon/icon.component.d.ts +9 -0
- package/lib/input-date/src/index.d.ts +1 -0
- package/lib/input-date/src/lib/input-date/input-date.component.d.ts +23 -0
- package/lib/input-number/src/index.d.ts +1 -0
- package/lib/input-number/src/lib/input-number/input-number.component.d.ts +25 -0
- package/lib/input-search/src/index.d.ts +1 -0
- package/lib/input-search/src/lib/input-search/input-search.component.d.ts +22 -0
- package/lib/password-input/src/lib/password-input/password-input.component.d.ts +5 -1
- package/lib/radio/src/lib/radio/radio.component.d.ts +2 -1
- package/lib/text-input/src/lib/text-input/text-input.component.d.ts +5 -1
- package/lib/textarea/src/lib/textarea/textarea.component.d.ts +5 -1
- package/package.json +1 -1
- package/themes/crowdfarming/_tokens.css +796 -1126
- package/themes/farmeneur/_tokens.css +948 -1254
- package/lib/icon-alert/src/index.d.ts +0 -1
- package/lib/icon-alert/src/lib/icon-alert/icon-alert.component.d.ts +0 -7
- package/lib/icon-eye/src/index.d.ts +0 -1
- package/lib/icon-eye/src/lib/icon-eye/icon-eye.component.d.ts +0 -8
- package/lib/icon-spinner/src/index.d.ts +0 -1
- package/lib/icon-spinner/src/lib/icon-spinner/icon-spinner.component.d.ts +0 -6
- package/lib/icon-success/src/index.d.ts +0 -1
- package/lib/icon-success/src/lib/icon-success/icon-success.component.d.ts +0 -7
- package/lib/icon-test/src/index.d.ts +0 -1
- package/lib/icon-test/src/lib/icon-test/icon-test.component.d.ts +0 -7
- package/lib/icon-thumb/src/index.d.ts +0 -1
- package/lib/icon-thumb/src/lib/icon-thumb/icon-thumb.component.d.ts +0 -7
- package/lib/icon-user/src/index.d.ts +0 -1
- package/lib/icon-user/src/lib/icon-user/icon-user.component.d.ts +0 -7
- package/themes/crowdfarming/_tokens.scss +0 -1416
- package/themes/farmeneur/_tokens.scss +0 -1317
|
@@ -6,126 +6,131 @@
|
|
|
6
6
|
--portrait-sm: 2/3;
|
|
7
7
|
--portrait-md: 4/5;
|
|
8
8
|
--portrait-lg: 9/16;
|
|
9
|
-
--thumbnail: 1/1;
|
|
10
9
|
--avatar: 1/1;
|
|
11
|
-
--icon-button: 1/1;
|
|
12
10
|
--card: 3/2;
|
|
11
|
+
--thumbnail: 1/1;
|
|
12
|
+
--icon-button: 1/1;
|
|
13
13
|
--dark-color-core-content-default: #ffffff;
|
|
14
|
-
--dark-color-core-content-soft: #
|
|
14
|
+
--dark-color-core-content-soft: #e5e5e5;
|
|
15
15
|
--dark-color-core-content-inverse: #070707;
|
|
16
16
|
--dark-color-core-background-default: #070707;
|
|
17
|
-
--dark-color-core-background-neutral-soft: #
|
|
18
|
-
--dark-color-core-background-alternative-soft: #
|
|
19
|
-
--dark-color-core-background-alternative-strong: #
|
|
17
|
+
--dark-color-core-background-neutral-soft: #393939;
|
|
18
|
+
--dark-color-core-background-alternative-soft: #006531;
|
|
19
|
+
--dark-color-core-background-alternative-strong: #eefdf1;
|
|
20
20
|
--dark-color-core-background-inverse: #ffffff;
|
|
21
|
-
--dark-color-core-background-surface-raised: #
|
|
22
|
-
--dark-color-core-background-surface-floating: #
|
|
23
|
-
--dark-color-core-border-default: #
|
|
24
|
-
--dark-color-core-border-soft: #
|
|
21
|
+
--dark-color-core-background-surface-raised: #1b1b1b;
|
|
22
|
+
--dark-color-core-background-surface-floating: #2c2c2c;
|
|
23
|
+
--dark-color-core-border-default: #f3f3f3;
|
|
24
|
+
--dark-color-core-border-soft: #aeaeae;
|
|
25
25
|
--dark-color-core-border-inverse: #070707;
|
|
26
26
|
--dark-color-action-primary-content-default: #ffffff;
|
|
27
|
-
--dark-color-action-primary-content-hover: #
|
|
28
|
-
--dark-color-action-primary-content-pressed: #
|
|
29
|
-
--dark-color-action-primary-content-disabled: #
|
|
27
|
+
--dark-color-action-primary-content-hover: #dafce1;
|
|
28
|
+
--dark-color-action-primary-content-pressed: #dafce1;
|
|
29
|
+
--dark-color-action-primary-content-disabled: #ececec;
|
|
30
30
|
--dark-color-action-primary-background-default: #ffffff00;
|
|
31
|
-
--dark-color-action-primary-background-hover: #
|
|
32
|
-
--dark-color-action-primary-background-pressed: #
|
|
31
|
+
--dark-color-action-primary-background-hover: #006531;
|
|
32
|
+
--dark-color-action-primary-background-pressed: #017d3e;
|
|
33
33
|
--dark-color-action-primary-background-disabled: #ffffff0a;
|
|
34
34
|
--dark-color-action-primary-border-default: #ffffff;
|
|
35
|
-
--dark-color-action-primary-border-hover: #
|
|
36
|
-
--dark-color-action-primary-border-active: #
|
|
35
|
+
--dark-color-action-primary-border-hover: #dafce1;
|
|
36
|
+
--dark-color-action-primary-border-active: #dafce1;
|
|
37
37
|
--dark-color-action-primary-border-disabled: #ffffff00;
|
|
38
38
|
--dark-color-action-primary-selected-content-default: #070707;
|
|
39
39
|
--dark-color-action-primary-selected-content-hover: #070707;
|
|
40
40
|
--dark-color-action-primary-selected-content-pressed: #070707;
|
|
41
|
-
--dark-color-action-primary-selected-content-disabled: #
|
|
42
|
-
--dark-color-action-primary-selected-background-default: #
|
|
43
|
-
--dark-color-action-primary-selected-background-hover: #
|
|
44
|
-
--dark-color-action-primary-selected-background-pressed: #
|
|
41
|
+
--dark-color-action-primary-selected-content-disabled: #ececec;
|
|
42
|
+
--dark-color-action-primary-selected-background-default: #10dd75;
|
|
43
|
+
--dark-color-action-primary-selected-background-hover: #02c868;
|
|
44
|
+
--dark-color-action-primary-selected-background-pressed: #01b05a;
|
|
45
45
|
--dark-color-action-primary-selected-background-disabled: #ffffff0f;
|
|
46
|
-
--dark-color-action-primary-selected-border-default: #
|
|
47
|
-
--dark-color-action-primary-selected-border-hover: #
|
|
48
|
-
--dark-color-action-primary-selected-border-active: #
|
|
46
|
+
--dark-color-action-primary-selected-border-default: #10dd75;
|
|
47
|
+
--dark-color-action-primary-selected-border-hover: #02c868;
|
|
48
|
+
--dark-color-action-primary-selected-border-active: #01b05a;
|
|
49
49
|
--dark-color-action-primary-selected-border-disabled: #ffffff00;
|
|
50
50
|
--dark-color-action-neutral-content-default: #ffffff;
|
|
51
|
-
--dark-color-action-neutral-content-hover: #
|
|
52
|
-
--dark-color-action-neutral-content-pressed: #
|
|
53
|
-
--dark-color-action-neutral-content-disabled: #
|
|
51
|
+
--dark-color-action-neutral-content-hover: #f9f9f9;
|
|
52
|
+
--dark-color-action-neutral-content-pressed: #f9f9f9;
|
|
53
|
+
--dark-color-action-neutral-content-disabled: #ececec;
|
|
54
54
|
--dark-color-action-neutral-background-default: #ffffff00;
|
|
55
|
-
--dark-color-action-neutral-background-hover: #
|
|
56
|
-
--dark-color-action-neutral-background-pressed: #
|
|
57
|
-
--dark-color-action-neutral-background-disabled: #
|
|
55
|
+
--dark-color-action-neutral-background-hover: #ffffff0f;
|
|
56
|
+
--dark-color-action-neutral-background-pressed: #ffffff14;
|
|
57
|
+
--dark-color-action-neutral-background-disabled: #ffffff00;
|
|
58
58
|
--dark-color-action-neutral-border-default: #ffffff;
|
|
59
|
-
--dark-color-action-neutral-border-hover: #
|
|
60
|
-
--dark-color-action-neutral-border-pressed: #
|
|
59
|
+
--dark-color-action-neutral-border-hover: #f9f9f9;
|
|
60
|
+
--dark-color-action-neutral-border-pressed: #f9f9f9;
|
|
61
61
|
--dark-color-action-neutral-border-disabled: #ffffff00;
|
|
62
|
-
--dark-color-action-danger-content-default: #
|
|
63
|
-
--dark-color-action-danger-content-hover: #
|
|
64
|
-
--dark-color-action-danger-content-pressed: #
|
|
65
|
-
--dark-color-action-danger-content-disabled-2: #
|
|
62
|
+
--dark-color-action-danger-content-default: #ff634e;
|
|
63
|
+
--dark-color-action-danger-content-hover: #d50118;
|
|
64
|
+
--dark-color-action-danger-content-pressed: #d50118;
|
|
65
|
+
--dark-color-action-danger-content-disabled-2: #ececec;
|
|
66
66
|
--dark-color-action-danger-background-default: #ffffff00;
|
|
67
|
-
--dark-color-action-danger-background-hover: #
|
|
68
|
-
--dark-color-action-danger-background-pressed: #
|
|
67
|
+
--dark-color-action-danger-background-hover: #ff3d32;
|
|
68
|
+
--dark-color-action-danger-background-pressed: #d50118;
|
|
69
69
|
--dark-color-action-danger-background-disabled: #ffffff0a;
|
|
70
|
-
--dark-color-action-danger-border-default: #
|
|
71
|
-
--dark-color-action-danger-border-hover: #
|
|
72
|
-
--dark-color-action-danger-border-pressed: #
|
|
70
|
+
--dark-color-action-danger-border-default: #ff634e;
|
|
71
|
+
--dark-color-action-danger-border-hover: #ff3d32;
|
|
72
|
+
--dark-color-action-danger-border-pressed: #d50118;
|
|
73
73
|
--dark-color-action-danger-border-disabled: #ffffff00;
|
|
74
|
-
--dark-color-feedback-danger-default: #
|
|
74
|
+
--dark-color-feedback-danger-default: #ff8c76;
|
|
75
75
|
--dark-color-feedback-danger-on-default: #070707;
|
|
76
|
-
--dark-color-feedback-danger-surface-background: #
|
|
77
|
-
--dark-color-feedback-danger-surface-border: #
|
|
78
|
-
--dark-color-feedback-success-default: #
|
|
76
|
+
--dark-color-feedback-danger-surface-background: #770006;
|
|
77
|
+
--dark-color-feedback-danger-surface-border: #ff8c76;
|
|
78
|
+
--dark-color-feedback-success-default: #45ee7b;
|
|
79
79
|
--dark-color-feedback-success-on-default: #070707;
|
|
80
|
-
--dark-color-feedback-success-surface-background: #
|
|
81
|
-
--dark-color-feedback-success-surface-border: #
|
|
82
|
-
--dark-color-feedback-warning-default: #
|
|
80
|
+
--dark-color-feedback-success-surface-background: #075022;
|
|
81
|
+
--dark-color-feedback-success-surface-border: #45ee7b;
|
|
82
|
+
--dark-color-feedback-warning-default: #fcd993;
|
|
83
83
|
--dark-color-feedback-warning-on-default: #070707;
|
|
84
|
-
--dark-color-feedback-warning-surface-background: #
|
|
85
|
-
--dark-color-feedback-warning-surface-border: #
|
|
86
|
-
--dark-color-feedback-info-default: #
|
|
84
|
+
--dark-color-feedback-warning-surface-background: #493601;
|
|
85
|
+
--dark-color-feedback-warning-surface-border: #fcd993;
|
|
86
|
+
--dark-color-feedback-info-default: #e0dbf9;
|
|
87
87
|
--dark-color-feedback-info-on-default: #070707;
|
|
88
|
-
--dark-color-feedback-info-surface-background: #
|
|
89
|
-
--dark-color-feedback-info-surface-border: #
|
|
90
|
-
--dark-color-
|
|
91
|
-
--dark-color-
|
|
92
|
-
--dark-color-
|
|
88
|
+
--dark-color-feedback-info-surface-background: #2037b3;
|
|
89
|
+
--dark-color-feedback-info-surface-border: #e0dbf9;
|
|
90
|
+
--dark-color-feedback-neutral-default: #dedede;
|
|
91
|
+
--dark-color-feedback-neutral-on-default: #070707;
|
|
92
|
+
--dark-color-feedback-neutral-surface-background: #a6b0af33;
|
|
93
|
+
--dark-color-feedback-neutral-surface-border: #dedede;
|
|
94
|
+
--dark-color-decorative-primary-default: #fac6a8;
|
|
95
|
+
--dark-color-decorative-primary-soft: #eaa42c33;
|
|
96
|
+
--dark-color-decorative-primary-strong: #fbe9df;
|
|
93
97
|
--dark-color-decorative-secondary-default: #f28fb8;
|
|
94
|
-
--dark-color-decorative-secondary-soft: #
|
|
98
|
+
--dark-color-decorative-secondary-soft: #f28fb833;
|
|
95
99
|
--dark-color-decorative-secondary-strong: #f9e8ee;
|
|
96
|
-
--dark-color-effect-focus-color: #
|
|
100
|
+
--dark-color-effect-focus-color: #10dd75;
|
|
97
101
|
--dark-color-effect-focus-contrast: #070707;
|
|
98
102
|
--dark-color-effect-shadow-soft: #000000e5;
|
|
99
103
|
--dark-color-effect-shadow-strong: #000000cc;
|
|
100
104
|
--dark-color-effect-overlay: #ffffff52;
|
|
105
|
+
--dark-color-effect-skeleton: #ffffff;
|
|
101
106
|
--dark-color-button-primary-content-default: #070707;
|
|
102
107
|
--dark-color-button-primary-content-hover: #070707;
|
|
103
108
|
--dark-color-button-primary-content-pressed: #070707;
|
|
104
|
-
--dark-color-button-primary-content-disabled: #
|
|
105
|
-
--dark-color-button-primary-background-default: #
|
|
106
|
-
--dark-color-button-primary-background-hover: #
|
|
107
|
-
--dark-color-button-primary-background-pressed: #
|
|
109
|
+
--dark-color-button-primary-content-disabled: #ececec;
|
|
110
|
+
--dark-color-button-primary-background-default: #10dd75;
|
|
111
|
+
--dark-color-button-primary-background-hover: #02c868;
|
|
112
|
+
--dark-color-button-primary-background-pressed: #01b05a;
|
|
108
113
|
--dark-color-button-primary-background-disabled: #ffffff0f;
|
|
109
|
-
--dark-color-button-primary-border-default: #
|
|
110
|
-
--dark-color-button-primary-border-hover: #
|
|
114
|
+
--dark-color-button-primary-border-default: #10dd75;
|
|
115
|
+
--dark-color-button-primary-border-hover: #02c868;
|
|
111
116
|
--dark-color-button-primary-border-pressed: #ffffff00;
|
|
112
117
|
--dark-color-button-primary-border-disabled: #ffffff00;
|
|
113
|
-
--dark-color-button-secondary-content-default: #
|
|
114
|
-
--dark-color-button-secondary-content-hover: #
|
|
115
|
-
--dark-color-button-secondary-content-pressed: #
|
|
116
|
-
--dark-color-button-secondary-content-disabled: #
|
|
118
|
+
--dark-color-button-secondary-content-default: #10dd75;
|
|
119
|
+
--dark-color-button-secondary-content-hover: #02c868;
|
|
120
|
+
--dark-color-button-secondary-content-pressed: #01b05a;
|
|
121
|
+
--dark-color-button-secondary-content-disabled: #ececec;
|
|
117
122
|
--dark-color-button-secondary-background-default: #ffffff00;
|
|
118
123
|
--dark-color-button-secondary-background-hover: #ffffff0f;
|
|
119
124
|
--dark-color-button-secondary-background-pressed: #ffffff0a;
|
|
120
125
|
--dark-color-button-secondary-background-disabled: #ffffff0f;
|
|
121
|
-
--dark-color-button-secondary-border-default: #
|
|
122
|
-
--dark-color-button-secondary-border-hover: #
|
|
123
|
-
--dark-color-button-secondary-border-pressed: #
|
|
126
|
+
--dark-color-button-secondary-border-default: #10dd75;
|
|
127
|
+
--dark-color-button-secondary-border-hover: #02c868;
|
|
128
|
+
--dark-color-button-secondary-border-pressed: #01b05a;
|
|
124
129
|
--dark-color-button-secondary-border-disabled: #ffffff00;
|
|
125
|
-
--dark-color-button-tertiary-content-default: #
|
|
126
|
-
--dark-color-button-tertiary-content-hover: #
|
|
127
|
-
--dark-color-button-tertiary-content-pressed: #
|
|
128
|
-
--dark-color-button-tertiary-content-disabled: #
|
|
130
|
+
--dark-color-button-tertiary-content-default: #10dd75;
|
|
131
|
+
--dark-color-button-tertiary-content-hover: #02c868;
|
|
132
|
+
--dark-color-button-tertiary-content-pressed: #01b05a;
|
|
133
|
+
--dark-color-button-tertiary-content-disabled: #ececec;
|
|
129
134
|
--dark-color-button-tertiary-background-default: #ffffff00;
|
|
130
135
|
--dark-color-button-tertiary-background-hover: #ffffff0f;
|
|
131
136
|
--dark-color-button-tertiary-background-pressed: #ffffff0a;
|
|
@@ -137,10 +142,10 @@
|
|
|
137
142
|
--dark-color-button-danger-content-default: #070707;
|
|
138
143
|
--dark-color-button-danger-content-hover: #070707;
|
|
139
144
|
--dark-color-button-danger-content-pressed: #070707;
|
|
140
|
-
--dark-color-button-danger-content-disabled: #
|
|
141
|
-
--dark-color-button-danger-background-default: #
|
|
142
|
-
--dark-color-button-danger-background-hover: #
|
|
143
|
-
--dark-color-button-danger-background-pressed: #
|
|
145
|
+
--dark-color-button-danger-content-disabled: #ececec;
|
|
146
|
+
--dark-color-button-danger-background-default: #ff634e;
|
|
147
|
+
--dark-color-button-danger-background-hover: #ff3d32;
|
|
148
|
+
--dark-color-button-danger-background-pressed: #d50118;
|
|
144
149
|
--dark-color-button-danger-background-disabled: #ffffff0f;
|
|
145
150
|
--dark-color-button-danger-border-default: #ffffff00;
|
|
146
151
|
--dark-color-button-danger-border-pressed: #ffffff00;
|
|
@@ -149,7 +154,7 @@
|
|
|
149
154
|
--dark-color-button-inverse-content-default: #070707;
|
|
150
155
|
--dark-color-button-inverse-content-hover: #070707;
|
|
151
156
|
--dark-color-button-inverse-content-pressed: #070707;
|
|
152
|
-
--dark-color-button-inverse-content-disabled: #
|
|
157
|
+
--dark-color-button-inverse-content-disabled: #828282;
|
|
153
158
|
--dark-color-button-inverse-background-default: #ffffff00;
|
|
154
159
|
--dark-color-button-inverse-background-hover: #0000000a;
|
|
155
160
|
--dark-color-button-inverse-background-pressed: #0000000f;
|
|
@@ -159,9 +164,9 @@
|
|
|
159
164
|
--dark-color-button-inverse-border-pressed: #070707;
|
|
160
165
|
--dark-color-button-inverse-border-disabled: #ffffff00;
|
|
161
166
|
--dark-color-button-neutral-content-default: #ffffff;
|
|
162
|
-
--dark-color-button-neutral-content-hover: #
|
|
163
|
-
--dark-color-button-neutral-content-pressed: #
|
|
164
|
-
--dark-color-button-neutral-content-disabled: #
|
|
167
|
+
--dark-color-button-neutral-content-hover: #f9f9f9;
|
|
168
|
+
--dark-color-button-neutral-content-pressed: #f9f9f9;
|
|
169
|
+
--dark-color-button-neutral-content-disabled: #ececec;
|
|
165
170
|
--dark-color-button-neutral-background-default: #ffffff00;
|
|
166
171
|
--dark-color-button-neutral-background-hover: #ffffff0a;
|
|
167
172
|
--dark-color-button-neutral-background-pressed: #ffffff0f;
|
|
@@ -170,140 +175,154 @@
|
|
|
170
175
|
--dark-color-button-neutral-border-hover: #ffffff00;
|
|
171
176
|
--dark-color-button-neutral-border-pressed: #ffffff00;
|
|
172
177
|
--dark-color-button-neutral-border-disabled: #ffffff00;
|
|
178
|
+
--dark-color-table-head-default: #ffffff0a;
|
|
179
|
+
--dark-color-table-head-hover: #ffffff14;
|
|
180
|
+
--dark-color-table-head-selected: #ffffff14;
|
|
181
|
+
--dark-color-table-row-default: #ffffff00;
|
|
182
|
+
--dark-color-table-row-hover: #ffffff0a;
|
|
183
|
+
--dark-color-table-row-selected: #ffffff14;
|
|
184
|
+
--dark-color-table-cell-default: #ffffff00;
|
|
185
|
+
--dark-color-table-cell-hover: #ffffff0a;
|
|
186
|
+
--dark-color-table-cell-selected-2: #ffffff14;
|
|
173
187
|
--dark-color-textfield-content-default: #ffffff;
|
|
174
|
-
--dark-color-textfield-content-placeholder: #
|
|
175
|
-
--dark-color-textfield-content-disabled: #
|
|
188
|
+
--dark-color-textfield-content-placeholder: #c1c1c1;
|
|
189
|
+
--dark-color-textfield-content-disabled: #ececec;
|
|
176
190
|
--dark-color-textfield-background-default: #070707;
|
|
177
191
|
--dark-color-textfield-background-hover: #070707;
|
|
178
192
|
--dark-color-textfield-background-pressed: #070707;
|
|
179
193
|
--dark-color-textfield-background-disabled: #ffffff0a;
|
|
180
|
-
--dark-color-textfield-border-default: #
|
|
181
|
-
--dark-color-textfield-border-hover: #
|
|
182
|
-
--dark-color-textfield-border-pressed: #
|
|
183
|
-
--dark-color-textfield-border-error: #
|
|
184
|
-
--dark-color-textfield-border-active: #
|
|
185
|
-
--dark-color-textfield-border-disabled: #
|
|
194
|
+
--dark-color-textfield-border-default: #aeaeae;
|
|
195
|
+
--dark-color-textfield-border-hover: #c1c1c1;
|
|
196
|
+
--dark-color-textfield-border-pressed: #d1d1d1;
|
|
197
|
+
--dark-color-textfield-border-error: #ff8c76;
|
|
198
|
+
--dark-color-textfield-border-active: #10dd75;
|
|
199
|
+
--dark-color-textfield-border-disabled: #ececec;
|
|
186
200
|
--dark-elevation-raised: [object Object],[object Object];
|
|
187
201
|
--dark-elevation-floating: [object Object],[object Object];
|
|
188
202
|
--dark-focus-outset: [object Object],[object Object];
|
|
189
203
|
--dark-focus-inset: [object Object],[object Object];
|
|
190
204
|
--dark-focus-textfield: [object Object];
|
|
191
205
|
--light-color-core-content-default: #070707;
|
|
192
|
-
--light-color-core-content-soft: #
|
|
206
|
+
--light-color-core-content-soft: #6c6c6c;
|
|
193
207
|
--light-color-core-content-inverse: #ffffff;
|
|
194
208
|
--light-color-core-background-default: #ffffff;
|
|
195
|
-
--light-color-core-background-neutral-soft: #
|
|
196
|
-
--light-color-core-background-alternative-soft: #
|
|
197
|
-
--light-color-core-background-alternative-strong: #
|
|
209
|
+
--light-color-core-background-neutral-soft: #f3f3f3;
|
|
210
|
+
--light-color-core-background-alternative-soft: #eefdf1;
|
|
211
|
+
--light-color-core-background-alternative-strong: #006531;
|
|
198
212
|
--light-color-core-background-inverse: #070707;
|
|
199
213
|
--light-color-core-background-surface-raised: #ffffff;
|
|
200
214
|
--light-color-core-background-surface-floating: #ffffff;
|
|
201
|
-
--light-color-core-border-default: #
|
|
202
|
-
--light-color-core-border-soft: #
|
|
215
|
+
--light-color-core-border-default: #aeaeae;
|
|
216
|
+
--light-color-core-border-soft: #dedede;
|
|
203
217
|
--light-color-core-border-inverse: #ffffff;
|
|
204
|
-
--light-color-action-primary-content-default: #
|
|
205
|
-
--light-color-action-primary-content-hover: #
|
|
206
|
-
--light-color-action-primary-content-pressed: #
|
|
207
|
-
--light-color-action-primary-content-disabled: #
|
|
218
|
+
--light-color-action-primary-content-default: #00431f;
|
|
219
|
+
--light-color-action-primary-content-hover: #017d3e;
|
|
220
|
+
--light-color-action-primary-content-pressed: #017d3e;
|
|
221
|
+
--light-color-action-primary-content-disabled: #828282;
|
|
208
222
|
--light-color-action-primary-background-default: #ffffff00;
|
|
209
|
-
--light-color-action-primary-background-hover: #
|
|
210
|
-
--light-color-action-primary-background-pressed: #
|
|
223
|
+
--light-color-action-primary-background-hover: #eefdf1;
|
|
224
|
+
--light-color-action-primary-background-pressed: #dafce1;
|
|
211
225
|
--light-color-action-primary-background-disabled: #00000005;
|
|
212
|
-
--light-color-action-primary-border-default: #
|
|
213
|
-
--light-color-action-primary-border-hover: #
|
|
214
|
-
--light-color-action-primary-border-active: #
|
|
226
|
+
--light-color-action-primary-border-default: #00431f;
|
|
227
|
+
--light-color-action-primary-border-hover: #017d3e;
|
|
228
|
+
--light-color-action-primary-border-active: #017d3e;
|
|
215
229
|
--light-color-action-primary-border-disabled: #ffffff00;
|
|
216
230
|
--light-color-action-primary-selected-content-default: #ffffff;
|
|
217
231
|
--light-color-action-primary-selected-content-hover: #ffffff;
|
|
218
232
|
--light-color-action-primary-selected-content-pressed: #ffffff;
|
|
219
|
-
--light-color-action-primary-selected-content-disabled: #
|
|
220
|
-
--light-color-action-primary-selected-background-default: #
|
|
221
|
-
--light-color-action-primary-selected-background-hover: #
|
|
222
|
-
--light-color-action-primary-selected-background-pressed: #
|
|
233
|
+
--light-color-action-primary-selected-content-disabled: #828282;
|
|
234
|
+
--light-color-action-primary-selected-background-default: #017d3e;
|
|
235
|
+
--light-color-action-primary-selected-background-hover: #006531;
|
|
236
|
+
--light-color-action-primary-selected-background-pressed: #004b23;
|
|
223
237
|
--light-color-action-primary-selected-background-disabled: #00000005;
|
|
224
|
-
--light-color-action-primary-selected-border-default: #
|
|
225
|
-
--light-color-action-primary-selected-border-hover: #
|
|
226
|
-
--light-color-action-primary-selected-border-active: #
|
|
238
|
+
--light-color-action-primary-selected-border-default: #017d3e;
|
|
239
|
+
--light-color-action-primary-selected-border-hover: #006531;
|
|
240
|
+
--light-color-action-primary-selected-border-active: #004b23;
|
|
227
241
|
--light-color-action-primary-selected-border-disabled: #ffffff00;
|
|
228
242
|
--light-color-action-neutral-content-default: #070707;
|
|
229
|
-
--light-color-action-neutral-content-hover: #
|
|
230
|
-
--light-color-action-neutral-content-pressed: #
|
|
231
|
-
--light-color-action-neutral-content-disabled: #
|
|
243
|
+
--light-color-action-neutral-content-hover: #444444;
|
|
244
|
+
--light-color-action-neutral-content-pressed: #444444;
|
|
245
|
+
--light-color-action-neutral-content-disabled: #828282;
|
|
232
246
|
--light-color-action-neutral-background-default: #ffffff00;
|
|
233
247
|
--light-color-action-neutral-background-hover: #0000000a;
|
|
234
248
|
--light-color-action-neutral-background-pressed: #0000000f;
|
|
235
|
-
--light-color-action-neutral-background-disabled: #
|
|
249
|
+
--light-color-action-neutral-background-disabled: #ffffff00;
|
|
236
250
|
--light-color-action-neutral-border-default: #070707;
|
|
237
|
-
--light-color-action-neutral-border-hover: #
|
|
238
|
-
--light-color-action-neutral-border-pressed: #
|
|
251
|
+
--light-color-action-neutral-border-hover: #444444;
|
|
252
|
+
--light-color-action-neutral-border-pressed: #444444;
|
|
239
253
|
--light-color-action-neutral-border-disabled: #ffffff00;
|
|
240
|
-
--light-color-action-danger-content-default: #
|
|
241
|
-
--light-color-action-danger-content-hover: #
|
|
242
|
-
--light-color-action-danger-content-pressed: #
|
|
243
|
-
--light-color-action-danger-content-disabled-2: #
|
|
254
|
+
--light-color-action-danger-content-default: #d50118;
|
|
255
|
+
--light-color-action-danger-content-hover: #af0011;
|
|
256
|
+
--light-color-action-danger-content-pressed: #8c000b;
|
|
257
|
+
--light-color-action-danger-content-disabled-2: #828282;
|
|
244
258
|
--light-color-action-danger-background-default: #ffffff00;
|
|
245
|
-
--light-color-action-danger-background-hover: #
|
|
246
|
-
--light-color-action-danger-background-pressed: #
|
|
259
|
+
--light-color-action-danger-background-hover: #af0011;
|
|
260
|
+
--light-color-action-danger-background-pressed: #8c000b;
|
|
247
261
|
--light-color-action-danger-background-disabled: #00000005;
|
|
248
|
-
--light-color-action-danger-border-default: #
|
|
249
|
-
--light-color-action-danger-border-hover: #
|
|
250
|
-
--light-color-action-danger-border-pressed: #
|
|
262
|
+
--light-color-action-danger-border-default: #d50118;
|
|
263
|
+
--light-color-action-danger-border-hover: #af0011;
|
|
264
|
+
--light-color-action-danger-border-pressed: #8c000b;
|
|
251
265
|
--light-color-action-danger-border-disabled: #ffffff00;
|
|
252
|
-
--light-color-feedback-danger-default: #
|
|
266
|
+
--light-color-feedback-danger-default: #d50118;
|
|
253
267
|
--light-color-feedback-danger-on-default: #ffffff;
|
|
254
|
-
--light-color-feedback-danger-surface-background: #
|
|
255
|
-
--light-color-feedback-danger-surface-border: #
|
|
256
|
-
--light-color-feedback-success-default: #
|
|
268
|
+
--light-color-feedback-danger-surface-background: #fbe8e4;
|
|
269
|
+
--light-color-feedback-danger-surface-border: #d50118;
|
|
270
|
+
--light-color-feedback-success-default: #189646;
|
|
257
271
|
--light-color-feedback-success-on-default: #ffffff;
|
|
258
|
-
--light-color-feedback-success-surface-background: #
|
|
259
|
-
--light-color-feedback-success-surface-border: #
|
|
260
|
-
--light-color-feedback-warning-default: #
|
|
272
|
+
--light-color-feedback-success-surface-background: #dcfce0;
|
|
273
|
+
--light-color-feedback-success-surface-border: #189646;
|
|
274
|
+
--light-color-feedback-warning-default: #876602;
|
|
261
275
|
--light-color-feedback-warning-on-default: #ffffff;
|
|
262
|
-
--light-color-feedback-warning-surface-background: #
|
|
263
|
-
--light-color-feedback-warning-surface-border: #
|
|
264
|
-
--light-color-feedback-info-default: #
|
|
276
|
+
--light-color-feedback-warning-surface-background: #fcf2e2;
|
|
277
|
+
--light-color-feedback-warning-surface-border: #876602;
|
|
278
|
+
--light-color-feedback-info-default: #6366f1;
|
|
265
279
|
--light-color-feedback-info-on-default: #ffffff;
|
|
266
|
-
--light-color-feedback-info-surface-background: #
|
|
267
|
-
--light-color-feedback-info-surface-border: #
|
|
268
|
-
--light-color-
|
|
269
|
-
--light-color-
|
|
270
|
-
--light-color-
|
|
280
|
+
--light-color-feedback-info-surface-background: #f4f3fb;
|
|
281
|
+
--light-color-feedback-info-surface-border: #6366f1;
|
|
282
|
+
--light-color-feedback-neutral-default: #989898;
|
|
283
|
+
--light-color-feedback-neutral-on-default: #ffffff;
|
|
284
|
+
--light-color-feedback-neutral-surface-background: #a6b0af33;
|
|
285
|
+
--light-color-feedback-neutral-surface-border: #989898;
|
|
286
|
+
--light-color-decorative-primary-default: #fb914f;
|
|
287
|
+
--light-color-decorative-primary-soft: #eaa42c33;
|
|
288
|
+
--light-color-decorative-primary-strong: #8e3e07;
|
|
271
289
|
--light-color-decorative-secondary-default: #ec4899;
|
|
272
|
-
--light-color-decorative-secondary-soft: #
|
|
290
|
+
--light-color-decorative-secondary-soft: #f28fb833;
|
|
273
291
|
--light-color-decorative-secondary-strong: #9b2762;
|
|
274
|
-
--light-color-effect-focus-color: #
|
|
292
|
+
--light-color-effect-focus-color: #00964d;
|
|
275
293
|
--light-color-effect-focus-contrast: #ffffff;
|
|
276
294
|
--light-color-effect-shadow-soft: #0425221f;
|
|
277
295
|
--light-color-effect-shadow-strong: #04252229;
|
|
278
296
|
--light-color-effect-overlay: #00000052;
|
|
297
|
+
--light-color-effect-skeleton: #828282;
|
|
279
298
|
--light-color-button-primary-content-default: #ffffff;
|
|
280
299
|
--light-color-button-primary-content-hover: #ffffff;
|
|
281
300
|
--light-color-button-primary-content-pressed: #ffffff;
|
|
282
|
-
--light-color-button-primary-content-disabled: #
|
|
283
|
-
--light-color-button-primary-background-default: #
|
|
284
|
-
--light-color-button-primary-background-hover: #
|
|
285
|
-
--light-color-button-primary-background-pressed: #
|
|
301
|
+
--light-color-button-primary-content-disabled: #aeaeae;
|
|
302
|
+
--light-color-button-primary-background-default: #017d3e;
|
|
303
|
+
--light-color-button-primary-background-hover: #006531;
|
|
304
|
+
--light-color-button-primary-background-pressed: #004b23;
|
|
286
305
|
--light-color-button-primary-background-disabled: #0000000a;
|
|
287
|
-
--light-color-button-primary-border-default: #
|
|
288
|
-
--light-color-button-primary-border-hover: #
|
|
289
|
-
--light-color-button-primary-border-pressed: #
|
|
306
|
+
--light-color-button-primary-border-default: #017d3e;
|
|
307
|
+
--light-color-button-primary-border-hover: #006531;
|
|
308
|
+
--light-color-button-primary-border-pressed: #004b23;
|
|
290
309
|
--light-color-button-primary-border-disabled: #ffffff00;
|
|
291
|
-
--light-color-button-secondary-content-default: #
|
|
292
|
-
--light-color-button-secondary-content-hover: #
|
|
293
|
-
--light-color-button-secondary-content-pressed: #
|
|
294
|
-
--light-color-button-secondary-content-disabled: #
|
|
310
|
+
--light-color-button-secondary-content-default: #017d3e;
|
|
311
|
+
--light-color-button-secondary-content-hover: #006531;
|
|
312
|
+
--light-color-button-secondary-content-pressed: #004b23;
|
|
313
|
+
--light-color-button-secondary-content-disabled: #aeaeae;
|
|
295
314
|
--light-color-button-secondary-background-default: #ffffff00;
|
|
296
315
|
--light-color-button-secondary-background-hover: #0000000a;
|
|
297
316
|
--light-color-button-secondary-background-pressed: #0000000f;
|
|
298
317
|
--light-color-button-secondary-background-disabled: #0000000a;
|
|
299
|
-
--light-color-button-secondary-border-default: #
|
|
300
|
-
--light-color-button-secondary-border-hover: #
|
|
301
|
-
--light-color-button-secondary-border-pressed: #
|
|
318
|
+
--light-color-button-secondary-border-default: #017d3e;
|
|
319
|
+
--light-color-button-secondary-border-hover: #006531;
|
|
320
|
+
--light-color-button-secondary-border-pressed: #004b23;
|
|
302
321
|
--light-color-button-secondary-border-disabled: #ffffff00;
|
|
303
|
-
--light-color-button-tertiary-content-default: #
|
|
304
|
-
--light-color-button-tertiary-content-hover: #
|
|
305
|
-
--light-color-button-tertiary-content-pressed: #
|
|
306
|
-
--light-color-button-tertiary-content-disabled: #
|
|
322
|
+
--light-color-button-tertiary-content-default: #017d3e;
|
|
323
|
+
--light-color-button-tertiary-content-hover: #006531;
|
|
324
|
+
--light-color-button-tertiary-content-pressed: #004b23;
|
|
325
|
+
--light-color-button-tertiary-content-disabled: #aeaeae;
|
|
307
326
|
--light-color-button-tertiary-background-default: #ffffff00;
|
|
308
327
|
--light-color-button-tertiary-background-hover: #0000000a;
|
|
309
328
|
--light-color-button-tertiary-background-pressed: #0000000f;
|
|
@@ -315,10 +334,10 @@
|
|
|
315
334
|
--light-color-button-danger-content-default: #ffffff;
|
|
316
335
|
--light-color-button-danger-content-hover: #ffffff;
|
|
317
336
|
--light-color-button-danger-content-pressed: #ffffff;
|
|
318
|
-
--light-color-button-danger-content-disabled: #
|
|
319
|
-
--light-color-button-danger-background-default: #
|
|
320
|
-
--light-color-button-danger-background-hover: #
|
|
321
|
-
--light-color-button-danger-background-pressed: #
|
|
337
|
+
--light-color-button-danger-content-disabled: #aeaeae;
|
|
338
|
+
--light-color-button-danger-background-default: #d50118;
|
|
339
|
+
--light-color-button-danger-background-hover: #af0011;
|
|
340
|
+
--light-color-button-danger-background-pressed: #8c000b;
|
|
322
341
|
--light-color-button-danger-background-disabled: #0000000a;
|
|
323
342
|
--light-color-button-danger-border-default: #ffffff00;
|
|
324
343
|
--light-color-button-danger-border-pressed: #ffffff00;
|
|
@@ -327,7 +346,7 @@
|
|
|
327
346
|
--light-color-button-inverse-content-default: #ffffff;
|
|
328
347
|
--light-color-button-inverse-content-hover: #ffffff;
|
|
329
348
|
--light-color-button-inverse-content-pressed: #ffffff;
|
|
330
|
-
--light-color-button-inverse-content-disabled: #
|
|
349
|
+
--light-color-button-inverse-content-disabled: #d1d1d1;
|
|
331
350
|
--light-color-button-inverse-background-default: #ffffff00;
|
|
332
351
|
--light-color-button-inverse-background-hover: #ffffff0a;
|
|
333
352
|
--light-color-button-inverse-background-pressed: #ffffff0f;
|
|
@@ -337,9 +356,9 @@
|
|
|
337
356
|
--light-color-button-inverse-border-pressed: #ffffff;
|
|
338
357
|
--light-color-button-inverse-border-disabled: #ffffff00;
|
|
339
358
|
--light-color-button-neutral-content-default: #070707;
|
|
340
|
-
--light-color-button-neutral-content-hover: #
|
|
341
|
-
--light-color-button-neutral-content-pressed: #
|
|
342
|
-
--light-color-button-neutral-content-disabled: #
|
|
359
|
+
--light-color-button-neutral-content-hover: #444444;
|
|
360
|
+
--light-color-button-neutral-content-pressed: #444444;
|
|
361
|
+
--light-color-button-neutral-content-disabled: #aeaeae;
|
|
343
362
|
--light-color-button-neutral-background-default: #ffffff00;
|
|
344
363
|
--light-color-button-neutral-background-hover: #0000000a;
|
|
345
364
|
--light-color-button-neutral-background-pressed: #0000000f;
|
|
@@ -348,712 +367,33 @@
|
|
|
348
367
|
--light-color-button-neutral-border-hover: #ffffff00;
|
|
349
368
|
--light-color-button-neutral-border-pressed: #ffffff00;
|
|
350
369
|
--light-color-button-neutral-border-disabled: #ffffff00;
|
|
370
|
+
--light-color-table-head-default: #0000000a;
|
|
371
|
+
--light-color-table-head-hover: #00000014;
|
|
372
|
+
--light-color-table-head-selected: #00000014;
|
|
373
|
+
--light-color-table-row-default: #ffffff00;
|
|
374
|
+
--light-color-table-row-hover: #0000000a;
|
|
375
|
+
--light-color-table-row-selected: #00000014;
|
|
376
|
+
--light-color-table-cell-default: #ffffff00;
|
|
377
|
+
--light-color-table-cell-hover: #0000000a;
|
|
378
|
+
--light-color-table-cell-selected-2: #00000014;
|
|
351
379
|
--light-color-textfield-content-default: #070707;
|
|
352
|
-
--light-color-textfield-content-placeholder: #
|
|
353
|
-
--light-color-textfield-content-disabled: #
|
|
380
|
+
--light-color-textfield-content-placeholder: #6c6c6c;
|
|
381
|
+
--light-color-textfield-content-disabled: #828282;
|
|
354
382
|
--light-color-textfield-background-default: #ffffff;
|
|
355
383
|
--light-color-textfield-background-hover: #ffffff;
|
|
356
384
|
--light-color-textfield-background-pressed: #ffffff;
|
|
357
385
|
--light-color-textfield-background-disabled: #00000005;
|
|
358
|
-
--light-color-textfield-border-default: #
|
|
359
|
-
--light-color-textfield-border-hover: #
|
|
360
|
-
--light-color-textfield-border-pressed: #
|
|
361
|
-
--light-color-textfield-border-error: #
|
|
362
|
-
--light-color-textfield-border-active: #
|
|
363
|
-
--light-color-textfield-border-disabled: #
|
|
386
|
+
--light-color-textfield-border-default: #989898;
|
|
387
|
+
--light-color-textfield-border-hover: #828282;
|
|
388
|
+
--light-color-textfield-border-pressed: #6c6c6c;
|
|
389
|
+
--light-color-textfield-border-error: #d50118;
|
|
390
|
+
--light-color-textfield-border-active: #00964d;
|
|
391
|
+
--light-color-textfield-border-disabled: #aeaeae;
|
|
364
392
|
--light-elevation-raised: [object Object],[object Object];
|
|
365
393
|
--light-elevation-floating: [object Object],[object Object];
|
|
366
394
|
--light-focus-outset: [object Object],[object Object];
|
|
367
395
|
--light-focus-inset: [object Object],[object Object];
|
|
368
396
|
--light-focus-textfield: [object Object];
|
|
369
|
-
--desktop-typography-font-family-primary: Fira Sans Condensed;
|
|
370
|
-
--desktop-typography-font-family-secondary: Figtree;
|
|
371
|
-
--desktop-typography-font-weight-regular: 400;
|
|
372
|
-
--desktop-typography-font-weight-semi-bold: 600;
|
|
373
|
-
--desktop-typography-font-weight-bold: 700;
|
|
374
|
-
--desktop-typography-font-weight-extrabold: 800;
|
|
375
|
-
--desktop-typography-heading-xl-family: Fira Sans Condensed;
|
|
376
|
-
--desktop-typography-heading-xl-size: 2.625rem;
|
|
377
|
-
--desktop-typography-heading-xl-line-height: 3.125rem;
|
|
378
|
-
--desktop-typography-heading-xl-weight: 700;
|
|
379
|
-
--desktop-typography-heading-xl-letter-spacing: 0rem;
|
|
380
|
-
--desktop-typography-heading-lg-family: Fira Sans Condensed;
|
|
381
|
-
--desktop-typography-heading-lg-size: 2.25rem;
|
|
382
|
-
--desktop-typography-heading-lg-line-height: 3rem;
|
|
383
|
-
--desktop-typography-heading-lg-weight: 700;
|
|
384
|
-
--desktop-typography-heading-lg-letter-spacing: 0rem;
|
|
385
|
-
--desktop-typography-heading-md-family: Fira Sans Condensed;
|
|
386
|
-
--desktop-typography-heading-md-size: 1.875rem;
|
|
387
|
-
--desktop-typography-heading-md-line-height: 2.375rem;
|
|
388
|
-
--desktop-typography-heading-md-weight: 700;
|
|
389
|
-
--desktop-typography-heading-md-letter-spacing: 0rem;
|
|
390
|
-
--desktop-typography-heading-sm-family: Fira Sans Condensed;
|
|
391
|
-
--desktop-typography-heading-sm-size: 1.5rem;
|
|
392
|
-
--desktop-typography-heading-sm-line-height: 2rem;
|
|
393
|
-
--desktop-typography-heading-sm-weight: 700;
|
|
394
|
-
--desktop-typography-heading-sm-letter-spacing: 0rem;
|
|
395
|
-
--desktop-typography-title-xl-family: Figtree;
|
|
396
|
-
--desktop-typography-title-xl-size: 2rem;
|
|
397
|
-
--desktop-typography-title-xl-line-height: 2.5rem;
|
|
398
|
-
--desktop-typography-title-xl-weight: 600;
|
|
399
|
-
--desktop-typography-title-xl-letter-spacing: 0rem;
|
|
400
|
-
--desktop-typography-title-lg-family: Figtree;
|
|
401
|
-
--desktop-typography-title-lg-size: 1.75rem;
|
|
402
|
-
--desktop-typography-title-lg-line-height: 2.5rem;
|
|
403
|
-
--desktop-typography-title-lg-weight: 600;
|
|
404
|
-
--desktop-typography-title-lg-letter-spacing: 0rem;
|
|
405
|
-
--desktop-typography-title-md-family: Figtree;
|
|
406
|
-
--desktop-typography-title-md-size: 1.5rem;
|
|
407
|
-
--desktop-typography-title-md-line-height: 2rem;
|
|
408
|
-
--desktop-typography-title-md-weight: 600;
|
|
409
|
-
--desktop-typography-title-md-letter-spacing: 0rem;
|
|
410
|
-
--desktop-typography-title-sm-family: Figtree;
|
|
411
|
-
--desktop-typography-title-sm-size: 1.25rem;
|
|
412
|
-
--desktop-typography-title-sm-line-height: 1.75rem;
|
|
413
|
-
--desktop-typography-title-sm-weight: 600;
|
|
414
|
-
--desktop-typography-title-sm-letter-spacing: 0rem;
|
|
415
|
-
--desktop-typography-body-lg-family: Figtree;
|
|
416
|
-
--desktop-typography-body-lg-size: 1.125rem;
|
|
417
|
-
--desktop-typography-body-lg-line-height: 1.5rem;
|
|
418
|
-
--desktop-typography-body-lg-weight: 400;
|
|
419
|
-
--desktop-typography-body-lg-letter-spacing: 0rem;
|
|
420
|
-
--desktop-typography-body-lg-paragraph-spacing: 0.75rem;
|
|
421
|
-
--desktop-typography-body-md-family: Figtree;
|
|
422
|
-
--desktop-typography-body-md-size: 1rem;
|
|
423
|
-
--desktop-typography-body-md-line-height: 1.5rem;
|
|
424
|
-
--desktop-typography-body-md-weight: 400;
|
|
425
|
-
--desktop-typography-body-md-letter-spacing: 0rem;
|
|
426
|
-
--desktop-typography-body-md-paragraph-spacing: 0.5rem;
|
|
427
|
-
--desktop-typography-body-sm-family: Figtree;
|
|
428
|
-
--desktop-typography-body-sm-size: 0.875rem;
|
|
429
|
-
--desktop-typography-body-sm-line-height: 1.25rem;
|
|
430
|
-
--desktop-typography-body-sm-weight: 400;
|
|
431
|
-
--desktop-typography-body-sm-letter-spacing: 0rem;
|
|
432
|
-
--desktop-typography-body-sm-paragraph-spacing: 0.375rem;
|
|
433
|
-
--desktop-typography-body-xs-family: Figtree;
|
|
434
|
-
--desktop-typography-body-xs-size: 0.75rem;
|
|
435
|
-
--desktop-typography-body-xs-line-height: 1rem;
|
|
436
|
-
--desktop-typography-body-xs-weight: 400;
|
|
437
|
-
--desktop-typography-body-xs-letter-spacing: 0rem;
|
|
438
|
-
--desktop-typography-body-xs-paragraph-spacing: 0.375rem;
|
|
439
|
-
--desktop-typography-label-lg-default-family: Figtree;
|
|
440
|
-
--desktop-typography-label-lg-default-size: 1.125rem;
|
|
441
|
-
--desktop-typography-label-lg-default-line-height: 1.75rem;
|
|
442
|
-
--desktop-typography-label-lg-default-weight: 400;
|
|
443
|
-
--desktop-typography-label-lg-default-letter-spacing: 0rem;
|
|
444
|
-
--desktop-typography-label-lg-strong-family: Figtree;
|
|
445
|
-
--desktop-typography-label-lg-strong-size: 1.125rem;
|
|
446
|
-
--desktop-typography-label-lg-strong-line-height: 1.75rem;
|
|
447
|
-
--desktop-typography-label-lg-strong-weight: 600;
|
|
448
|
-
--desktop-typography-label-lg-strong-letter-spacing: 0rem;
|
|
449
|
-
--desktop-typography-label-md-default-family: Figtree;
|
|
450
|
-
--desktop-typography-label-md-default-size: 1rem;
|
|
451
|
-
--desktop-typography-label-md-default-line-height: 1.5rem;
|
|
452
|
-
--desktop-typography-label-md-default-weight: 400;
|
|
453
|
-
--desktop-typography-label-md-default-letter-spacing: 0rem;
|
|
454
|
-
--desktop-typography-label-md-strong-family: Figtree;
|
|
455
|
-
--desktop-typography-label-md-strong-size: 1rem;
|
|
456
|
-
--desktop-typography-label-md-strong-line-height: 1.5rem;
|
|
457
|
-
--desktop-typography-label-md-strong-weight: 600;
|
|
458
|
-
--desktop-typography-label-md-strong-letter-spacing: 0rem;
|
|
459
|
-
--desktop-typography-label-sm-default-family: Figtree;
|
|
460
|
-
--desktop-typography-label-sm-default-size: 0.875rem;
|
|
461
|
-
--desktop-typography-label-sm-default-line-height: 1.25rem;
|
|
462
|
-
--desktop-typography-label-sm-default-weight: 400;
|
|
463
|
-
--desktop-typography-label-sm-default-letter-spacing: 0rem;
|
|
464
|
-
--desktop-typography-label-sm-strong-family: Figtree;
|
|
465
|
-
--desktop-typography-label-sm-strong-size: 0.875rem;
|
|
466
|
-
--desktop-typography-label-sm-strong-line-height: 1.25rem;
|
|
467
|
-
--desktop-typography-label-sm-strong-weight: 600;
|
|
468
|
-
--desktop-typography-label-sm-strong-letter-spacing: 0rem;
|
|
469
|
-
--desktop-typography-label-xs-default-family: Figtree;
|
|
470
|
-
--desktop-typography-label-xs-default-size: 0.75rem;
|
|
471
|
-
--desktop-typography-label-xs-default-line-height: 1rem;
|
|
472
|
-
--desktop-typography-label-xs-default-weight: 400;
|
|
473
|
-
--desktop-typography-label-xs-default-letter-spacing: 0rem;
|
|
474
|
-
--desktop-typography-label-xs-strong-family: Figtree;
|
|
475
|
-
--desktop-typography-label-xs-strong-size: 0.75rem;
|
|
476
|
-
--desktop-typography-label-xs-strong-line-height: 1rem;
|
|
477
|
-
--desktop-typography-label-xs-strong-weight: 600;
|
|
478
|
-
--desktop-typography-label-xs-strong-letter-spacing: -0.0125rem;
|
|
479
|
-
--desktop-space-grid-column-margin: 4.5rem;
|
|
480
|
-
--desktop-space-grid-column-gutter: 1.5rem;
|
|
481
|
-
--desktop-space-grid-column-count: 0.75rem;
|
|
482
|
-
--desktop-space-grid-row-gutter: 0.25rem;
|
|
483
|
-
--desktop-space-grid-row-height: 0.25rem;
|
|
484
|
-
--desktop-space-page-padding-none: 0rem;
|
|
485
|
-
--desktop-space-page-padding-sm: 2rem;
|
|
486
|
-
--desktop-space-page-padding-md: 2.5rem;
|
|
487
|
-
--desktop-space-page-padding-lg: 3.5rem;
|
|
488
|
-
--desktop-space-page-padding-xl: 4rem;
|
|
489
|
-
--desktop-space-page-gap-none: 0rem;
|
|
490
|
-
--desktop-space-page-gap-xs: 0.75rem;
|
|
491
|
-
--desktop-space-page-gap-sm: 1.5rem;
|
|
492
|
-
--desktop-space-page-gap-md: 2rem;
|
|
493
|
-
--desktop-space-page-gap-lg: 3rem;
|
|
494
|
-
--desktop-space-page-gap-xl: 4rem;
|
|
495
|
-
--desktop-space-page-gap-2xl: 5rem;
|
|
496
|
-
--desktop-space-container-padding-none: 0rem;
|
|
497
|
-
--desktop-space-container-padding-sm: 1rem;
|
|
498
|
-
--desktop-space-container-padding-md: 1.5rem;
|
|
499
|
-
--desktop-space-container-gap-none: 0rem;
|
|
500
|
-
--desktop-space-container-gap-xs: 0.25rem;
|
|
501
|
-
--desktop-space-container-gap-sm: 0.5rem;
|
|
502
|
-
--desktop-space-container-gap-md: 1rem;
|
|
503
|
-
--desktop-space-container-gap-lg: 1.5rem;
|
|
504
|
-
--desktop-space-container-stack-sm: 1rem;
|
|
505
|
-
--desktop-space-container-stack-md: 1.5rem;
|
|
506
|
-
--desktop-space-container-stack-lg: 2rem;
|
|
507
|
-
--desktop-space-component-padding-none: 0rem;
|
|
508
|
-
--desktop-space-component-padding-2xs: 0.125rem;
|
|
509
|
-
--desktop-space-component-padding-xs: 0.25rem;
|
|
510
|
-
--desktop-space-component-padding-sm: 0.5rem;
|
|
511
|
-
--desktop-space-component-padding-md: 0.75rem;
|
|
512
|
-
--desktop-space-component-padding-lg: 1rem;
|
|
513
|
-
--desktop-space-component-padding-xl: 1.5rem;
|
|
514
|
-
--desktop-space-component-padding-2xl: 2rem;
|
|
515
|
-
--desktop-space-component-gap-none: 0rem;
|
|
516
|
-
--desktop-space-component-gap-xs: 0.125rem;
|
|
517
|
-
--desktop-space-component-gap-sm: 0.25rem;
|
|
518
|
-
--desktop-space-component-gap-md: 0.5rem;
|
|
519
|
-
--desktop-space-component-gap-lg: 0.75rem;
|
|
520
|
-
--desktop-size-viewport-width: 80rem;
|
|
521
|
-
--desktop-size-border-radius-none: 0rem;
|
|
522
|
-
--desktop-size-border-radius-sm: 0.25rem;
|
|
523
|
-
--desktop-size-border-radius-md: 0.5rem;
|
|
524
|
-
--desktop-size-border-radius-lg: 0.75rem;
|
|
525
|
-
--desktop-size-border-radius-full: 6.25rem;
|
|
526
|
-
--desktop-size-border-width-md: 0.125rem;
|
|
527
|
-
--desktop-size-border-width-sm: 0.0625rem;
|
|
528
|
-
--desktop-size-border-width-none: 0rem;
|
|
529
|
-
--desktop-size-component-border-width: 0.0625rem;
|
|
530
|
-
--desktop-size-component-border-radius: 0.25rem;
|
|
531
|
-
--desktop-size-button-min-width-xs: 1.5rem;
|
|
532
|
-
--desktop-size-button-min-width-sm: 2rem;
|
|
533
|
-
--desktop-size-button-min-width-md: 2.5rem;
|
|
534
|
-
--desktop-size-button-min-width-lg: 3rem;
|
|
535
|
-
--desktop-size-button-border-width: 0.0625rem;
|
|
536
|
-
--desktop-size-button-border-radius: 0.25rem;
|
|
537
|
-
--desktop-size-button-min-height-xs: 1.5rem;
|
|
538
|
-
--desktop-size-button-min-height-md: 2.5rem;
|
|
539
|
-
--desktop-size-button-min-height-sm: 2rem;
|
|
540
|
-
--desktop-size-button-min-height-lg: 3rem;
|
|
541
|
-
--mobile-typography-font-family-primary: Fira Sans Condensed;
|
|
542
|
-
--mobile-typography-font-family-secondary: Figtree;
|
|
543
|
-
--mobile-typography-font-weight-regular: 400;
|
|
544
|
-
--mobile-typography-font-weight-semi-bold: 600;
|
|
545
|
-
--mobile-typography-font-weight-bold: 700;
|
|
546
|
-
--mobile-typography-font-weight-extrabold: 800;
|
|
547
|
-
--mobile-typography-heading-xl-family: Fira Sans Condensed;
|
|
548
|
-
--mobile-typography-heading-xl-size: 2rem;
|
|
549
|
-
--mobile-typography-heading-xl-line-height: 2.5rem;
|
|
550
|
-
--mobile-typography-heading-xl-weight: 700;
|
|
551
|
-
--mobile-typography-heading-xl-letter-spacing: 0rem;
|
|
552
|
-
--mobile-typography-heading-lg-family: Fira Sans Condensed;
|
|
553
|
-
--mobile-typography-heading-lg-size: 1.75rem;
|
|
554
|
-
--mobile-typography-heading-lg-line-height: 2.5rem;
|
|
555
|
-
--mobile-typography-heading-lg-weight: 700;
|
|
556
|
-
--mobile-typography-heading-lg-letter-spacing: 0rem;
|
|
557
|
-
--mobile-typography-heading-md-family: Fira Sans Condensed;
|
|
558
|
-
--mobile-typography-heading-md-size: 1.5rem;
|
|
559
|
-
--mobile-typography-heading-md-line-height: 2rem;
|
|
560
|
-
--mobile-typography-heading-md-weight: 700;
|
|
561
|
-
--mobile-typography-heading-md-letter-spacing: 0rem;
|
|
562
|
-
--mobile-typography-heading-sm-family: Fira Sans Condensed;
|
|
563
|
-
--mobile-typography-heading-sm-size: 1.25rem;
|
|
564
|
-
--mobile-typography-heading-sm-line-height: 1.75rem;
|
|
565
|
-
--mobile-typography-heading-sm-weight: 700;
|
|
566
|
-
--mobile-typography-heading-sm-letter-spacing: 0rem;
|
|
567
|
-
--mobile-typography-title-xl-family: Figtree;
|
|
568
|
-
--mobile-typography-title-xl-size: 1.75rem;
|
|
569
|
-
--mobile-typography-title-xl-line-height: 2.5rem;
|
|
570
|
-
--mobile-typography-title-xl-weight: 600;
|
|
571
|
-
--mobile-typography-title-xl-letter-spacing: 0rem;
|
|
572
|
-
--mobile-typography-title-lg-family: Figtree;
|
|
573
|
-
--mobile-typography-title-lg-size: 1.5rem;
|
|
574
|
-
--mobile-typography-title-lg-line-height: 2rem;
|
|
575
|
-
--mobile-typography-title-lg-weight: 600;
|
|
576
|
-
--mobile-typography-title-lg-letter-spacing: 0rem;
|
|
577
|
-
--mobile-typography-title-md-family: Figtree;
|
|
578
|
-
--mobile-typography-title-md-size: 1.25rem;
|
|
579
|
-
--mobile-typography-title-md-line-height: 1.75rem;
|
|
580
|
-
--mobile-typography-title-md-weight: 600;
|
|
581
|
-
--mobile-typography-title-md-letter-spacing: 0rem;
|
|
582
|
-
--mobile-typography-title-sm-family: Figtree;
|
|
583
|
-
--mobile-typography-title-sm-size: 1.125rem;
|
|
584
|
-
--mobile-typography-title-sm-line-height: 1.5rem;
|
|
585
|
-
--mobile-typography-title-sm-weight: 600;
|
|
586
|
-
--mobile-typography-title-sm-letter-spacing: 0rem;
|
|
587
|
-
--mobile-typography-body-lg-family: Figtree;
|
|
588
|
-
--mobile-typography-body-lg-size: 1.125rem;
|
|
589
|
-
--mobile-typography-body-lg-line-height: 1.5rem;
|
|
590
|
-
--mobile-typography-body-lg-weight: 400;
|
|
591
|
-
--mobile-typography-body-lg-letter-spacing: 0rem;
|
|
592
|
-
--mobile-typography-body-lg-paragraph-spacing: 0.75rem;
|
|
593
|
-
--mobile-typography-body-md-family: Figtree;
|
|
594
|
-
--mobile-typography-body-md-size: 1rem;
|
|
595
|
-
--mobile-typography-body-md-line-height: 1.5rem;
|
|
596
|
-
--mobile-typography-body-md-weight: 400;
|
|
597
|
-
--mobile-typography-body-md-letter-spacing: 0rem;
|
|
598
|
-
--mobile-typography-body-md-paragraph-spacing: 0.5rem;
|
|
599
|
-
--mobile-typography-body-sm-family: Figtree;
|
|
600
|
-
--mobile-typography-body-sm-size: 0.875rem;
|
|
601
|
-
--mobile-typography-body-sm-line-height: 1.25rem;
|
|
602
|
-
--mobile-typography-body-sm-weight: 400;
|
|
603
|
-
--mobile-typography-body-sm-letter-spacing: 0rem;
|
|
604
|
-
--mobile-typography-body-sm-paragraph-spacing: 0.375rem;
|
|
605
|
-
--mobile-typography-body-xs-family: Figtree;
|
|
606
|
-
--mobile-typography-body-xs-size: 0.75rem;
|
|
607
|
-
--mobile-typography-body-xs-line-height: 1rem;
|
|
608
|
-
--mobile-typography-body-xs-weight: 400;
|
|
609
|
-
--mobile-typography-body-xs-letter-spacing: 0rem;
|
|
610
|
-
--mobile-typography-body-xs-paragraph-spacing: 0.375rem;
|
|
611
|
-
--mobile-typography-label-lg-default-family: Figtree;
|
|
612
|
-
--mobile-typography-label-lg-default-size: 1.125rem;
|
|
613
|
-
--mobile-typography-label-lg-default-line-height: 1.75rem;
|
|
614
|
-
--mobile-typography-label-lg-default-weight: 400;
|
|
615
|
-
--mobile-typography-label-lg-default-letter-spacing: 0rem;
|
|
616
|
-
--mobile-typography-label-lg-strong-family: Figtree;
|
|
617
|
-
--mobile-typography-label-lg-strong-size: 1.125rem;
|
|
618
|
-
--mobile-typography-label-lg-strong-line-height: 1.75rem;
|
|
619
|
-
--mobile-typography-label-lg-strong-weight: 600;
|
|
620
|
-
--mobile-typography-label-lg-strong-letter-spacing: 0rem;
|
|
621
|
-
--mobile-typography-label-md-default-family: Figtree;
|
|
622
|
-
--mobile-typography-label-md-default-size: 1rem;
|
|
623
|
-
--mobile-typography-label-md-default-line-height: 1.5rem;
|
|
624
|
-
--mobile-typography-label-md-default-weight: 400;
|
|
625
|
-
--mobile-typography-label-md-default-letter-spacing: 0rem;
|
|
626
|
-
--mobile-typography-label-md-strong-family: Figtree;
|
|
627
|
-
--mobile-typography-label-md-strong-size: 1rem;
|
|
628
|
-
--mobile-typography-label-md-strong-line-height: 1.5rem;
|
|
629
|
-
--mobile-typography-label-md-strong-weight: 600;
|
|
630
|
-
--mobile-typography-label-md-strong-letter-spacing: 0rem;
|
|
631
|
-
--mobile-typography-label-sm-default-family: Figtree;
|
|
632
|
-
--mobile-typography-label-sm-default-size: 0.875rem;
|
|
633
|
-
--mobile-typography-label-sm-default-line-height: 1.25rem;
|
|
634
|
-
--mobile-typography-label-sm-default-weight: 400;
|
|
635
|
-
--mobile-typography-label-sm-default-letter-spacing: 0rem;
|
|
636
|
-
--mobile-typography-label-sm-strong-family: Figtree;
|
|
637
|
-
--mobile-typography-label-sm-strong-size: 0.875rem;
|
|
638
|
-
--mobile-typography-label-sm-strong-line-height: 1.25rem;
|
|
639
|
-
--mobile-typography-label-sm-strong-weight: 600;
|
|
640
|
-
--mobile-typography-label-sm-strong-letter-spacing: 0rem;
|
|
641
|
-
--mobile-typography-label-xs-default-family: Figtree;
|
|
642
|
-
--mobile-typography-label-xs-default-size: 0.75rem;
|
|
643
|
-
--mobile-typography-label-xs-default-line-height: 1rem;
|
|
644
|
-
--mobile-typography-label-xs-default-weight: 400;
|
|
645
|
-
--mobile-typography-label-xs-default-letter-spacing: 0rem;
|
|
646
|
-
--mobile-typography-label-xs-strong-family: Figtree;
|
|
647
|
-
--mobile-typography-label-xs-strong-size: 0.75rem;
|
|
648
|
-
--mobile-typography-label-xs-strong-line-height: 1rem;
|
|
649
|
-
--mobile-typography-label-xs-strong-weight: 600;
|
|
650
|
-
--mobile-typography-label-xs-strong-letter-spacing: 0rem;
|
|
651
|
-
--mobile-space-grid-column-margin: 1rem;
|
|
652
|
-
--mobile-space-grid-column-gutter: 1rem;
|
|
653
|
-
--mobile-space-grid-column-count: 0.125rem;
|
|
654
|
-
--mobile-space-grid-row-gutter: 0.25rem;
|
|
655
|
-
--mobile-space-grid-row-height: 0.25rem;
|
|
656
|
-
--mobile-space-page-padding-none: 0rem;
|
|
657
|
-
--mobile-space-page-padding-sm: 1rem;
|
|
658
|
-
--mobile-space-page-padding-md: 1.5rem;
|
|
659
|
-
--mobile-space-page-padding-lg: 2rem;
|
|
660
|
-
--mobile-space-page-padding-xl: 3rem;
|
|
661
|
-
--mobile-space-page-gap-none: 0rem;
|
|
662
|
-
--mobile-space-page-gap-xs: 0.25rem;
|
|
663
|
-
--mobile-space-page-gap-sm: 0.5rem;
|
|
664
|
-
--mobile-space-page-gap-md: 1rem;
|
|
665
|
-
--mobile-space-page-gap-lg: 2rem;
|
|
666
|
-
--mobile-space-page-gap-xl: 3rem;
|
|
667
|
-
--mobile-space-page-gap-2xl: 4rem;
|
|
668
|
-
--mobile-space-container-padding-none: 0rem;
|
|
669
|
-
--mobile-space-container-padding-sm: 1rem;
|
|
670
|
-
--mobile-space-container-padding-md: 1.5rem;
|
|
671
|
-
--mobile-space-container-gap-none: 0rem;
|
|
672
|
-
--mobile-space-container-gap-xs: 0.25rem;
|
|
673
|
-
--mobile-space-container-gap-sm: 0.5rem;
|
|
674
|
-
--mobile-space-container-gap-md: 1rem;
|
|
675
|
-
--mobile-space-container-gap-lg: 1.5rem;
|
|
676
|
-
--mobile-space-container-stack-sm: 0.5rem;
|
|
677
|
-
--mobile-space-container-stack-md: 1rem;
|
|
678
|
-
--mobile-space-container-stack-lg: 1.5rem;
|
|
679
|
-
--mobile-space-component-padding-none: 0rem;
|
|
680
|
-
--mobile-space-component-padding-2xs: 0.125rem;
|
|
681
|
-
--mobile-space-component-padding-xs: 0.25rem;
|
|
682
|
-
--mobile-space-component-padding-sm: 0.5rem;
|
|
683
|
-
--mobile-space-component-padding-md: 0.75rem;
|
|
684
|
-
--mobile-space-component-padding-lg: 1rem;
|
|
685
|
-
--mobile-space-component-padding-xl: 1.5rem;
|
|
686
|
-
--mobile-space-component-padding-2xl: 2rem;
|
|
687
|
-
--mobile-space-component-gap-none: 0rem;
|
|
688
|
-
--mobile-space-component-gap-xs: 0.125rem;
|
|
689
|
-
--mobile-space-component-gap-sm: 0.25rem;
|
|
690
|
-
--mobile-space-component-gap-md: 0.5rem;
|
|
691
|
-
--mobile-space-component-gap-lg: 0.75rem;
|
|
692
|
-
--mobile-size-viewport-width: 22.5rem;
|
|
693
|
-
--mobile-size-border-radius-none: 0rem;
|
|
694
|
-
--mobile-size-border-radius-sm: 0.25rem;
|
|
695
|
-
--mobile-size-border-radius-md: 0.5rem;
|
|
696
|
-
--mobile-size-border-radius-lg: 0.75rem;
|
|
697
|
-
--mobile-size-border-radius-full: 6.25rem;
|
|
698
|
-
--mobile-size-border-width-md: 0.125rem;
|
|
699
|
-
--mobile-size-border-width-sm: 0.0625rem;
|
|
700
|
-
--mobile-size-border-width-none: 0rem;
|
|
701
|
-
--mobile-size-component-border-width: 0.0625rem;
|
|
702
|
-
--mobile-size-component-border-radius: 0.25rem;
|
|
703
|
-
--mobile-size-button-min-width-xs: 1.5rem;
|
|
704
|
-
--mobile-size-button-min-width-sm: 2rem;
|
|
705
|
-
--mobile-size-button-min-width-md: 2.5rem;
|
|
706
|
-
--mobile-size-button-min-width-lg: 3rem;
|
|
707
|
-
--mobile-size-button-border-width: 0.0625rem;
|
|
708
|
-
--mobile-size-button-border-radius: 0.25rem;
|
|
709
|
-
--mobile-size-button-min-height-xs: 1.5rem;
|
|
710
|
-
--mobile-size-button-min-height-md: 2.5rem;
|
|
711
|
-
--mobile-size-button-min-height-sm: 2rem;
|
|
712
|
-
--mobile-size-button-min-height-lg: 3rem;
|
|
713
|
-
--tablet-typography-font-family-primary: Fira Sans Condensed;
|
|
714
|
-
--tablet-typography-font-family-secondary: Figtree;
|
|
715
|
-
--tablet-typography-font-weight-regular: 400;
|
|
716
|
-
--tablet-typography-font-weight-semi-bold: 600;
|
|
717
|
-
--tablet-typography-font-weight-bold: 700;
|
|
718
|
-
--tablet-typography-font-weight-extrabold: 800;
|
|
719
|
-
--tablet-typography-heading-xl-family: Fira Sans Condensed;
|
|
720
|
-
--tablet-typography-heading-xl-size: 2.25rem;
|
|
721
|
-
--tablet-typography-heading-xl-line-height: 2.75rem;
|
|
722
|
-
--tablet-typography-heading-xl-weight: 700;
|
|
723
|
-
--tablet-typography-heading-xl-letter-spacing: 0rem;
|
|
724
|
-
--tablet-typography-heading-lg-family: Fira Sans Condensed;
|
|
725
|
-
--tablet-typography-heading-lg-size: 2rem;
|
|
726
|
-
--tablet-typography-heading-lg-line-height: 2.75rem;
|
|
727
|
-
--tablet-typography-heading-lg-weight: 700;
|
|
728
|
-
--tablet-typography-heading-lg-letter-spacing: 0rem;
|
|
729
|
-
--tablet-typography-heading-md-family: Fira Sans Condensed;
|
|
730
|
-
--tablet-typography-heading-md-size: 1.625rem;
|
|
731
|
-
--tablet-typography-heading-md-line-height: 2.125rem;
|
|
732
|
-
--tablet-typography-heading-md-weight: 700;
|
|
733
|
-
--tablet-typography-heading-md-letter-spacing: 0rem;
|
|
734
|
-
--tablet-typography-heading-sm-family: Fira Sans Condensed;
|
|
735
|
-
--tablet-typography-heading-sm-size: 1.25rem;
|
|
736
|
-
--tablet-typography-heading-sm-line-height: 1.75rem;
|
|
737
|
-
--tablet-typography-heading-sm-weight: 700;
|
|
738
|
-
--tablet-typography-heading-sm-letter-spacing: 0rem;
|
|
739
|
-
--tablet-typography-title-xl-family: Figtree;
|
|
740
|
-
--tablet-typography-title-xl-size: 1.875rem;
|
|
741
|
-
--tablet-typography-title-xl-line-height: 2.5rem;
|
|
742
|
-
--tablet-typography-title-xl-weight: 600;
|
|
743
|
-
--tablet-typography-title-xl-letter-spacing: 0rem;
|
|
744
|
-
--tablet-typography-title-lg-family: Figtree;
|
|
745
|
-
--tablet-typography-title-lg-size: 1.5rem;
|
|
746
|
-
--tablet-typography-title-lg-line-height: 2rem;
|
|
747
|
-
--tablet-typography-title-lg-weight: 600;
|
|
748
|
-
--tablet-typography-title-lg-letter-spacing: 0rem;
|
|
749
|
-
--tablet-typography-title-md-family: Figtree;
|
|
750
|
-
--tablet-typography-title-md-size: 1.375rem;
|
|
751
|
-
--tablet-typography-title-md-line-height: 1.75rem;
|
|
752
|
-
--tablet-typography-title-md-weight: 600;
|
|
753
|
-
--tablet-typography-title-md-letter-spacing: 0rem;
|
|
754
|
-
--tablet-typography-title-sm-family: Figtree;
|
|
755
|
-
--tablet-typography-title-sm-size: 1.125rem;
|
|
756
|
-
--tablet-typography-title-sm-line-height: 1.5rem;
|
|
757
|
-
--tablet-typography-title-sm-weight: 600;
|
|
758
|
-
--tablet-typography-title-sm-letter-spacing: 0rem;
|
|
759
|
-
--tablet-typography-body-lg-family: Figtree;
|
|
760
|
-
--tablet-typography-body-lg-size: 1.125rem;
|
|
761
|
-
--tablet-typography-body-lg-line-height: 1.5rem;
|
|
762
|
-
--tablet-typography-body-lg-weight: 400;
|
|
763
|
-
--tablet-typography-body-lg-letter-spacing: 0rem;
|
|
764
|
-
--tablet-typography-body-lg-paragraph-spacing: 0.75rem;
|
|
765
|
-
--tablet-typography-body-md-family: Figtree;
|
|
766
|
-
--tablet-typography-body-md-size: 1rem;
|
|
767
|
-
--tablet-typography-body-md-line-height: 1.5rem;
|
|
768
|
-
--tablet-typography-body-md-weight: 400;
|
|
769
|
-
--tablet-typography-body-md-letter-spacing: 0rem;
|
|
770
|
-
--tablet-typography-body-md-paragraph-spacing: 0.5rem;
|
|
771
|
-
--tablet-typography-body-sm-family: Figtree;
|
|
772
|
-
--tablet-typography-body-sm-size: 0.875rem;
|
|
773
|
-
--tablet-typography-body-sm-line-height: 1.25rem;
|
|
774
|
-
--tablet-typography-body-sm-weight: 400;
|
|
775
|
-
--tablet-typography-body-sm-letter-spacing: 0rem;
|
|
776
|
-
--tablet-typography-body-sm-paragraph-spacing: 0.375rem;
|
|
777
|
-
--tablet-typography-body-xs-family: Figtree;
|
|
778
|
-
--tablet-typography-body-xs-size: 0.75rem;
|
|
779
|
-
--tablet-typography-body-xs-line-height: 1rem;
|
|
780
|
-
--tablet-typography-body-xs-weight: 400;
|
|
781
|
-
--tablet-typography-body-xs-letter-spacing: 0rem;
|
|
782
|
-
--tablet-typography-body-xs-paragraph-spacing: 0.375rem;
|
|
783
|
-
--tablet-typography-label-lg-default-family: Figtree;
|
|
784
|
-
--tablet-typography-label-lg-default-size: 1.125rem;
|
|
785
|
-
--tablet-typography-label-lg-default-line-height: 1.75rem;
|
|
786
|
-
--tablet-typography-label-lg-default-weight: 400;
|
|
787
|
-
--tablet-typography-label-lg-default-letter-spacing: 0rem;
|
|
788
|
-
--tablet-typography-label-lg-strong-family: Figtree;
|
|
789
|
-
--tablet-typography-label-lg-strong-size: 1.125rem;
|
|
790
|
-
--tablet-typography-label-lg-strong-line-height: 1.75rem;
|
|
791
|
-
--tablet-typography-label-lg-strong-weight: 600;
|
|
792
|
-
--tablet-typography-label-lg-strong-letter-spacing: 0rem;
|
|
793
|
-
--tablet-typography-label-md-default-family: Figtree;
|
|
794
|
-
--tablet-typography-label-md-default-size: 1rem;
|
|
795
|
-
--tablet-typography-label-md-default-line-height: 1.5rem;
|
|
796
|
-
--tablet-typography-label-md-default-weight: 400;
|
|
797
|
-
--tablet-typography-label-md-default-letter-spacing: 0rem;
|
|
798
|
-
--tablet-typography-label-md-strong-family: Figtree;
|
|
799
|
-
--tablet-typography-label-md-strong-size: 1rem;
|
|
800
|
-
--tablet-typography-label-md-strong-line-height: 1.5rem;
|
|
801
|
-
--tablet-typography-label-md-strong-weight: 600;
|
|
802
|
-
--tablet-typography-label-md-strong-letter-spacing: 0rem;
|
|
803
|
-
--tablet-typography-label-sm-default-family: Figtree;
|
|
804
|
-
--tablet-typography-label-sm-default-size: 0.875rem;
|
|
805
|
-
--tablet-typography-label-sm-default-line-height: 1.25rem;
|
|
806
|
-
--tablet-typography-label-sm-default-weight: 400;
|
|
807
|
-
--tablet-typography-label-sm-default-letter-spacing: 0rem;
|
|
808
|
-
--tablet-typography-label-sm-strong-family: Figtree;
|
|
809
|
-
--tablet-typography-label-sm-strong-size: 0.875rem;
|
|
810
|
-
--tablet-typography-label-sm-strong-line-height: 1.25rem;
|
|
811
|
-
--tablet-typography-label-sm-strong-weight: 600;
|
|
812
|
-
--tablet-typography-label-sm-strong-letter-spacing: 0rem;
|
|
813
|
-
--tablet-typography-label-xs-default-family: Figtree;
|
|
814
|
-
--tablet-typography-label-xs-default-size: 0.75rem;
|
|
815
|
-
--tablet-typography-label-xs-default-line-height: 1rem;
|
|
816
|
-
--tablet-typography-label-xs-default-weight: 400;
|
|
817
|
-
--tablet-typography-label-xs-default-letter-spacing: 0rem;
|
|
818
|
-
--tablet-typography-label-xs-strong-family: Figtree;
|
|
819
|
-
--tablet-typography-label-xs-strong-size: 0.75rem;
|
|
820
|
-
--tablet-typography-label-xs-strong-line-height: 1rem;
|
|
821
|
-
--tablet-typography-label-xs-strong-weight: 600;
|
|
822
|
-
--tablet-typography-label-xs-strong-letter-spacing: 0rem;
|
|
823
|
-
--tablet-space-grid-column-margin: 1.5rem;
|
|
824
|
-
--tablet-space-grid-column-gutter: 1rem;
|
|
825
|
-
--tablet-space-grid-column-count: 0.375rem;
|
|
826
|
-
--tablet-space-grid-row-gutter: 0.25rem;
|
|
827
|
-
--tablet-space-grid-row-height: 0.25rem;
|
|
828
|
-
--tablet-space-page-padding-none: 0rem;
|
|
829
|
-
--tablet-space-page-padding-sm: 1.5rem;
|
|
830
|
-
--tablet-space-page-padding-md: 2rem;
|
|
831
|
-
--tablet-space-page-padding-lg: 3rem;
|
|
832
|
-
--tablet-space-page-padding-xl: 3.5rem;
|
|
833
|
-
--tablet-space-page-gap-none: 0rem;
|
|
834
|
-
--tablet-space-page-gap-xs: 0.25rem;
|
|
835
|
-
--tablet-space-page-gap-sm: 0.5rem;
|
|
836
|
-
--tablet-space-page-gap-md: 1rem;
|
|
837
|
-
--tablet-space-page-gap-lg: 2rem;
|
|
838
|
-
--tablet-space-page-gap-xl: 3rem;
|
|
839
|
-
--tablet-space-page-gap-2xl: 4rem;
|
|
840
|
-
--tablet-space-container-padding-none: 0rem;
|
|
841
|
-
--tablet-space-container-padding-sm: 1rem;
|
|
842
|
-
--tablet-space-container-padding-md: 1.5rem;
|
|
843
|
-
--tablet-space-container-gap-none: 0rem;
|
|
844
|
-
--tablet-space-container-gap-xs: 0.25rem;
|
|
845
|
-
--tablet-space-container-gap-sm: 0.5rem;
|
|
846
|
-
--tablet-space-container-gap-md: 1rem;
|
|
847
|
-
--tablet-space-container-gap-lg: 1.5rem;
|
|
848
|
-
--tablet-space-container-stack-sm: 0.5rem;
|
|
849
|
-
--tablet-space-container-stack-md: 1rem;
|
|
850
|
-
--tablet-space-container-stack-lg: 1.5rem;
|
|
851
|
-
--tablet-space-component-padding-none: 0rem;
|
|
852
|
-
--tablet-space-component-padding-2xs: 0.125rem;
|
|
853
|
-
--tablet-space-component-padding-xs: 0.25rem;
|
|
854
|
-
--tablet-space-component-padding-sm: 0.5rem;
|
|
855
|
-
--tablet-space-component-padding-md: 0.75rem;
|
|
856
|
-
--tablet-space-component-padding-lg: 1rem;
|
|
857
|
-
--tablet-space-component-padding-xl: 1.5rem;
|
|
858
|
-
--tablet-space-component-padding-2xl: 2rem;
|
|
859
|
-
--tablet-space-component-gap-none: 0rem;
|
|
860
|
-
--tablet-space-component-gap-xs: 0.125rem;
|
|
861
|
-
--tablet-space-component-gap-sm: 0.25rem;
|
|
862
|
-
--tablet-space-component-gap-md: 0.5rem;
|
|
863
|
-
--tablet-space-component-gap-lg: 0.75rem;
|
|
864
|
-
--tablet-size-viewport-width: 48rem;
|
|
865
|
-
--tablet-size-border-radius-none: 0rem;
|
|
866
|
-
--tablet-size-border-radius-sm: 0.25rem;
|
|
867
|
-
--tablet-size-border-radius-md: 0.5rem;
|
|
868
|
-
--tablet-size-border-radius-lg: 0.75rem;
|
|
869
|
-
--tablet-size-border-radius-full: 6.25rem;
|
|
870
|
-
--tablet-size-border-width-md: 0.125rem;
|
|
871
|
-
--tablet-size-border-width-sm: 0.0625rem;
|
|
872
|
-
--tablet-size-border-width-none: 0rem;
|
|
873
|
-
--tablet-size-component-border-width: 0.0625rem;
|
|
874
|
-
--tablet-size-component-border-radius: 0.25rem;
|
|
875
|
-
--tablet-size-button-min-width-xs: 1.5rem;
|
|
876
|
-
--tablet-size-button-min-width-sm: 2rem;
|
|
877
|
-
--tablet-size-button-min-width-md: 2.5rem;
|
|
878
|
-
--tablet-size-button-min-width-lg: 3rem;
|
|
879
|
-
--tablet-size-button-border-width: 0.0625rem;
|
|
880
|
-
--tablet-size-button-border-radius: 0.25rem;
|
|
881
|
-
--tablet-size-button-min-height-xs: 1.5rem;
|
|
882
|
-
--tablet-size-button-min-height-md: 2.5rem;
|
|
883
|
-
--tablet-size-button-min-height-sm: 2rem;
|
|
884
|
-
--tablet-size-button-min-height-lg: 3rem;
|
|
885
|
-
--widescreen-typography-font-family-primary: Fira Sans Condensed;
|
|
886
|
-
--widescreen-typography-font-family-secondary: Figtree;
|
|
887
|
-
--widescreen-typography-font-weight-regular: 400;
|
|
888
|
-
--widescreen-typography-font-weight-semi-bold: 600;
|
|
889
|
-
--widescreen-typography-font-weight-bold: 700;
|
|
890
|
-
--widescreen-typography-font-weight-extrabold: 800;
|
|
891
|
-
--widescreen-typography-heading-xl-family: Fira Sans Condensed;
|
|
892
|
-
--widescreen-typography-heading-xl-size: 3rem;
|
|
893
|
-
--widescreen-typography-heading-xl-line-height: 3.5rem;
|
|
894
|
-
--widescreen-typography-heading-xl-weight: 700;
|
|
895
|
-
--widescreen-typography-heading-xl-letter-spacing: 0rem;
|
|
896
|
-
--widescreen-typography-heading-lg-family: Fira Sans Condensed;
|
|
897
|
-
--widescreen-typography-heading-lg-size: 2.5rem;
|
|
898
|
-
--widescreen-typography-heading-lg-line-height: 3rem;
|
|
899
|
-
--widescreen-typography-heading-lg-weight: 700;
|
|
900
|
-
--widescreen-typography-heading-lg-letter-spacing: 0rem;
|
|
901
|
-
--widescreen-typography-heading-md-family: Fira Sans Condensed;
|
|
902
|
-
--widescreen-typography-heading-md-size: 2rem;
|
|
903
|
-
--widescreen-typography-heading-md-line-height: 2.5rem;
|
|
904
|
-
--widescreen-typography-heading-md-weight: 700;
|
|
905
|
-
--widescreen-typography-heading-md-letter-spacing: 0rem;
|
|
906
|
-
--widescreen-typography-heading-sm-family: Fira Sans Condensed;
|
|
907
|
-
--widescreen-typography-heading-sm-size: 1.5rem;
|
|
908
|
-
--widescreen-typography-heading-sm-line-height: 2rem;
|
|
909
|
-
--widescreen-typography-heading-sm-weight: 700;
|
|
910
|
-
--widescreen-typography-heading-sm-letter-spacing: 0rem;
|
|
911
|
-
--widescreen-typography-title-xl-family: Figtree;
|
|
912
|
-
--widescreen-typography-title-xl-size: 2rem;
|
|
913
|
-
--widescreen-typography-title-xl-line-height: 2.5rem;
|
|
914
|
-
--widescreen-typography-title-xl-weight: 600;
|
|
915
|
-
--widescreen-typography-title-xl-letter-spacing: 0rem;
|
|
916
|
-
--widescreen-typography-title-lg-family: Figtree;
|
|
917
|
-
--widescreen-typography-title-lg-size: 1.75rem;
|
|
918
|
-
--widescreen-typography-title-lg-line-height: 2.5rem;
|
|
919
|
-
--widescreen-typography-title-lg-weight: 600;
|
|
920
|
-
--widescreen-typography-title-lg-letter-spacing: 0rem;
|
|
921
|
-
--widescreen-typography-title-md-family: Figtree;
|
|
922
|
-
--widescreen-typography-title-md-size: 1.5rem;
|
|
923
|
-
--widescreen-typography-title-md-line-height: 2rem;
|
|
924
|
-
--widescreen-typography-title-md-weight: 600;
|
|
925
|
-
--widescreen-typography-title-md-letter-spacing: 0rem;
|
|
926
|
-
--widescreen-typography-title-sm-family: Figtree;
|
|
927
|
-
--widescreen-typography-title-sm-size: 1.25rem;
|
|
928
|
-
--widescreen-typography-title-sm-line-height: 1.75rem;
|
|
929
|
-
--widescreen-typography-title-sm-weight: 600;
|
|
930
|
-
--widescreen-typography-title-sm-letter-spacing: 0rem;
|
|
931
|
-
--widescreen-typography-body-lg-family: Figtree;
|
|
932
|
-
--widescreen-typography-body-lg-size: 1.125rem;
|
|
933
|
-
--widescreen-typography-body-lg-line-height: 1.5rem;
|
|
934
|
-
--widescreen-typography-body-lg-weight: 400;
|
|
935
|
-
--widescreen-typography-body-lg-letter-spacing: 0rem;
|
|
936
|
-
--widescreen-typography-body-lg-paragraph-spacing: 0.75rem;
|
|
937
|
-
--widescreen-typography-body-md-family: Figtree;
|
|
938
|
-
--widescreen-typography-body-md-size: 1rem;
|
|
939
|
-
--widescreen-typography-body-md-line-height: 1.5rem;
|
|
940
|
-
--widescreen-typography-body-md-weight: 400;
|
|
941
|
-
--widescreen-typography-body-md-letter-spacing: 0rem;
|
|
942
|
-
--widescreen-typography-body-md-paragraph-spacing: 0.5rem;
|
|
943
|
-
--widescreen-typography-body-sm-family: Figtree;
|
|
944
|
-
--widescreen-typography-body-sm-size: 0.875rem;
|
|
945
|
-
--widescreen-typography-body-sm-line-height: 1.25rem;
|
|
946
|
-
--widescreen-typography-body-sm-weight: 400;
|
|
947
|
-
--widescreen-typography-body-sm-letter-spacing: 0rem;
|
|
948
|
-
--widescreen-typography-body-sm-paragraph-spacing: 0.375rem;
|
|
949
|
-
--widescreen-typography-body-xs-family: Figtree;
|
|
950
|
-
--widescreen-typography-body-xs-size: 0.75rem;
|
|
951
|
-
--widescreen-typography-body-xs-line-height: 1rem;
|
|
952
|
-
--widescreen-typography-body-xs-weight: 400;
|
|
953
|
-
--widescreen-typography-body-xs-letter-spacing: 0rem;
|
|
954
|
-
--widescreen-typography-body-xs-paragraph-spacing: 0.375rem;
|
|
955
|
-
--widescreen-typography-label-lg-default-family: Figtree;
|
|
956
|
-
--widescreen-typography-label-lg-default-size: 1.125rem;
|
|
957
|
-
--widescreen-typography-label-lg-default-line-height: 1.75rem;
|
|
958
|
-
--widescreen-typography-label-lg-default-weight: 400;
|
|
959
|
-
--widescreen-typography-label-lg-default-letter-spacing: 0rem;
|
|
960
|
-
--widescreen-typography-label-lg-strong-family: Figtree;
|
|
961
|
-
--widescreen-typography-label-lg-strong-size: 1.125rem;
|
|
962
|
-
--widescreen-typography-label-lg-strong-line-height: 1.75rem;
|
|
963
|
-
--widescreen-typography-label-lg-strong-weight: 600;
|
|
964
|
-
--widescreen-typography-label-lg-strong-letter-spacing: 0rem;
|
|
965
|
-
--widescreen-typography-label-md-default-family: Figtree;
|
|
966
|
-
--widescreen-typography-label-md-default-size: 1rem;
|
|
967
|
-
--widescreen-typography-label-md-default-line-height: 1.5rem;
|
|
968
|
-
--widescreen-typography-label-md-default-weight: 400;
|
|
969
|
-
--widescreen-typography-label-md-default-letter-spacing: 0rem;
|
|
970
|
-
--widescreen-typography-label-md-strong-family: Figtree;
|
|
971
|
-
--widescreen-typography-label-md-strong-size: 1rem;
|
|
972
|
-
--widescreen-typography-label-md-strong-line-height: 1.5rem;
|
|
973
|
-
--widescreen-typography-label-md-strong-weight: 600;
|
|
974
|
-
--widescreen-typography-label-md-strong-letter-spacing: 0rem;
|
|
975
|
-
--widescreen-typography-label-sm-default-family: Figtree;
|
|
976
|
-
--widescreen-typography-label-sm-default-size: 0.875rem;
|
|
977
|
-
--widescreen-typography-label-sm-default-line-height: 1.25rem;
|
|
978
|
-
--widescreen-typography-label-sm-default-weight: 400;
|
|
979
|
-
--widescreen-typography-label-sm-default-letter-spacing: 0rem;
|
|
980
|
-
--widescreen-typography-label-sm-strong-family: Figtree;
|
|
981
|
-
--widescreen-typography-label-sm-strong-size: 0.875rem;
|
|
982
|
-
--widescreen-typography-label-sm-strong-line-height: 1.25rem;
|
|
983
|
-
--widescreen-typography-label-sm-strong-weight: 600;
|
|
984
|
-
--widescreen-typography-label-sm-strong-letter-spacing: 0rem;
|
|
985
|
-
--widescreen-typography-label-xs-default-family: Figtree;
|
|
986
|
-
--widescreen-typography-label-xs-default-size: 0.75rem;
|
|
987
|
-
--widescreen-typography-label-xs-default-line-height: 1rem;
|
|
988
|
-
--widescreen-typography-label-xs-default-weight: 400;
|
|
989
|
-
--widescreen-typography-label-xs-default-letter-spacing: 0rem;
|
|
990
|
-
--widescreen-typography-label-xs-strong-family: Figtree;
|
|
991
|
-
--widescreen-typography-label-xs-strong-size: 0.75rem;
|
|
992
|
-
--widescreen-typography-label-xs-strong-line-height: 1rem;
|
|
993
|
-
--widescreen-typography-label-xs-strong-weight: 600;
|
|
994
|
-
--widescreen-typography-label-xs-strong-letter-spacing: 0rem;
|
|
995
|
-
--widescreen-space-grid-column-margin: 6.75rem;
|
|
996
|
-
--widescreen-space-grid-column-gutter: 1.5rem;
|
|
997
|
-
--widescreen-space-grid-column-count: 0.75rem;
|
|
998
|
-
--widescreen-space-grid-row-gutter: 0.25rem;
|
|
999
|
-
--widescreen-space-grid-row-height: 0.25rem;
|
|
1000
|
-
--widescreen-space-page-padding-none: 0rem;
|
|
1001
|
-
--widescreen-space-page-padding-sm: 2.5rem;
|
|
1002
|
-
--widescreen-space-page-padding-md: 3rem;
|
|
1003
|
-
--widescreen-space-page-padding-lg: 4rem;
|
|
1004
|
-
--widescreen-space-page-padding-xl: 4.5rem;
|
|
1005
|
-
--widescreen-space-page-gap-none: 0rem;
|
|
1006
|
-
--widescreen-space-page-gap-xs: 0.75rem;
|
|
1007
|
-
--widescreen-space-page-gap-sm: 1.5rem;
|
|
1008
|
-
--widescreen-space-page-gap-md: 2rem;
|
|
1009
|
-
--widescreen-space-page-gap-lg: 3rem;
|
|
1010
|
-
--widescreen-space-page-gap-xl: 4rem;
|
|
1011
|
-
--widescreen-space-page-gap-2xl: 5rem;
|
|
1012
|
-
--widescreen-space-container-padding-none: 0rem;
|
|
1013
|
-
--widescreen-space-container-padding-sm: 1rem;
|
|
1014
|
-
--widescreen-space-container-padding-md: 1.5rem;
|
|
1015
|
-
--widescreen-space-container-gap-none: 0rem;
|
|
1016
|
-
--widescreen-space-container-gap-xs: 0.25rem;
|
|
1017
|
-
--widescreen-space-container-gap-sm: 0.5rem;
|
|
1018
|
-
--widescreen-space-container-gap-md: 1rem;
|
|
1019
|
-
--widescreen-space-container-gap-lg: 1.5rem;
|
|
1020
|
-
--widescreen-space-container-stack-sm: 1rem;
|
|
1021
|
-
--widescreen-space-container-stack-md: 1.5rem;
|
|
1022
|
-
--widescreen-space-container-stack-lg: 2rem;
|
|
1023
|
-
--widescreen-space-component-padding-none: 0rem;
|
|
1024
|
-
--widescreen-space-component-padding-2xs: 0.125rem;
|
|
1025
|
-
--widescreen-space-component-padding-xs: 0.25rem;
|
|
1026
|
-
--widescreen-space-component-padding-sm: 0.5rem;
|
|
1027
|
-
--widescreen-space-component-padding-md: 0.75rem;
|
|
1028
|
-
--widescreen-space-component-padding-lg: 1rem;
|
|
1029
|
-
--widescreen-space-component-padding-xl: 1.5rem;
|
|
1030
|
-
--widescreen-space-component-padding-2xl: 2rem;
|
|
1031
|
-
--widescreen-space-component-gap-none: 0rem;
|
|
1032
|
-
--widescreen-space-component-gap-xs: 0.125rem;
|
|
1033
|
-
--widescreen-space-component-gap-sm: 0.25rem;
|
|
1034
|
-
--widescreen-space-component-gap-md: 0.5rem;
|
|
1035
|
-
--widescreen-space-component-gap-lg: 0.75rem;
|
|
1036
|
-
--widescreen-size-viewport-width: 90rem;
|
|
1037
|
-
--widescreen-size-border-radius-none: 0rem;
|
|
1038
|
-
--widescreen-size-border-radius-sm: 0.25rem;
|
|
1039
|
-
--widescreen-size-border-radius-md: 0.5rem;
|
|
1040
|
-
--widescreen-size-border-radius-lg: 0.75rem;
|
|
1041
|
-
--widescreen-size-border-radius-full: 6.25rem;
|
|
1042
|
-
--widescreen-size-border-width-md: 0.125rem;
|
|
1043
|
-
--widescreen-size-border-width-sm: 0.0625rem;
|
|
1044
|
-
--widescreen-size-border-width-none: 0rem;
|
|
1045
|
-
--widescreen-size-component-border-width: 0.0625rem;
|
|
1046
|
-
--widescreen-size-component-border-radius: 0.25rem;
|
|
1047
|
-
--widescreen-size-button-min-width-xs: 1.5rem;
|
|
1048
|
-
--widescreen-size-button-min-width-sm: 2rem;
|
|
1049
|
-
--widescreen-size-button-min-width-md: 2.5rem;
|
|
1050
|
-
--widescreen-size-button-min-width-lg: 3rem;
|
|
1051
|
-
--widescreen-size-button-border-width: 0.0625rem;
|
|
1052
|
-
--widescreen-size-button-border-radius: 0.25rem;
|
|
1053
|
-
--widescreen-size-button-min-height-xs: 1.5rem;
|
|
1054
|
-
--widescreen-size-button-min-height-md: 2.5rem;
|
|
1055
|
-
--widescreen-size-button-min-height-sm: 2rem;
|
|
1056
|
-
--widescreen-size-button-min-height-lg: 3rem;
|
|
1057
397
|
--base-olivabackds-color-basic-white: #ffffff;
|
|
1058
398
|
--base-olivabackds-color-basic-black: #000000;
|
|
1059
399
|
--base-olivabackds-color-opacity-transparent: #ffffff00;
|
|
@@ -1071,6 +411,14 @@
|
|
|
1071
411
|
--base-olivabackds-color-opacity-white-16: #ffffff29;
|
|
1072
412
|
--base-olivabackds-color-opacity-white-32: #ffffff52;
|
|
1073
413
|
--base-olivabackds-color-opacity-white-48: #ffffff7a;
|
|
414
|
+
--base-olivabackds-color-opacity-orange300-20: #eaa42c33;
|
|
415
|
+
--base-olivabackds-color-opacity-bluegrey300-20: #a0afc633;
|
|
416
|
+
--base-olivabackds-color-opacity-pink300-20: #f28fb833;
|
|
417
|
+
--base-olivabackds-color-opacity-success300-20: #22c55e33;
|
|
418
|
+
--base-olivabackds-color-opacity-warning150-30: #fdc93c4d;
|
|
419
|
+
--base-olivabackds-color-opacity-danger300-20: #f2947d33;
|
|
420
|
+
--base-olivabackds-color-opacity-info300-20: #44baf533;
|
|
421
|
+
--base-olivabackds-color-opacity-neutral300-20: #a6b0af33;
|
|
1074
422
|
--base-olivabackds-color-neutral-25: #f9f9f9;
|
|
1075
423
|
--base-olivabackds-color-neutral-50: #f3f3f3;
|
|
1076
424
|
--base-olivabackds-color-neutral-75: #ececec;
|
|
@@ -1314,394 +662,712 @@
|
|
|
1314
662
|
--base-olivabackds-size-dimensions-2600: 7rem;
|
|
1315
663
|
--base-olivabackds-size-dimensions-3200: 8rem;
|
|
1316
664
|
--base-olivabackds-size-dimensions-6400: 16rem;
|
|
1317
|
-
--
|
|
1318
|
-
--
|
|
1319
|
-
--
|
|
1320
|
-
--
|
|
1321
|
-
--
|
|
1322
|
-
--
|
|
1323
|
-
--
|
|
1324
|
-
--
|
|
1325
|
-
--
|
|
1326
|
-
--
|
|
1327
|
-
--
|
|
1328
|
-
--
|
|
1329
|
-
--
|
|
1330
|
-
--
|
|
1331
|
-
--
|
|
1332
|
-
--
|
|
1333
|
-
--
|
|
1334
|
-
--
|
|
1335
|
-
--
|
|
1336
|
-
--
|
|
1337
|
-
--
|
|
1338
|
-
--
|
|
1339
|
-
--
|
|
1340
|
-
--
|
|
1341
|
-
--
|
|
1342
|
-
--
|
|
1343
|
-
--
|
|
1344
|
-
--
|
|
1345
|
-
--
|
|
1346
|
-
--
|
|
1347
|
-
--
|
|
1348
|
-
--
|
|
1349
|
-
--
|
|
1350
|
-
--
|
|
1351
|
-
--
|
|
1352
|
-
--
|
|
1353
|
-
--
|
|
1354
|
-
--
|
|
1355
|
-
--
|
|
1356
|
-
--
|
|
1357
|
-
--
|
|
1358
|
-
--
|
|
1359
|
-
--
|
|
1360
|
-
--
|
|
1361
|
-
--
|
|
1362
|
-
--
|
|
1363
|
-
--
|
|
1364
|
-
--
|
|
1365
|
-
--
|
|
1366
|
-
--
|
|
1367
|
-
--
|
|
1368
|
-
--
|
|
1369
|
-
--
|
|
1370
|
-
--
|
|
1371
|
-
--
|
|
1372
|
-
--
|
|
1373
|
-
--
|
|
1374
|
-
--
|
|
1375
|
-
--
|
|
1376
|
-
--
|
|
1377
|
-
--
|
|
1378
|
-
--
|
|
1379
|
-
--
|
|
1380
|
-
--
|
|
1381
|
-
--
|
|
1382
|
-
--
|
|
1383
|
-
--
|
|
1384
|
-
--
|
|
1385
|
-
--
|
|
1386
|
-
--
|
|
1387
|
-
--
|
|
1388
|
-
--
|
|
1389
|
-
--
|
|
1390
|
-
--
|
|
1391
|
-
--
|
|
1392
|
-
--
|
|
1393
|
-
--
|
|
1394
|
-
--
|
|
1395
|
-
--
|
|
1396
|
-
--
|
|
1397
|
-
--
|
|
1398
|
-
--
|
|
1399
|
-
--
|
|
1400
|
-
--
|
|
1401
|
-
--
|
|
1402
|
-
--
|
|
1403
|
-
--
|
|
1404
|
-
--
|
|
1405
|
-
--
|
|
1406
|
-
--
|
|
1407
|
-
--
|
|
1408
|
-
--
|
|
1409
|
-
--
|
|
1410
|
-
--
|
|
1411
|
-
--
|
|
1412
|
-
--
|
|
1413
|
-
--
|
|
1414
|
-
--
|
|
1415
|
-
--
|
|
1416
|
-
--
|
|
1417
|
-
--
|
|
1418
|
-
--
|
|
1419
|
-
--
|
|
1420
|
-
--
|
|
1421
|
-
--
|
|
1422
|
-
--
|
|
1423
|
-
--
|
|
1424
|
-
--
|
|
1425
|
-
--
|
|
1426
|
-
--
|
|
1427
|
-
--
|
|
1428
|
-
--
|
|
1429
|
-
--
|
|
1430
|
-
--
|
|
1431
|
-
--
|
|
1432
|
-
--
|
|
1433
|
-
--
|
|
1434
|
-
--
|
|
1435
|
-
--
|
|
1436
|
-
--
|
|
1437
|
-
--
|
|
1438
|
-
--
|
|
1439
|
-
--
|
|
1440
|
-
--
|
|
1441
|
-
--
|
|
1442
|
-
--
|
|
1443
|
-
--
|
|
1444
|
-
--
|
|
1445
|
-
--
|
|
1446
|
-
--
|
|
1447
|
-
--
|
|
1448
|
-
--
|
|
1449
|
-
--
|
|
1450
|
-
--
|
|
1451
|
-
--
|
|
1452
|
-
--
|
|
1453
|
-
--
|
|
1454
|
-
--
|
|
1455
|
-
--
|
|
1456
|
-
--
|
|
1457
|
-
--
|
|
1458
|
-
--
|
|
1459
|
-
--
|
|
1460
|
-
--
|
|
1461
|
-
--
|
|
1462
|
-
--
|
|
1463
|
-
--
|
|
1464
|
-
--
|
|
1465
|
-
--
|
|
1466
|
-
--
|
|
1467
|
-
--
|
|
1468
|
-
--
|
|
1469
|
-
--
|
|
1470
|
-
--
|
|
1471
|
-
--
|
|
1472
|
-
--
|
|
1473
|
-
--
|
|
1474
|
-
--
|
|
1475
|
-
--
|
|
1476
|
-
--
|
|
1477
|
-
--
|
|
1478
|
-
--
|
|
1479
|
-
--
|
|
1480
|
-
--
|
|
1481
|
-
--
|
|
1482
|
-
--
|
|
1483
|
-
--
|
|
1484
|
-
--
|
|
1485
|
-
--
|
|
1486
|
-
--
|
|
1487
|
-
--
|
|
1488
|
-
--
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
--
|
|
1494
|
-
--
|
|
1495
|
-
--
|
|
1496
|
-
--
|
|
1497
|
-
--
|
|
1498
|
-
--
|
|
1499
|
-
--
|
|
1500
|
-
--
|
|
1501
|
-
--
|
|
1502
|
-
--
|
|
1503
|
-
--
|
|
1504
|
-
--
|
|
1505
|
-
--
|
|
1506
|
-
--
|
|
1507
|
-
--
|
|
1508
|
-
--
|
|
1509
|
-
--
|
|
1510
|
-
--
|
|
1511
|
-
--
|
|
1512
|
-
--
|
|
1513
|
-
--
|
|
1514
|
-
--
|
|
1515
|
-
--
|
|
1516
|
-
--
|
|
1517
|
-
--
|
|
1518
|
-
--
|
|
1519
|
-
--
|
|
1520
|
-
--
|
|
1521
|
-
--
|
|
1522
|
-
--
|
|
1523
|
-
--
|
|
1524
|
-
--
|
|
1525
|
-
--
|
|
1526
|
-
--
|
|
1527
|
-
--
|
|
1528
|
-
--
|
|
1529
|
-
--
|
|
1530
|
-
--
|
|
1531
|
-
--
|
|
1532
|
-
--
|
|
1533
|
-
--
|
|
1534
|
-
--
|
|
1535
|
-
--
|
|
1536
|
-
--
|
|
1537
|
-
--
|
|
1538
|
-
--
|
|
1539
|
-
--
|
|
1540
|
-
--
|
|
1541
|
-
--
|
|
1542
|
-
--
|
|
1543
|
-
--
|
|
1544
|
-
--
|
|
1545
|
-
--
|
|
1546
|
-
--
|
|
1547
|
-
--
|
|
1548
|
-
--
|
|
1549
|
-
--
|
|
1550
|
-
--
|
|
1551
|
-
--
|
|
1552
|
-
--
|
|
1553
|
-
--
|
|
1554
|
-
--
|
|
1555
|
-
--
|
|
1556
|
-
--
|
|
1557
|
-
--
|
|
1558
|
-
--
|
|
1559
|
-
--
|
|
1560
|
-
--
|
|
1561
|
-
--
|
|
1562
|
-
--
|
|
1563
|
-
--
|
|
1564
|
-
--
|
|
1565
|
-
--
|
|
1566
|
-
--
|
|
1567
|
-
--
|
|
1568
|
-
--
|
|
1569
|
-
--
|
|
1570
|
-
--
|
|
1571
|
-
--
|
|
1572
|
-
--
|
|
1573
|
-
--
|
|
1574
|
-
--
|
|
1575
|
-
--
|
|
1576
|
-
--
|
|
1577
|
-
--
|
|
1578
|
-
--
|
|
1579
|
-
--
|
|
1580
|
-
--
|
|
1581
|
-
--
|
|
1582
|
-
--
|
|
1583
|
-
--
|
|
1584
|
-
--
|
|
1585
|
-
--
|
|
1586
|
-
--
|
|
1587
|
-
--
|
|
1588
|
-
--
|
|
1589
|
-
--
|
|
1590
|
-
--
|
|
1591
|
-
--
|
|
1592
|
-
--
|
|
1593
|
-
--
|
|
1594
|
-
--
|
|
1595
|
-
--
|
|
1596
|
-
--
|
|
1597
|
-
--
|
|
1598
|
-
--
|
|
1599
|
-
--
|
|
1600
|
-
--
|
|
1601
|
-
--
|
|
1602
|
-
--
|
|
1603
|
-
--
|
|
1604
|
-
--
|
|
1605
|
-
--
|
|
1606
|
-
--
|
|
1607
|
-
--
|
|
1608
|
-
--
|
|
1609
|
-
--
|
|
1610
|
-
--
|
|
1611
|
-
--
|
|
1612
|
-
--
|
|
1613
|
-
--
|
|
1614
|
-
--
|
|
1615
|
-
--
|
|
1616
|
-
--
|
|
1617
|
-
--
|
|
1618
|
-
--
|
|
1619
|
-
--
|
|
1620
|
-
--
|
|
1621
|
-
--
|
|
1622
|
-
--
|
|
1623
|
-
--
|
|
1624
|
-
--
|
|
1625
|
-
--
|
|
1626
|
-
--
|
|
1627
|
-
--
|
|
1628
|
-
--
|
|
1629
|
-
--
|
|
1630
|
-
--
|
|
1631
|
-
--
|
|
1632
|
-
--
|
|
1633
|
-
--
|
|
1634
|
-
--
|
|
1635
|
-
--
|
|
1636
|
-
--
|
|
1637
|
-
--
|
|
1638
|
-
--
|
|
1639
|
-
--
|
|
1640
|
-
--
|
|
1641
|
-
--
|
|
1642
|
-
--
|
|
1643
|
-
--
|
|
1644
|
-
--
|
|
1645
|
-
--
|
|
1646
|
-
--
|
|
1647
|
-
--
|
|
1648
|
-
--
|
|
1649
|
-
--
|
|
1650
|
-
--
|
|
1651
|
-
--
|
|
1652
|
-
--
|
|
1653
|
-
--
|
|
1654
|
-
--
|
|
1655
|
-
--
|
|
1656
|
-
--
|
|
1657
|
-
--
|
|
1658
|
-
--
|
|
1659
|
-
--
|
|
1660
|
-
--
|
|
1661
|
-
--
|
|
1662
|
-
--
|
|
1663
|
-
--
|
|
1664
|
-
--
|
|
1665
|
-
|
|
1666
|
-
--base-size-dimensions-0: 0rem;
|
|
1667
|
-
--base-size-dimensions-25: 0.0625rem;
|
|
1668
|
-
--base-size-dimensions-50: 0.125rem;
|
|
1669
|
-
--base-size-dimensions-100: 0.25rem;
|
|
1670
|
-
--base-size-dimensions-150: 0.375rem;
|
|
1671
|
-
--base-size-dimensions-200: 0.5rem;
|
|
1672
|
-
--base-size-dimensions-300: 0.75rem;
|
|
1673
|
-
--base-size-dimensions-350: 0.875rem;
|
|
1674
|
-
--base-size-dimensions-400: 1rem;
|
|
1675
|
-
--base-size-dimensions-450: 1.125rem;
|
|
1676
|
-
--base-size-dimensions-500: 1.25rem;
|
|
1677
|
-
--base-size-dimensions-550: 1.375rem;
|
|
1678
|
-
--base-size-dimensions-600: 1.5rem;
|
|
1679
|
-
--base-size-dimensions-650: 1.625rem;
|
|
1680
|
-
--base-size-dimensions-700: 1.75rem;
|
|
1681
|
-
--base-size-dimensions-750: 1.875rem;
|
|
1682
|
-
--base-size-dimensions-800: 2rem;
|
|
1683
|
-
--base-size-dimensions-850: 2.125rem;
|
|
1684
|
-
--base-size-dimensions-900: 2.25rem;
|
|
1685
|
-
--base-size-dimensions-950: 2.375rem;
|
|
1686
|
-
--base-size-dimensions-1000: 2.5rem;
|
|
1687
|
-
--base-size-dimensions-1050: 2.625rem;
|
|
1688
|
-
--base-size-dimensions-1100: 2.75rem;
|
|
1689
|
-
--base-size-dimensions-1150: 2.875rem;
|
|
1690
|
-
--base-size-dimensions-1200: 3rem;
|
|
1691
|
-
--base-size-dimensions-1250: 3.125rem;
|
|
1692
|
-
--base-size-dimensions-1400: 3.5rem;
|
|
1693
|
-
--base-size-dimensions-1600: 4rem;
|
|
1694
|
-
--base-size-dimensions-1800: 4.5rem;
|
|
1695
|
-
--base-size-dimensions-2000: 5rem;
|
|
1696
|
-
--base-size-dimensions-2100: 5.25rem;
|
|
1697
|
-
--base-size-dimensions-2200: 5.5rem;
|
|
1698
|
-
--base-size-dimensions-2250: 6.25rem;
|
|
1699
|
-
--base-size-dimensions-2300: 6.375rem;
|
|
1700
|
-
--base-size-dimensions-2500: 6.75rem;
|
|
1701
|
-
--base-size-dimensions-2600: 7rem;
|
|
1702
|
-
--base-size-dimensions-3200: 8rem;
|
|
1703
|
-
--base-size-dimensions-6400: 16rem;
|
|
665
|
+
--typography-font-family-primary: Fira Sans Condensed;
|
|
666
|
+
--typography-font-family-secondary: Figtree;
|
|
667
|
+
--typography-font-weight-regular: 400;
|
|
668
|
+
--typography-font-weight-semi-bold: 600;
|
|
669
|
+
--typography-font-weight-bold: 700;
|
|
670
|
+
--typography-font-weight-extrabold: 800;
|
|
671
|
+
--typography-heading-xl-family: Fira Sans Condensed;
|
|
672
|
+
--typography-heading-xl-size: 2rem;
|
|
673
|
+
--typography-heading-xl-line-height: 2.5rem;
|
|
674
|
+
--typography-heading-xl-weight: 700;
|
|
675
|
+
--typography-heading-xl-letter-spacing: 0rem;
|
|
676
|
+
--typography-heading-lg-family: Fira Sans Condensed;
|
|
677
|
+
--typography-heading-lg-size: 1.75rem;
|
|
678
|
+
--typography-heading-lg-line-height: 2.5rem;
|
|
679
|
+
--typography-heading-lg-weight: 700;
|
|
680
|
+
--typography-heading-lg-letter-spacing: 0rem;
|
|
681
|
+
--typography-heading-md-family: Fira Sans Condensed;
|
|
682
|
+
--typography-heading-md-size: 1.5rem;
|
|
683
|
+
--typography-heading-md-line-height: 2rem;
|
|
684
|
+
--typography-heading-md-weight: 700;
|
|
685
|
+
--typography-heading-md-letter-spacing: 0rem;
|
|
686
|
+
--typography-heading-sm-family: Fira Sans Condensed;
|
|
687
|
+
--typography-heading-sm-size: 1.25rem;
|
|
688
|
+
--typography-heading-sm-line-height: 1.75rem;
|
|
689
|
+
--typography-heading-sm-weight: 700;
|
|
690
|
+
--typography-heading-sm-letter-spacing: 0rem;
|
|
691
|
+
--typography-title-xl-family: Figtree;
|
|
692
|
+
--typography-title-xl-size: 1.75rem;
|
|
693
|
+
--typography-title-xl-line-height: 2.5rem;
|
|
694
|
+
--typography-title-xl-weight: 600;
|
|
695
|
+
--typography-title-xl-letter-spacing: 0rem;
|
|
696
|
+
--typography-title-lg-family: Figtree;
|
|
697
|
+
--typography-title-lg-size: 1.5rem;
|
|
698
|
+
--typography-title-lg-line-height: 2rem;
|
|
699
|
+
--typography-title-lg-weight: 600;
|
|
700
|
+
--typography-title-lg-letter-spacing: 0rem;
|
|
701
|
+
--typography-title-md-family: Figtree;
|
|
702
|
+
--typography-title-md-size: 1.25rem;
|
|
703
|
+
--typography-title-md-line-height: 1.75rem;
|
|
704
|
+
--typography-title-md-weight: 600;
|
|
705
|
+
--typography-title-md-letter-spacing: 0rem;
|
|
706
|
+
--typography-title-sm-family: Figtree;
|
|
707
|
+
--typography-title-sm-size: 1.125rem;
|
|
708
|
+
--typography-title-sm-line-height: 1.5rem;
|
|
709
|
+
--typography-title-sm-weight: 600;
|
|
710
|
+
--typography-title-sm-letter-spacing: 0rem;
|
|
711
|
+
--typography-body-lg-family: Figtree;
|
|
712
|
+
--typography-body-lg-size: 1.125rem;
|
|
713
|
+
--typography-body-lg-line-height: 1.5rem;
|
|
714
|
+
--typography-body-lg-weight: 400;
|
|
715
|
+
--typography-body-lg-letter-spacing: 0rem;
|
|
716
|
+
--typography-body-lg-paragraph-spacing: 0.75rem;
|
|
717
|
+
--typography-body-md-family: Figtree;
|
|
718
|
+
--typography-body-md-size: 1rem;
|
|
719
|
+
--typography-body-md-line-height: 1.5rem;
|
|
720
|
+
--typography-body-md-weight: 400;
|
|
721
|
+
--typography-body-md-letter-spacing: 0rem;
|
|
722
|
+
--typography-body-md-paragraph-spacing: 0.5rem;
|
|
723
|
+
--typography-body-sm-family: Figtree;
|
|
724
|
+
--typography-body-sm-size: 0.875rem;
|
|
725
|
+
--typography-body-sm-line-height: 1.25rem;
|
|
726
|
+
--typography-body-sm-weight: 400;
|
|
727
|
+
--typography-body-sm-letter-spacing: 0rem;
|
|
728
|
+
--typography-body-sm-paragraph-spacing: 0.375rem;
|
|
729
|
+
--typography-body-xs-family: Figtree;
|
|
730
|
+
--typography-body-xs-size: 0.75rem;
|
|
731
|
+
--typography-body-xs-line-height: 1rem;
|
|
732
|
+
--typography-body-xs-weight: 400;
|
|
733
|
+
--typography-body-xs-letter-spacing: 0rem;
|
|
734
|
+
--typography-body-xs-paragraph-spacing: 0.375rem;
|
|
735
|
+
--typography-label-lg-default-family: Figtree;
|
|
736
|
+
--typography-label-lg-default-size: 1.125rem;
|
|
737
|
+
--typography-label-lg-default-line-height: 1.75rem;
|
|
738
|
+
--typography-label-lg-default-weight: 400;
|
|
739
|
+
--typography-label-lg-default-letter-spacing: 0rem;
|
|
740
|
+
--typography-label-lg-strong-family: Figtree;
|
|
741
|
+
--typography-label-lg-strong-size: 1.125rem;
|
|
742
|
+
--typography-label-lg-strong-line-height: 1.75rem;
|
|
743
|
+
--typography-label-lg-strong-weight: 600;
|
|
744
|
+
--typography-label-lg-strong-letter-spacing: 0rem;
|
|
745
|
+
--typography-label-md-default-family: Figtree;
|
|
746
|
+
--typography-label-md-default-size: 1rem;
|
|
747
|
+
--typography-label-md-default-line-height: 1.5rem;
|
|
748
|
+
--typography-label-md-default-weight: 400;
|
|
749
|
+
--typography-label-md-default-letter-spacing: 0rem;
|
|
750
|
+
--typography-label-md-strong-family: Figtree;
|
|
751
|
+
--typography-label-md-strong-size: 1rem;
|
|
752
|
+
--typography-label-md-strong-line-height: 1.5rem;
|
|
753
|
+
--typography-label-md-strong-weight: 600;
|
|
754
|
+
--typography-label-md-strong-letter-spacing: 0rem;
|
|
755
|
+
--typography-label-sm-default-family: Figtree;
|
|
756
|
+
--typography-label-sm-default-size: 0.875rem;
|
|
757
|
+
--typography-label-sm-default-line-height: 1.25rem;
|
|
758
|
+
--typography-label-sm-default-weight: 400;
|
|
759
|
+
--typography-label-sm-default-letter-spacing: 0rem;
|
|
760
|
+
--typography-label-sm-strong-family: Figtree;
|
|
761
|
+
--typography-label-sm-strong-size: 0.875rem;
|
|
762
|
+
--typography-label-sm-strong-line-height: 1.25rem;
|
|
763
|
+
--typography-label-sm-strong-weight: 600;
|
|
764
|
+
--typography-label-sm-strong-letter-spacing: 0rem;
|
|
765
|
+
--typography-label-xs-default-family: Figtree;
|
|
766
|
+
--typography-label-xs-default-size: 0.75rem;
|
|
767
|
+
--typography-label-xs-default-line-height: 1rem;
|
|
768
|
+
--typography-label-xs-default-weight: 400;
|
|
769
|
+
--typography-label-xs-default-letter-spacing: 0rem;
|
|
770
|
+
--typography-label-xs-strong-family: Figtree;
|
|
771
|
+
--typography-label-xs-strong-size: 0.75rem;
|
|
772
|
+
--typography-label-xs-strong-line-height: 1rem;
|
|
773
|
+
--typography-label-xs-strong-weight: 600;
|
|
774
|
+
--typography-label-xs-strong-letter-spacing: 0rem;
|
|
775
|
+
--space-grid-column-margin: 1rem;
|
|
776
|
+
--space-grid-column-gutter: 1rem;
|
|
777
|
+
--space-grid-column-count: 0.125rem;
|
|
778
|
+
--space-grid-row-gutter: 0.25rem;
|
|
779
|
+
--space-grid-row-height: 0.25rem;
|
|
780
|
+
--space-page-padding-none: 0rem;
|
|
781
|
+
--space-page-padding-sm: 1rem;
|
|
782
|
+
--space-page-padding-md: 1.5rem;
|
|
783
|
+
--space-page-padding-lg: 2rem;
|
|
784
|
+
--space-page-padding-xl: 3rem;
|
|
785
|
+
--space-page-gap-none: 0rem;
|
|
786
|
+
--space-page-gap-xs: 0.25rem;
|
|
787
|
+
--space-page-gap-sm: 0.5rem;
|
|
788
|
+
--space-page-gap-md: 1rem;
|
|
789
|
+
--space-page-gap-lg: 2rem;
|
|
790
|
+
--space-page-gap-xl: 3rem;
|
|
791
|
+
--space-page-gap-2xl: 4rem;
|
|
792
|
+
--space-container-padding-none: 0rem;
|
|
793
|
+
--space-container-padding-sm: 1rem;
|
|
794
|
+
--space-container-padding-md: 1.5rem;
|
|
795
|
+
--space-container-gap-none: 0rem;
|
|
796
|
+
--space-container-gap-xs: 0.25rem;
|
|
797
|
+
--space-container-gap-sm: 0.5rem;
|
|
798
|
+
--space-container-gap-md: 1rem;
|
|
799
|
+
--space-container-gap-lg: 1.5rem;
|
|
800
|
+
--space-container-stack-sm: 0.5rem;
|
|
801
|
+
--space-container-stack-md: 1rem;
|
|
802
|
+
--space-container-stack-lg: 1.5rem;
|
|
803
|
+
--space-component-padding-none: 0rem;
|
|
804
|
+
--space-component-padding-2xs: 0.125rem;
|
|
805
|
+
--space-component-padding-xs: 0.25rem;
|
|
806
|
+
--space-component-padding-sm: 0.5rem;
|
|
807
|
+
--space-component-padding-md: 0.75rem;
|
|
808
|
+
--space-component-padding-lg: 1rem;
|
|
809
|
+
--space-component-padding-xl: 1.5rem;
|
|
810
|
+
--space-component-padding-2xl: 2rem;
|
|
811
|
+
--space-component-gap-none: 0rem;
|
|
812
|
+
--space-component-gap-xs: 0.125rem;
|
|
813
|
+
--space-component-gap-sm: 0.25rem;
|
|
814
|
+
--space-component-gap-md: 0.5rem;
|
|
815
|
+
--space-component-gap-lg: 0.75rem;
|
|
816
|
+
--size-viewport-width: 22.5rem;
|
|
817
|
+
--size-border-radius-none: 0rem;
|
|
818
|
+
--size-border-radius-sm: 0.25rem;
|
|
819
|
+
--size-border-radius-md: 0.5rem;
|
|
820
|
+
--size-border-radius-lg: 0.75rem;
|
|
821
|
+
--size-border-radius-full: 6.25rem;
|
|
822
|
+
--size-border-width-md: 0.125rem;
|
|
823
|
+
--size-border-width-sm: 0.0625rem;
|
|
824
|
+
--size-border-width-none: 0rem;
|
|
825
|
+
--size-component-border-width: 0.0625rem;
|
|
826
|
+
--size-component-border-radius: 0.25rem;
|
|
827
|
+
--size-button-min-width-xs: 1.5rem;
|
|
828
|
+
--size-button-min-width-sm: 2rem;
|
|
829
|
+
--size-button-min-width-md: 2.5rem;
|
|
830
|
+
--size-button-min-width-lg: 3rem;
|
|
831
|
+
--size-button-border-width: 0.0625rem;
|
|
832
|
+
--size-button-border-radius: 0.25rem;
|
|
833
|
+
--size-button-min-height-xs: 1.5rem;
|
|
834
|
+
--size-button-min-height-md: 2.5rem;
|
|
835
|
+
--size-button-min-height-sm: 2rem;
|
|
836
|
+
--size-button-min-height-lg: 3rem;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
@media (min-width: 768px) {
|
|
840
|
+
:root {
|
|
841
|
+
--typography-font-family-primary: Fira Sans Condensed;
|
|
842
|
+
--typography-font-family-secondary: Figtree;
|
|
843
|
+
--typography-font-weight-regular: 400;
|
|
844
|
+
--typography-font-weight-semi-bold: 600;
|
|
845
|
+
--typography-font-weight-bold: 700;
|
|
846
|
+
--typography-font-weight-extrabold: 800;
|
|
847
|
+
--typography-heading-xl-family: Fira Sans Condensed;
|
|
848
|
+
--typography-heading-xl-size: 2.25rem;
|
|
849
|
+
--typography-heading-xl-line-height: 2.75rem;
|
|
850
|
+
--typography-heading-xl-weight: 700;
|
|
851
|
+
--typography-heading-xl-letter-spacing: 0rem;
|
|
852
|
+
--typography-heading-lg-family: Fira Sans Condensed;
|
|
853
|
+
--typography-heading-lg-size: 2rem;
|
|
854
|
+
--typography-heading-lg-line-height: 2.75rem;
|
|
855
|
+
--typography-heading-lg-weight: 700;
|
|
856
|
+
--typography-heading-lg-letter-spacing: 0rem;
|
|
857
|
+
--typography-heading-md-family: Fira Sans Condensed;
|
|
858
|
+
--typography-heading-md-size: 1.625rem;
|
|
859
|
+
--typography-heading-md-line-height: 2.125rem;
|
|
860
|
+
--typography-heading-md-weight: 700;
|
|
861
|
+
--typography-heading-md-letter-spacing: 0rem;
|
|
862
|
+
--typography-heading-sm-family: Fira Sans Condensed;
|
|
863
|
+
--typography-heading-sm-size: 1.25rem;
|
|
864
|
+
--typography-heading-sm-line-height: 1.75rem;
|
|
865
|
+
--typography-heading-sm-weight: 700;
|
|
866
|
+
--typography-heading-sm-letter-spacing: 0rem;
|
|
867
|
+
--typography-title-xl-family: Figtree;
|
|
868
|
+
--typography-title-xl-size: 1.875rem;
|
|
869
|
+
--typography-title-xl-line-height: 2.5rem;
|
|
870
|
+
--typography-title-xl-weight: 600;
|
|
871
|
+
--typography-title-xl-letter-spacing: 0rem;
|
|
872
|
+
--typography-title-lg-family: Figtree;
|
|
873
|
+
--typography-title-lg-size: 1.5rem;
|
|
874
|
+
--typography-title-lg-line-height: 2rem;
|
|
875
|
+
--typography-title-lg-weight: 600;
|
|
876
|
+
--typography-title-lg-letter-spacing: 0rem;
|
|
877
|
+
--typography-title-md-family: Figtree;
|
|
878
|
+
--typography-title-md-size: 1.375rem;
|
|
879
|
+
--typography-title-md-line-height: 1.75rem;
|
|
880
|
+
--typography-title-md-weight: 600;
|
|
881
|
+
--typography-title-md-letter-spacing: 0rem;
|
|
882
|
+
--typography-title-sm-family: Figtree;
|
|
883
|
+
--typography-title-sm-size: 1.125rem;
|
|
884
|
+
--typography-title-sm-line-height: 1.5rem;
|
|
885
|
+
--typography-title-sm-weight: 600;
|
|
886
|
+
--typography-title-sm-letter-spacing: 0rem;
|
|
887
|
+
--typography-body-lg-family: Figtree;
|
|
888
|
+
--typography-body-lg-size: 1.125rem;
|
|
889
|
+
--typography-body-lg-line-height: 1.5rem;
|
|
890
|
+
--typography-body-lg-weight: 400;
|
|
891
|
+
--typography-body-lg-letter-spacing: 0rem;
|
|
892
|
+
--typography-body-lg-paragraph-spacing: 0.75rem;
|
|
893
|
+
--typography-body-md-family: Figtree;
|
|
894
|
+
--typography-body-md-size: 1rem;
|
|
895
|
+
--typography-body-md-line-height: 1.5rem;
|
|
896
|
+
--typography-body-md-weight: 400;
|
|
897
|
+
--typography-body-md-letter-spacing: 0rem;
|
|
898
|
+
--typography-body-md-paragraph-spacing: 0.5rem;
|
|
899
|
+
--typography-body-sm-family: Figtree;
|
|
900
|
+
--typography-body-sm-size: 0.875rem;
|
|
901
|
+
--typography-body-sm-line-height: 1.25rem;
|
|
902
|
+
--typography-body-sm-weight: 400;
|
|
903
|
+
--typography-body-sm-letter-spacing: 0rem;
|
|
904
|
+
--typography-body-sm-paragraph-spacing: 0.375rem;
|
|
905
|
+
--typography-body-xs-family: Figtree;
|
|
906
|
+
--typography-body-xs-size: 0.75rem;
|
|
907
|
+
--typography-body-xs-line-height: 1rem;
|
|
908
|
+
--typography-body-xs-weight: 400;
|
|
909
|
+
--typography-body-xs-letter-spacing: 0rem;
|
|
910
|
+
--typography-body-xs-paragraph-spacing: 0.375rem;
|
|
911
|
+
--typography-label-lg-default-family: Figtree;
|
|
912
|
+
--typography-label-lg-default-size: 1.125rem;
|
|
913
|
+
--typography-label-lg-default-line-height: 1.75rem;
|
|
914
|
+
--typography-label-lg-default-weight: 400;
|
|
915
|
+
--typography-label-lg-default-letter-spacing: 0rem;
|
|
916
|
+
--typography-label-lg-strong-family: Figtree;
|
|
917
|
+
--typography-label-lg-strong-size: 1.125rem;
|
|
918
|
+
--typography-label-lg-strong-line-height: 1.75rem;
|
|
919
|
+
--typography-label-lg-strong-weight: 600;
|
|
920
|
+
--typography-label-lg-strong-letter-spacing: 0rem;
|
|
921
|
+
--typography-label-md-default-family: Figtree;
|
|
922
|
+
--typography-label-md-default-size: 1rem;
|
|
923
|
+
--typography-label-md-default-line-height: 1.5rem;
|
|
924
|
+
--typography-label-md-default-weight: 400;
|
|
925
|
+
--typography-label-md-default-letter-spacing: 0rem;
|
|
926
|
+
--typography-label-md-strong-family: Figtree;
|
|
927
|
+
--typography-label-md-strong-size: 1rem;
|
|
928
|
+
--typography-label-md-strong-line-height: 1.5rem;
|
|
929
|
+
--typography-label-md-strong-weight: 600;
|
|
930
|
+
--typography-label-md-strong-letter-spacing: 0rem;
|
|
931
|
+
--typography-label-sm-default-family: Figtree;
|
|
932
|
+
--typography-label-sm-default-size: 0.875rem;
|
|
933
|
+
--typography-label-sm-default-line-height: 1.25rem;
|
|
934
|
+
--typography-label-sm-default-weight: 400;
|
|
935
|
+
--typography-label-sm-default-letter-spacing: 0rem;
|
|
936
|
+
--typography-label-sm-strong-family: Figtree;
|
|
937
|
+
--typography-label-sm-strong-size: 0.875rem;
|
|
938
|
+
--typography-label-sm-strong-line-height: 1.25rem;
|
|
939
|
+
--typography-label-sm-strong-weight: 600;
|
|
940
|
+
--typography-label-sm-strong-letter-spacing: 0rem;
|
|
941
|
+
--typography-label-xs-default-family: Figtree;
|
|
942
|
+
--typography-label-xs-default-size: 0.75rem;
|
|
943
|
+
--typography-label-xs-default-line-height: 1rem;
|
|
944
|
+
--typography-label-xs-default-weight: 400;
|
|
945
|
+
--typography-label-xs-default-letter-spacing: 0rem;
|
|
946
|
+
--typography-label-xs-strong-family: Figtree;
|
|
947
|
+
--typography-label-xs-strong-size: 0.75rem;
|
|
948
|
+
--typography-label-xs-strong-line-height: 1rem;
|
|
949
|
+
--typography-label-xs-strong-weight: 600;
|
|
950
|
+
--typography-label-xs-strong-letter-spacing: 0rem;
|
|
951
|
+
--space-grid-column-margin: 1.5rem;
|
|
952
|
+
--space-grid-column-gutter: 1rem;
|
|
953
|
+
--space-grid-column-count: 0.375rem;
|
|
954
|
+
--space-grid-row-gutter: 0.25rem;
|
|
955
|
+
--space-grid-row-height: 0.25rem;
|
|
956
|
+
--space-page-padding-none: 0rem;
|
|
957
|
+
--space-page-padding-sm: 1.5rem;
|
|
958
|
+
--space-page-padding-md: 2rem;
|
|
959
|
+
--space-page-padding-lg: 3rem;
|
|
960
|
+
--space-page-padding-xl: 3.5rem;
|
|
961
|
+
--space-page-gap-none: 0rem;
|
|
962
|
+
--space-page-gap-xs: 0.25rem;
|
|
963
|
+
--space-page-gap-sm: 0.5rem;
|
|
964
|
+
--space-page-gap-md: 1rem;
|
|
965
|
+
--space-page-gap-lg: 2rem;
|
|
966
|
+
--space-page-gap-xl: 3rem;
|
|
967
|
+
--space-page-gap-2xl: 4rem;
|
|
968
|
+
--space-container-padding-none: 0rem;
|
|
969
|
+
--space-container-padding-sm: 1rem;
|
|
970
|
+
--space-container-padding-md: 1.5rem;
|
|
971
|
+
--space-container-gap-none: 0rem;
|
|
972
|
+
--space-container-gap-xs: 0.25rem;
|
|
973
|
+
--space-container-gap-sm: 0.5rem;
|
|
974
|
+
--space-container-gap-md: 1rem;
|
|
975
|
+
--space-container-gap-lg: 1.5rem;
|
|
976
|
+
--space-container-stack-sm: 0.5rem;
|
|
977
|
+
--space-container-stack-md: 1rem;
|
|
978
|
+
--space-container-stack-lg: 1.5rem;
|
|
979
|
+
--space-component-padding-none: 0rem;
|
|
980
|
+
--space-component-padding-2xs: 0.125rem;
|
|
981
|
+
--space-component-padding-xs: 0.25rem;
|
|
982
|
+
--space-component-padding-sm: 0.5rem;
|
|
983
|
+
--space-component-padding-md: 0.75rem;
|
|
984
|
+
--space-component-padding-lg: 1rem;
|
|
985
|
+
--space-component-padding-xl: 1.5rem;
|
|
986
|
+
--space-component-padding-2xl: 2rem;
|
|
987
|
+
--space-component-gap-none: 0rem;
|
|
988
|
+
--space-component-gap-xs: 0.125rem;
|
|
989
|
+
--space-component-gap-sm: 0.25rem;
|
|
990
|
+
--space-component-gap-md: 0.5rem;
|
|
991
|
+
--space-component-gap-lg: 0.75rem;
|
|
992
|
+
--size-viewport-width: 48rem;
|
|
993
|
+
--size-border-radius-none: 0rem;
|
|
994
|
+
--size-border-radius-sm: 0.25rem;
|
|
995
|
+
--size-border-radius-md: 0.5rem;
|
|
996
|
+
--size-border-radius-lg: 0.75rem;
|
|
997
|
+
--size-border-radius-full: 6.25rem;
|
|
998
|
+
--size-border-width-md: 0.125rem;
|
|
999
|
+
--size-border-width-sm: 0.0625rem;
|
|
1000
|
+
--size-border-width-none: 0rem;
|
|
1001
|
+
--size-component-border-width: 0.0625rem;
|
|
1002
|
+
--size-component-border-radius: 0.25rem;
|
|
1003
|
+
--size-button-min-width-xs: 1.5rem;
|
|
1004
|
+
--size-button-min-width-sm: 2rem;
|
|
1005
|
+
--size-button-min-width-md: 2.5rem;
|
|
1006
|
+
--size-button-min-width-lg: 3rem;
|
|
1007
|
+
--size-button-border-width: 0.0625rem;
|
|
1008
|
+
--size-button-border-radius: 0.25rem;
|
|
1009
|
+
--size-button-min-height-xs: 1.5rem;
|
|
1010
|
+
--size-button-min-height-md: 2.5rem;
|
|
1011
|
+
--size-button-min-height-sm: 2rem;
|
|
1012
|
+
--size-button-min-height-lg: 3rem;
|
|
1013
|
+
}
|
|
1704
1014
|
}
|
|
1015
|
+
|
|
1016
|
+
@media (min-width: 1280px) {
|
|
1017
|
+
:root {
|
|
1018
|
+
--typography-font-family-primary: Fira Sans Condensed;
|
|
1019
|
+
--typography-font-family-secondary: Figtree;
|
|
1020
|
+
--typography-font-weight-regular: 400;
|
|
1021
|
+
--typography-font-weight-semi-bold: 600;
|
|
1022
|
+
--typography-font-weight-bold: 700;
|
|
1023
|
+
--typography-font-weight-extrabold: 800;
|
|
1024
|
+
--typography-heading-xl-family: Fira Sans Condensed;
|
|
1025
|
+
--typography-heading-xl-size: 2.625rem;
|
|
1026
|
+
--typography-heading-xl-line-height: 3.125rem;
|
|
1027
|
+
--typography-heading-xl-weight: 700;
|
|
1028
|
+
--typography-heading-xl-letter-spacing: 0rem;
|
|
1029
|
+
--typography-heading-lg-family: Fira Sans Condensed;
|
|
1030
|
+
--typography-heading-lg-size: 2.25rem;
|
|
1031
|
+
--typography-heading-lg-line-height: 3rem;
|
|
1032
|
+
--typography-heading-lg-weight: 700;
|
|
1033
|
+
--typography-heading-lg-letter-spacing: 0rem;
|
|
1034
|
+
--typography-heading-md-family: Fira Sans Condensed;
|
|
1035
|
+
--typography-heading-md-size: 1.875rem;
|
|
1036
|
+
--typography-heading-md-line-height: 2.375rem;
|
|
1037
|
+
--typography-heading-md-weight: 700;
|
|
1038
|
+
--typography-heading-md-letter-spacing: 0rem;
|
|
1039
|
+
--typography-heading-sm-family: Fira Sans Condensed;
|
|
1040
|
+
--typography-heading-sm-size: 1.5rem;
|
|
1041
|
+
--typography-heading-sm-line-height: 2rem;
|
|
1042
|
+
--typography-heading-sm-weight: 700;
|
|
1043
|
+
--typography-heading-sm-letter-spacing: 0rem;
|
|
1044
|
+
--typography-title-xl-family: Figtree;
|
|
1045
|
+
--typography-title-xl-size: 2rem;
|
|
1046
|
+
--typography-title-xl-line-height: 2.5rem;
|
|
1047
|
+
--typography-title-xl-weight: 600;
|
|
1048
|
+
--typography-title-xl-letter-spacing: 0rem;
|
|
1049
|
+
--typography-title-lg-family: Figtree;
|
|
1050
|
+
--typography-title-lg-size: 1.75rem;
|
|
1051
|
+
--typography-title-lg-line-height: 2.5rem;
|
|
1052
|
+
--typography-title-lg-weight: 600;
|
|
1053
|
+
--typography-title-lg-letter-spacing: 0rem;
|
|
1054
|
+
--typography-title-md-family: Figtree;
|
|
1055
|
+
--typography-title-md-size: 1.5rem;
|
|
1056
|
+
--typography-title-md-line-height: 2rem;
|
|
1057
|
+
--typography-title-md-weight: 600;
|
|
1058
|
+
--typography-title-md-letter-spacing: 0rem;
|
|
1059
|
+
--typography-title-sm-family: Figtree;
|
|
1060
|
+
--typography-title-sm-size: 1.25rem;
|
|
1061
|
+
--typography-title-sm-line-height: 1.75rem;
|
|
1062
|
+
--typography-title-sm-weight: 600;
|
|
1063
|
+
--typography-title-sm-letter-spacing: 0rem;
|
|
1064
|
+
--typography-body-lg-family: Figtree;
|
|
1065
|
+
--typography-body-lg-size: 1.125rem;
|
|
1066
|
+
--typography-body-lg-line-height: 1.5rem;
|
|
1067
|
+
--typography-body-lg-weight: 400;
|
|
1068
|
+
--typography-body-lg-letter-spacing: 0rem;
|
|
1069
|
+
--typography-body-lg-paragraph-spacing: 0.75rem;
|
|
1070
|
+
--typography-body-md-family: Figtree;
|
|
1071
|
+
--typography-body-md-size: 1rem;
|
|
1072
|
+
--typography-body-md-line-height: 1.5rem;
|
|
1073
|
+
--typography-body-md-weight: 400;
|
|
1074
|
+
--typography-body-md-letter-spacing: 0rem;
|
|
1075
|
+
--typography-body-md-paragraph-spacing: 0.5rem;
|
|
1076
|
+
--typography-body-sm-family: Figtree;
|
|
1077
|
+
--typography-body-sm-size: 0.875rem;
|
|
1078
|
+
--typography-body-sm-line-height: 1.25rem;
|
|
1079
|
+
--typography-body-sm-weight: 400;
|
|
1080
|
+
--typography-body-sm-letter-spacing: 0rem;
|
|
1081
|
+
--typography-body-sm-paragraph-spacing: 0.375rem;
|
|
1082
|
+
--typography-body-xs-family: Figtree;
|
|
1083
|
+
--typography-body-xs-size: 0.75rem;
|
|
1084
|
+
--typography-body-xs-line-height: 1rem;
|
|
1085
|
+
--typography-body-xs-weight: 400;
|
|
1086
|
+
--typography-body-xs-letter-spacing: 0rem;
|
|
1087
|
+
--typography-body-xs-paragraph-spacing: 0.375rem;
|
|
1088
|
+
--typography-label-lg-default-family: Figtree;
|
|
1089
|
+
--typography-label-lg-default-size: 1.125rem;
|
|
1090
|
+
--typography-label-lg-default-line-height: 1.75rem;
|
|
1091
|
+
--typography-label-lg-default-weight: 400;
|
|
1092
|
+
--typography-label-lg-default-letter-spacing: 0rem;
|
|
1093
|
+
--typography-label-lg-strong-family: Figtree;
|
|
1094
|
+
--typography-label-lg-strong-size: 1.125rem;
|
|
1095
|
+
--typography-label-lg-strong-line-height: 1.75rem;
|
|
1096
|
+
--typography-label-lg-strong-weight: 600;
|
|
1097
|
+
--typography-label-lg-strong-letter-spacing: 0rem;
|
|
1098
|
+
--typography-label-md-default-family: Figtree;
|
|
1099
|
+
--typography-label-md-default-size: 1rem;
|
|
1100
|
+
--typography-label-md-default-line-height: 1.5rem;
|
|
1101
|
+
--typography-label-md-default-weight: 400;
|
|
1102
|
+
--typography-label-md-default-letter-spacing: 0rem;
|
|
1103
|
+
--typography-label-md-strong-family: Figtree;
|
|
1104
|
+
--typography-label-md-strong-size: 1rem;
|
|
1105
|
+
--typography-label-md-strong-line-height: 1.5rem;
|
|
1106
|
+
--typography-label-md-strong-weight: 600;
|
|
1107
|
+
--typography-label-md-strong-letter-spacing: 0rem;
|
|
1108
|
+
--typography-label-sm-default-family: Figtree;
|
|
1109
|
+
--typography-label-sm-default-size: 0.875rem;
|
|
1110
|
+
--typography-label-sm-default-line-height: 1.25rem;
|
|
1111
|
+
--typography-label-sm-default-weight: 400;
|
|
1112
|
+
--typography-label-sm-default-letter-spacing: 0rem;
|
|
1113
|
+
--typography-label-sm-strong-family: Figtree;
|
|
1114
|
+
--typography-label-sm-strong-size: 0.875rem;
|
|
1115
|
+
--typography-label-sm-strong-line-height: 1.25rem;
|
|
1116
|
+
--typography-label-sm-strong-weight: 600;
|
|
1117
|
+
--typography-label-sm-strong-letter-spacing: 0rem;
|
|
1118
|
+
--typography-label-xs-default-family: Figtree;
|
|
1119
|
+
--typography-label-xs-default-size: 0.75rem;
|
|
1120
|
+
--typography-label-xs-default-line-height: 1rem;
|
|
1121
|
+
--typography-label-xs-default-weight: 400;
|
|
1122
|
+
--typography-label-xs-default-letter-spacing: 0rem;
|
|
1123
|
+
--typography-label-xs-strong-family: Figtree;
|
|
1124
|
+
--typography-label-xs-strong-size: 0.75rem;
|
|
1125
|
+
--typography-label-xs-strong-line-height: 1rem;
|
|
1126
|
+
--typography-label-xs-strong-weight: 600;
|
|
1127
|
+
--typography-label-xs-strong-letter-spacing: -0.0125rem;
|
|
1128
|
+
--space-grid-column-margin: 4.5rem;
|
|
1129
|
+
--space-grid-column-gutter: 1.5rem;
|
|
1130
|
+
--space-grid-column-count: 0.75rem;
|
|
1131
|
+
--space-grid-row-gutter: 0.25rem;
|
|
1132
|
+
--space-grid-row-height: 0.25rem;
|
|
1133
|
+
--space-page-padding-none: 0rem;
|
|
1134
|
+
--space-page-padding-sm: 2rem;
|
|
1135
|
+
--space-page-padding-md: 2.5rem;
|
|
1136
|
+
--space-page-padding-lg: 3.5rem;
|
|
1137
|
+
--space-page-padding-xl: 4rem;
|
|
1138
|
+
--space-page-gap-none: 0rem;
|
|
1139
|
+
--space-page-gap-xs: 0.75rem;
|
|
1140
|
+
--space-page-gap-sm: 1.5rem;
|
|
1141
|
+
--space-page-gap-md: 2rem;
|
|
1142
|
+
--space-page-gap-lg: 3rem;
|
|
1143
|
+
--space-page-gap-xl: 4rem;
|
|
1144
|
+
--space-page-gap-2xl: 5rem;
|
|
1145
|
+
--space-container-padding-none: 0rem;
|
|
1146
|
+
--space-container-padding-sm: 1rem;
|
|
1147
|
+
--space-container-padding-md: 1.5rem;
|
|
1148
|
+
--space-container-gap-none: 0rem;
|
|
1149
|
+
--space-container-gap-xs: 0.25rem;
|
|
1150
|
+
--space-container-gap-sm: 0.5rem;
|
|
1151
|
+
--space-container-gap-md: 1rem;
|
|
1152
|
+
--space-container-gap-lg: 1.5rem;
|
|
1153
|
+
--space-container-stack-sm: 1rem;
|
|
1154
|
+
--space-container-stack-md: 1.5rem;
|
|
1155
|
+
--space-container-stack-lg: 2rem;
|
|
1156
|
+
--space-component-padding-none: 0rem;
|
|
1157
|
+
--space-component-padding-2xs: 0.125rem;
|
|
1158
|
+
--space-component-padding-xs: 0.25rem;
|
|
1159
|
+
--space-component-padding-sm: 0.5rem;
|
|
1160
|
+
--space-component-padding-md: 0.75rem;
|
|
1161
|
+
--space-component-padding-lg: 1rem;
|
|
1162
|
+
--space-component-padding-xl: 1.5rem;
|
|
1163
|
+
--space-component-padding-2xl: 2rem;
|
|
1164
|
+
--space-component-gap-none: 0rem;
|
|
1165
|
+
--space-component-gap-xs: 0.125rem;
|
|
1166
|
+
--space-component-gap-sm: 0.25rem;
|
|
1167
|
+
--space-component-gap-md: 0.5rem;
|
|
1168
|
+
--space-component-gap-lg: 0.75rem;
|
|
1169
|
+
--size-viewport-width: 80rem;
|
|
1170
|
+
--size-border-radius-none: 0rem;
|
|
1171
|
+
--size-border-radius-sm: 0.25rem;
|
|
1172
|
+
--size-border-radius-md: 0.5rem;
|
|
1173
|
+
--size-border-radius-lg: 0.75rem;
|
|
1174
|
+
--size-border-radius-full: 6.25rem;
|
|
1175
|
+
--size-border-width-md: 0.125rem;
|
|
1176
|
+
--size-border-width-sm: 0.0625rem;
|
|
1177
|
+
--size-border-width-none: 0rem;
|
|
1178
|
+
--size-component-border-width: 0.0625rem;
|
|
1179
|
+
--size-component-border-radius: 0.25rem;
|
|
1180
|
+
--size-button-min-width-xs: 1.5rem;
|
|
1181
|
+
--size-button-min-width-sm: 2rem;
|
|
1182
|
+
--size-button-min-width-md: 2.5rem;
|
|
1183
|
+
--size-button-min-width-lg: 3rem;
|
|
1184
|
+
--size-button-border-width: 0.0625rem;
|
|
1185
|
+
--size-button-border-radius: 0.25rem;
|
|
1186
|
+
--size-button-min-height-xs: 1.5rem;
|
|
1187
|
+
--size-button-min-height-md: 2.5rem;
|
|
1188
|
+
--size-button-min-height-sm: 2rem;
|
|
1189
|
+
--size-button-min-height-lg: 3rem;
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
@media (min-width: 1440px) {
|
|
1194
|
+
:root {
|
|
1195
|
+
--typography-font-family-primary: Fira Sans Condensed;
|
|
1196
|
+
--typography-font-family-secondary: Figtree;
|
|
1197
|
+
--typography-font-weight-regular: 400;
|
|
1198
|
+
--typography-font-weight-semi-bold: 600;
|
|
1199
|
+
--typography-font-weight-bold: 700;
|
|
1200
|
+
--typography-font-weight-extrabold: 800;
|
|
1201
|
+
--typography-heading-xl-family: Fira Sans Condensed;
|
|
1202
|
+
--typography-heading-xl-size: 3rem;
|
|
1203
|
+
--typography-heading-xl-line-height: 3.5rem;
|
|
1204
|
+
--typography-heading-xl-weight: 700;
|
|
1205
|
+
--typography-heading-xl-letter-spacing: 0rem;
|
|
1206
|
+
--typography-heading-lg-family: Fira Sans Condensed;
|
|
1207
|
+
--typography-heading-lg-size: 2.5rem;
|
|
1208
|
+
--typography-heading-lg-line-height: 3rem;
|
|
1209
|
+
--typography-heading-lg-weight: 700;
|
|
1210
|
+
--typography-heading-lg-letter-spacing: 0rem;
|
|
1211
|
+
--typography-heading-md-family: Fira Sans Condensed;
|
|
1212
|
+
--typography-heading-md-size: 2rem;
|
|
1213
|
+
--typography-heading-md-line-height: 2.5rem;
|
|
1214
|
+
--typography-heading-md-weight: 700;
|
|
1215
|
+
--typography-heading-md-letter-spacing: 0rem;
|
|
1216
|
+
--typography-heading-sm-family: Fira Sans Condensed;
|
|
1217
|
+
--typography-heading-sm-size: 1.5rem;
|
|
1218
|
+
--typography-heading-sm-line-height: 2rem;
|
|
1219
|
+
--typography-heading-sm-weight: 700;
|
|
1220
|
+
--typography-heading-sm-letter-spacing: 0rem;
|
|
1221
|
+
--typography-title-xl-family: Figtree;
|
|
1222
|
+
--typography-title-xl-size: 2rem;
|
|
1223
|
+
--typography-title-xl-line-height: 2.5rem;
|
|
1224
|
+
--typography-title-xl-weight: 600;
|
|
1225
|
+
--typography-title-xl-letter-spacing: 0rem;
|
|
1226
|
+
--typography-title-lg-family: Figtree;
|
|
1227
|
+
--typography-title-lg-size: 1.75rem;
|
|
1228
|
+
--typography-title-lg-line-height: 2.5rem;
|
|
1229
|
+
--typography-title-lg-weight: 600;
|
|
1230
|
+
--typography-title-lg-letter-spacing: 0rem;
|
|
1231
|
+
--typography-title-md-family: Figtree;
|
|
1232
|
+
--typography-title-md-size: 1.5rem;
|
|
1233
|
+
--typography-title-md-line-height: 2rem;
|
|
1234
|
+
--typography-title-md-weight: 600;
|
|
1235
|
+
--typography-title-md-letter-spacing: 0rem;
|
|
1236
|
+
--typography-title-sm-family: Figtree;
|
|
1237
|
+
--typography-title-sm-size: 1.25rem;
|
|
1238
|
+
--typography-title-sm-line-height: 1.75rem;
|
|
1239
|
+
--typography-title-sm-weight: 600;
|
|
1240
|
+
--typography-title-sm-letter-spacing: 0rem;
|
|
1241
|
+
--typography-body-lg-family: Figtree;
|
|
1242
|
+
--typography-body-lg-size: 1.125rem;
|
|
1243
|
+
--typography-body-lg-line-height: 1.5rem;
|
|
1244
|
+
--typography-body-lg-weight: 400;
|
|
1245
|
+
--typography-body-lg-letter-spacing: 0rem;
|
|
1246
|
+
--typography-body-lg-paragraph-spacing: 0.75rem;
|
|
1247
|
+
--typography-body-md-family: Figtree;
|
|
1248
|
+
--typography-body-md-size: 1rem;
|
|
1249
|
+
--typography-body-md-line-height: 1.5rem;
|
|
1250
|
+
--typography-body-md-weight: 400;
|
|
1251
|
+
--typography-body-md-letter-spacing: 0rem;
|
|
1252
|
+
--typography-body-md-paragraph-spacing: 0.5rem;
|
|
1253
|
+
--typography-body-sm-family: Figtree;
|
|
1254
|
+
--typography-body-sm-size: 0.875rem;
|
|
1255
|
+
--typography-body-sm-line-height: 1.25rem;
|
|
1256
|
+
--typography-body-sm-weight: 400;
|
|
1257
|
+
--typography-body-sm-letter-spacing: 0rem;
|
|
1258
|
+
--typography-body-sm-paragraph-spacing: 0.375rem;
|
|
1259
|
+
--typography-body-xs-family: Figtree;
|
|
1260
|
+
--typography-body-xs-size: 0.75rem;
|
|
1261
|
+
--typography-body-xs-line-height: 1rem;
|
|
1262
|
+
--typography-body-xs-weight: 400;
|
|
1263
|
+
--typography-body-xs-letter-spacing: 0rem;
|
|
1264
|
+
--typography-body-xs-paragraph-spacing: 0.375rem;
|
|
1265
|
+
--typography-label-lg-default-family: Figtree;
|
|
1266
|
+
--typography-label-lg-default-size: 1.125rem;
|
|
1267
|
+
--typography-label-lg-default-line-height: 1.75rem;
|
|
1268
|
+
--typography-label-lg-default-weight: 400;
|
|
1269
|
+
--typography-label-lg-default-letter-spacing: 0rem;
|
|
1270
|
+
--typography-label-lg-strong-family: Figtree;
|
|
1271
|
+
--typography-label-lg-strong-size: 1.125rem;
|
|
1272
|
+
--typography-label-lg-strong-line-height: 1.75rem;
|
|
1273
|
+
--typography-label-lg-strong-weight: 600;
|
|
1274
|
+
--typography-label-lg-strong-letter-spacing: 0rem;
|
|
1275
|
+
--typography-label-md-default-family: Figtree;
|
|
1276
|
+
--typography-label-md-default-size: 1rem;
|
|
1277
|
+
--typography-label-md-default-line-height: 1.5rem;
|
|
1278
|
+
--typography-label-md-default-weight: 400;
|
|
1279
|
+
--typography-label-md-default-letter-spacing: 0rem;
|
|
1280
|
+
--typography-label-md-strong-family: Figtree;
|
|
1281
|
+
--typography-label-md-strong-size: 1rem;
|
|
1282
|
+
--typography-label-md-strong-line-height: 1.5rem;
|
|
1283
|
+
--typography-label-md-strong-weight: 600;
|
|
1284
|
+
--typography-label-md-strong-letter-spacing: 0rem;
|
|
1285
|
+
--typography-label-sm-default-family: Figtree;
|
|
1286
|
+
--typography-label-sm-default-size: 0.875rem;
|
|
1287
|
+
--typography-label-sm-default-line-height: 1.25rem;
|
|
1288
|
+
--typography-label-sm-default-weight: 400;
|
|
1289
|
+
--typography-label-sm-default-letter-spacing: 0rem;
|
|
1290
|
+
--typography-label-sm-strong-family: Figtree;
|
|
1291
|
+
--typography-label-sm-strong-size: 0.875rem;
|
|
1292
|
+
--typography-label-sm-strong-line-height: 1.25rem;
|
|
1293
|
+
--typography-label-sm-strong-weight: 600;
|
|
1294
|
+
--typography-label-sm-strong-letter-spacing: 0rem;
|
|
1295
|
+
--typography-label-xs-default-family: Figtree;
|
|
1296
|
+
--typography-label-xs-default-size: 0.75rem;
|
|
1297
|
+
--typography-label-xs-default-line-height: 1rem;
|
|
1298
|
+
--typography-label-xs-default-weight: 400;
|
|
1299
|
+
--typography-label-xs-default-letter-spacing: 0rem;
|
|
1300
|
+
--typography-label-xs-strong-family: Figtree;
|
|
1301
|
+
--typography-label-xs-strong-size: 0.75rem;
|
|
1302
|
+
--typography-label-xs-strong-line-height: 1rem;
|
|
1303
|
+
--typography-label-xs-strong-weight: 600;
|
|
1304
|
+
--typography-label-xs-strong-letter-spacing: 0rem;
|
|
1305
|
+
--space-grid-column-margin: 6.75rem;
|
|
1306
|
+
--space-grid-column-gutter: 1.5rem;
|
|
1307
|
+
--space-grid-column-count: 0.75rem;
|
|
1308
|
+
--space-grid-row-gutter: 0.25rem;
|
|
1309
|
+
--space-grid-row-height: 0.25rem;
|
|
1310
|
+
--space-page-padding-none: 0rem;
|
|
1311
|
+
--space-page-padding-sm: 2.5rem;
|
|
1312
|
+
--space-page-padding-md: 3rem;
|
|
1313
|
+
--space-page-padding-lg: 4rem;
|
|
1314
|
+
--space-page-padding-xl: 4.5rem;
|
|
1315
|
+
--space-page-gap-none: 0rem;
|
|
1316
|
+
--space-page-gap-xs: 0.75rem;
|
|
1317
|
+
--space-page-gap-sm: 1.5rem;
|
|
1318
|
+
--space-page-gap-md: 2rem;
|
|
1319
|
+
--space-page-gap-lg: 3rem;
|
|
1320
|
+
--space-page-gap-xl: 4rem;
|
|
1321
|
+
--space-page-gap-2xl: 5rem;
|
|
1322
|
+
--space-container-padding-none: 0rem;
|
|
1323
|
+
--space-container-padding-sm: 1rem;
|
|
1324
|
+
--space-container-padding-md: 1.5rem;
|
|
1325
|
+
--space-container-gap-none: 0rem;
|
|
1326
|
+
--space-container-gap-xs: 0.25rem;
|
|
1327
|
+
--space-container-gap-sm: 0.5rem;
|
|
1328
|
+
--space-container-gap-md: 1rem;
|
|
1329
|
+
--space-container-gap-lg: 1.5rem;
|
|
1330
|
+
--space-container-stack-sm: 1rem;
|
|
1331
|
+
--space-container-stack-md: 1.5rem;
|
|
1332
|
+
--space-container-stack-lg: 2rem;
|
|
1333
|
+
--space-component-padding-none: 0rem;
|
|
1334
|
+
--space-component-padding-2xs: 0.125rem;
|
|
1335
|
+
--space-component-padding-xs: 0.25rem;
|
|
1336
|
+
--space-component-padding-sm: 0.5rem;
|
|
1337
|
+
--space-component-padding-md: 0.75rem;
|
|
1338
|
+
--space-component-padding-lg: 1rem;
|
|
1339
|
+
--space-component-padding-xl: 1.5rem;
|
|
1340
|
+
--space-component-padding-2xl: 2rem;
|
|
1341
|
+
--space-component-gap-none: 0rem;
|
|
1342
|
+
--space-component-gap-xs: 0.125rem;
|
|
1343
|
+
--space-component-gap-sm: 0.25rem;
|
|
1344
|
+
--space-component-gap-md: 0.5rem;
|
|
1345
|
+
--space-component-gap-lg: 0.75rem;
|
|
1346
|
+
--size-viewport-width: 90rem;
|
|
1347
|
+
--size-border-radius-none: 0rem;
|
|
1348
|
+
--size-border-radius-sm: 0.25rem;
|
|
1349
|
+
--size-border-radius-md: 0.5rem;
|
|
1350
|
+
--size-border-radius-lg: 0.75rem;
|
|
1351
|
+
--size-border-radius-full: 6.25rem;
|
|
1352
|
+
--size-border-width-md: 0.125rem;
|
|
1353
|
+
--size-border-width-sm: 0.0625rem;
|
|
1354
|
+
--size-border-width-none: 0rem;
|
|
1355
|
+
--size-component-border-width: 0.0625rem;
|
|
1356
|
+
--size-component-border-radius: 0.25rem;
|
|
1357
|
+
--size-button-min-width-xs: 1.5rem;
|
|
1358
|
+
--size-button-min-width-sm: 2rem;
|
|
1359
|
+
--size-button-min-width-md: 2.5rem;
|
|
1360
|
+
--size-button-min-width-lg: 3rem;
|
|
1361
|
+
--size-button-border-width: 0.0625rem;
|
|
1362
|
+
--size-button-border-radius: 0.25rem;
|
|
1363
|
+
--size-button-min-height-xs: 1.5rem;
|
|
1364
|
+
--size-button-min-height-md: 2.5rem;
|
|
1365
|
+
--size-button-min-height-sm: 2rem;
|
|
1366
|
+
--size-button-min-height-lg: 3rem;
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
|
|
1705
1371
|
:root {
|
|
1706
1372
|
--color-core-content-default: var(--light-color-core-content-default);
|
|
1707
1373
|
--color-core-content-soft: var(--light-color-core-content-soft);
|
|
@@ -1780,6 +1446,10 @@
|
|
|
1780
1446
|
--color-feedback-info-on-default: var(--light-color-feedback-info-on-default);
|
|
1781
1447
|
--color-feedback-info-surface-background: var(--light-color-feedback-info-surface-background);
|
|
1782
1448
|
--color-feedback-info-surface-border: var(--light-color-feedback-info-surface-border);
|
|
1449
|
+
--color-feedback-neutral-default: var(--light-color-feedback-neutral-default);
|
|
1450
|
+
--color-feedback-neutral-on-default: var(--light-color-feedback-neutral-on-default);
|
|
1451
|
+
--color-feedback-neutral-surface-background: var(--light-color-feedback-neutral-surface-background);
|
|
1452
|
+
--color-feedback-neutral-surface-border: var(--light-color-feedback-neutral-surface-border);
|
|
1783
1453
|
--color-decorative-primary-default: var(--light-color-decorative-primary-default);
|
|
1784
1454
|
--color-decorative-primary-soft: var(--light-color-decorative-primary-soft);
|
|
1785
1455
|
--color-decorative-primary-strong: var(--light-color-decorative-primary-strong);
|
|
@@ -1791,6 +1461,7 @@
|
|
|
1791
1461
|
--color-effect-shadow-soft: var(--light-color-effect-shadow-soft);
|
|
1792
1462
|
--color-effect-shadow-strong: var(--light-color-effect-shadow-strong);
|
|
1793
1463
|
--color-effect-overlay: var(--light-color-effect-overlay);
|
|
1464
|
+
--color-effect-skeleton: var(--light-color-effect-skeleton);
|
|
1794
1465
|
--color-button-primary-content-default: var(--light-color-button-primary-content-default);
|
|
1795
1466
|
--color-button-primary-content-hover: var(--light-color-button-primary-content-hover);
|
|
1796
1467
|
--color-button-primary-content-pressed: var(--light-color-button-primary-content-pressed);
|
|
@@ -1863,6 +1534,15 @@
|
|
|
1863
1534
|
--color-button-neutral-border-hover: var(--light-color-button-neutral-border-hover);
|
|
1864
1535
|
--color-button-neutral-border-pressed: var(--light-color-button-neutral-border-pressed);
|
|
1865
1536
|
--color-button-neutral-border-disabled: var(--light-color-button-neutral-border-disabled);
|
|
1537
|
+
--color-table-head-default: var(--light-color-table-head-default);
|
|
1538
|
+
--color-table-head-hover: var(--light-color-table-head-hover);
|
|
1539
|
+
--color-table-head-selected: var(--light-color-table-head-selected);
|
|
1540
|
+
--color-table-row-default: var(--light-color-table-row-default);
|
|
1541
|
+
--color-table-row-hover: var(--light-color-table-row-hover);
|
|
1542
|
+
--color-table-row-selected: var(--light-color-table-row-selected);
|
|
1543
|
+
--color-table-cell-default: var(--light-color-table-cell-default);
|
|
1544
|
+
--color-table-cell-hover: var(--light-color-table-cell-hover);
|
|
1545
|
+
--color-table-cell-selected-2: var(--light-color-table-cell-selected-2);
|
|
1866
1546
|
--color-textfield-content-default: var(--light-color-textfield-content-default);
|
|
1867
1547
|
--color-textfield-content-placeholder: var(--light-color-textfield-content-placeholder);
|
|
1868
1548
|
--color-textfield-content-disabled: var(--light-color-textfield-content-disabled);
|
|
@@ -1963,6 +1643,10 @@
|
|
|
1963
1643
|
--color-feedback-info-on-default: var(--dark-color-feedback-info-on-default);
|
|
1964
1644
|
--color-feedback-info-surface-background: var(--dark-color-feedback-info-surface-background);
|
|
1965
1645
|
--color-feedback-info-surface-border: var(--dark-color-feedback-info-surface-border);
|
|
1646
|
+
--color-feedback-neutral-default: var(--dark-color-feedback-neutral-default);
|
|
1647
|
+
--color-feedback-neutral-on-default: var(--dark-color-feedback-neutral-on-default);
|
|
1648
|
+
--color-feedback-neutral-surface-background: var(--dark-color-feedback-neutral-surface-background);
|
|
1649
|
+
--color-feedback-neutral-surface-border: var(--dark-color-feedback-neutral-surface-border);
|
|
1966
1650
|
--color-decorative-primary-default: var(--dark-color-decorative-primary-default);
|
|
1967
1651
|
--color-decorative-primary-soft: var(--dark-color-decorative-primary-soft);
|
|
1968
1652
|
--color-decorative-primary-strong: var(--dark-color-decorative-primary-strong);
|
|
@@ -1974,6 +1658,7 @@
|
|
|
1974
1658
|
--color-effect-shadow-soft: var(--dark-color-effect-shadow-soft);
|
|
1975
1659
|
--color-effect-shadow-strong: var(--dark-color-effect-shadow-strong);
|
|
1976
1660
|
--color-effect-overlay: var(--dark-color-effect-overlay);
|
|
1661
|
+
--color-effect-skeleton: var(--dark-color-effect-skeleton);
|
|
1977
1662
|
--color-button-primary-content-default: var(--dark-color-button-primary-content-default);
|
|
1978
1663
|
--color-button-primary-content-hover: var(--dark-color-button-primary-content-hover);
|
|
1979
1664
|
--color-button-primary-content-pressed: var(--dark-color-button-primary-content-pressed);
|
|
@@ -2046,6 +1731,15 @@
|
|
|
2046
1731
|
--color-button-neutral-border-hover: var(--dark-color-button-neutral-border-hover);
|
|
2047
1732
|
--color-button-neutral-border-pressed: var(--dark-color-button-neutral-border-pressed);
|
|
2048
1733
|
--color-button-neutral-border-disabled: var(--dark-color-button-neutral-border-disabled);
|
|
1734
|
+
--color-table-head-default: var(--dark-color-table-head-default);
|
|
1735
|
+
--color-table-head-hover: var(--dark-color-table-head-hover);
|
|
1736
|
+
--color-table-head-selected: var(--dark-color-table-head-selected);
|
|
1737
|
+
--color-table-row-default: var(--dark-color-table-row-default);
|
|
1738
|
+
--color-table-row-hover: var(--dark-color-table-row-hover);
|
|
1739
|
+
--color-table-row-selected: var(--dark-color-table-row-selected);
|
|
1740
|
+
--color-table-cell-default: var(--dark-color-table-cell-default);
|
|
1741
|
+
--color-table-cell-hover: var(--dark-color-table-cell-hover);
|
|
1742
|
+
--color-table-cell-selected-2: var(--dark-color-table-cell-selected-2);
|
|
2049
1743
|
--color-textfield-content-default: var(--dark-color-textfield-content-default);
|
|
2050
1744
|
--color-textfield-content-placeholder: var(--dark-color-textfield-content-placeholder);
|
|
2051
1745
|
--color-textfield-content-disabled: var(--dark-color-textfield-content-disabled);
|