@itilite/lumina-ui 1.1.0 → 1.1.1
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/dist/atom/Modal/Modal.d.mts +1 -1
- package/dist/atom/Modal/Modal.d.ts +1 -1
- package/dist/index.mjs +9 -9
- package/dist/styles.css +340 -340
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
2
|
+
Tooltip_default
|
|
3
|
+
} from "./chunk-MLCMZRUC.mjs";
|
|
4
4
|
import {
|
|
5
5
|
Avatar_default
|
|
6
6
|
} from "./chunk-X76GNSBB.mjs";
|
|
7
7
|
import {
|
|
8
|
-
|
|
9
|
-
} from "./chunk-
|
|
8
|
+
Radio_default
|
|
9
|
+
} from "./chunk-2EBPXGRY.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Switch_default
|
|
12
12
|
} from "./chunk-MNARBWAJ.mjs";
|
|
13
|
+
import {
|
|
14
|
+
Checkbox_default
|
|
15
|
+
} from "./chunk-UQZNUEZE.mjs";
|
|
13
16
|
import {
|
|
14
17
|
Modal_default
|
|
15
18
|
} from "./chunk-N355RJGH.mjs";
|
|
@@ -17,11 +20,8 @@ import {
|
|
|
17
20
|
Button_default
|
|
18
21
|
} from "./chunk-HISCHZ5H.mjs";
|
|
19
22
|
import {
|
|
20
|
-
|
|
21
|
-
} from "./chunk-
|
|
22
|
-
import {
|
|
23
|
-
Tooltip_default
|
|
24
|
-
} from "./chunk-MLCMZRUC.mjs";
|
|
23
|
+
Tag_default
|
|
24
|
+
} from "./chunk-4VZB2KR2.mjs";
|
|
25
25
|
import "./chunk-FWCSY2DS.mjs";
|
|
26
26
|
export {
|
|
27
27
|
Avatar_default as Avatar,
|
package/dist/styles.css
CHANGED
|
@@ -115,194 +115,99 @@
|
|
|
115
115
|
background-color: white !important;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
/* src/atom/
|
|
119
|
-
.
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
}
|
|
126
|
-
.Button-module__button___cLCyl.Button-module__size_large___S-mbU {
|
|
127
|
-
height: 56px;
|
|
128
|
-
padding-left: 1rem;
|
|
129
|
-
padding-right: 1rem;
|
|
130
|
-
}
|
|
131
|
-
.Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
|
|
132
|
-
width: 56px;
|
|
133
|
-
}
|
|
134
|
-
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
|
|
135
|
-
height: 40px;
|
|
136
|
-
padding-left: 0.75rem;
|
|
137
|
-
padding-right: 0.75rem;
|
|
138
|
-
}
|
|
139
|
-
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
|
|
140
|
-
width: 40px;
|
|
141
|
-
}
|
|
142
|
-
.Button-module__button___cLCyl.Button-module__size_small___IUeei {
|
|
143
|
-
height: 32px;
|
|
144
|
-
padding-left: 0.5rem;
|
|
145
|
-
padding-right: 0.5rem;
|
|
146
|
-
}
|
|
147
|
-
.Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
|
|
148
|
-
width: 32px;
|
|
149
|
-
}
|
|
150
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz- {
|
|
118
|
+
/* src/atom/Tag/Tag.module.scss */
|
|
119
|
+
.Tag-module__tag___PIkhI {
|
|
120
|
+
border-radius: 0.25rem;
|
|
121
|
+
padding: 0.25rem;
|
|
122
|
+
font-weight: 500;
|
|
123
|
+
font-size: 0.625rem;
|
|
124
|
+
line-height: .75rem;
|
|
151
125
|
--tw-bg-opacity: 1;
|
|
152
|
-
background-color: rgb(
|
|
153
|
-
|
|
126
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
127
|
+
height: -moz-max-content;
|
|
128
|
+
height: max-content;
|
|
154
129
|
border-style: solid;
|
|
155
|
-
|
|
156
|
-
border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
|
|
157
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
158
|
-
}
|
|
159
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:active {
|
|
160
|
-
--tw-bg-opacity: 1;
|
|
161
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
162
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
163
|
-
}
|
|
164
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
|
|
165
|
-
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
166
|
-
}
|
|
167
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
|
|
168
|
-
--tw-text-opacity: 1;
|
|
169
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
170
|
-
}
|
|
171
|
-
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
|
|
172
|
-
--tw-text-opacity: 1;
|
|
173
|
-
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
130
|
+
border-width: 0.5px
|
|
174
131
|
}
|
|
175
|
-
.
|
|
176
|
-
|
|
177
|
-
|
|
132
|
+
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
133
|
+
padding-top: 2px;
|
|
134
|
+
padding-bottom: 2px;
|
|
135
|
+
padding-left: 0.25rem;
|
|
136
|
+
padding-right: 0.25rem;
|
|
137
|
+
font-size: 0.625rem;
|
|
138
|
+
line-height: .75rem
|
|
178
139
|
}
|
|
179
|
-
.
|
|
140
|
+
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
180
141
|
--tw-text-opacity: 1;
|
|
181
|
-
color: rgb(
|
|
182
|
-
}
|
|
183
|
-
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
|
|
184
|
-
border-width: 1px;
|
|
185
|
-
border-style: solid;
|
|
142
|
+
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
186
143
|
--tw-bg-opacity: 1;
|
|
187
|
-
background-color: rgb(
|
|
144
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
188
145
|
--tw-border-opacity: 1;
|
|
189
|
-
border-color: rgb(
|
|
190
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
191
|
-
}
|
|
192
|
-
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:active {
|
|
193
|
-
--tw-bg-opacity: 1;
|
|
194
|
-
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
195
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
196
|
-
}
|
|
197
|
-
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
|
|
198
|
-
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
199
|
-
}
|
|
200
|
-
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd {
|
|
201
|
-
--tw-text-opacity: 1;
|
|
202
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
203
|
-
}
|
|
204
|
-
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd:hover {
|
|
205
|
-
--tw-text-opacity: 1;
|
|
206
|
-
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
146
|
+
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
207
147
|
}
|
|
208
|
-
.
|
|
148
|
+
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
209
149
|
--tw-text-opacity: 1;
|
|
210
|
-
color: rgb(
|
|
150
|
+
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
151
|
+
--tw-bg-opacity: 1;
|
|
152
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
153
|
+
--tw-border-opacity: 1;
|
|
154
|
+
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
211
155
|
}
|
|
212
|
-
.
|
|
156
|
+
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
213
157
|
--tw-text-opacity: 1;
|
|
214
|
-
color: rgb(
|
|
215
|
-
}
|
|
216
|
-
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp {
|
|
217
|
-
border-width: 1px;
|
|
158
|
+
color: rgb(185 71 16 / var(--tw-text-opacity, 1));
|
|
218
159
|
--tw-bg-opacity: 1;
|
|
219
|
-
background-color: rgb(
|
|
220
|
-
border-style: solid;
|
|
160
|
+
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
|
|
221
161
|
--tw-border-opacity: 1;
|
|
222
|
-
border-color: rgb(
|
|
223
|
-
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
162
|
+
border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
|
|
224
163
|
}
|
|
225
|
-
.
|
|
164
|
+
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
165
|
+
--tw-text-opacity: 1;
|
|
166
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
226
167
|
--tw-bg-opacity: 1;
|
|
227
|
-
background-color: rgb(
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
|
|
231
|
-
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
168
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
169
|
+
--tw-border-opacity: 1;
|
|
170
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
|
|
232
171
|
}
|
|
233
|
-
.
|
|
172
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
234
173
|
--tw-text-opacity: 1;
|
|
235
|
-
color: rgb(
|
|
174
|
+
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
175
|
+
--tw-bg-opacity: 1;
|
|
176
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
177
|
+
--tw-border-opacity: 1;
|
|
178
|
+
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
236
179
|
}
|
|
237
|
-
.
|
|
180
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
238
181
|
--tw-text-opacity: 1;
|
|
239
|
-
color: rgb(
|
|
182
|
+
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
183
|
+
--tw-bg-opacity: 1;
|
|
184
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
185
|
+
--tw-border-opacity: 1;
|
|
186
|
+
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
240
187
|
}
|
|
241
|
-
.
|
|
188
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
242
189
|
--tw-text-opacity: 1;
|
|
243
|
-
color: rgb(
|
|
190
|
+
color: rgb(154 103 0 / var(--tw-text-opacity, 1));
|
|
191
|
+
--tw-bg-opacity: 1;
|
|
192
|
+
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
|
|
193
|
+
--tw-border-opacity: 1;
|
|
194
|
+
border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
|
|
244
195
|
}
|
|
245
|
-
.
|
|
196
|
+
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
246
197
|
--tw-text-opacity: 1;
|
|
247
198
|
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
248
|
-
}
|
|
249
|
-
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
|
|
250
199
|
--tw-bg-opacity: 1;
|
|
251
|
-
background-color: rgb(255
|
|
252
|
-
border-width: 1px;
|
|
253
|
-
border-style: solid;
|
|
254
|
-
--tw-border-opacity: 1;
|
|
255
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
256
|
-
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
257
|
-
}
|
|
258
|
-
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
|
|
259
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
200
|
+
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
|
|
260
201
|
--tw-border-opacity: 1;
|
|
261
|
-
border-color: rgb(
|
|
262
|
-
}
|
|
263
|
-
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
|
|
264
|
-
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
265
|
-
}
|
|
266
|
-
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
|
|
267
|
-
background-color: transparent;
|
|
268
|
-
border-width: 0px;
|
|
269
|
-
border-style: none;
|
|
270
|
-
box-shadow: none;
|
|
271
|
-
}
|
|
272
|
-
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
|
|
273
|
-
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
274
|
-
border-style: none;
|
|
275
|
-
--tw-bg-opacity: 1;
|
|
276
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
202
|
+
border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
|
|
277
203
|
}
|
|
278
|
-
.
|
|
204
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
205
|
+
--tw-text-opacity: 1;
|
|
206
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
279
207
|
--tw-bg-opacity: 1;
|
|
280
208
|
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
outline: 2px solid rgba(236, 93, 37, 0.2);
|
|
284
|
-
}
|
|
285
|
-
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
|
|
286
|
-
background-color: transparent;
|
|
287
|
-
padding: 0px;
|
|
288
|
-
border-width: 0px;
|
|
289
|
-
border-style: none;
|
|
290
|
-
height: auto;
|
|
291
|
-
box-shadow: none;
|
|
292
|
-
}
|
|
293
|
-
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
|
|
294
|
-
text-decoration: underline;
|
|
295
|
-
}
|
|
296
|
-
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
|
|
297
|
-
box-shadow: none;
|
|
298
|
-
border-style: none;
|
|
299
|
-
background-color: transparent;
|
|
300
|
-
}
|
|
301
|
-
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
|
|
302
|
-
background-color: transparent;
|
|
303
|
-
}
|
|
304
|
-
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
|
|
305
|
-
outline: none;
|
|
209
|
+
--tw-border-opacity: 1;
|
|
210
|
+
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
306
211
|
}
|
|
307
212
|
|
|
308
213
|
/* src/atom/Switch/Switch.module.scss */
|
|
@@ -323,106 +228,38 @@
|
|
|
323
228
|
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
324
229
|
}
|
|
325
230
|
|
|
326
|
-
/* src/atom/
|
|
327
|
-
.
|
|
231
|
+
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
232
|
+
.Checkbox-module__checkbox___xxg5L {
|
|
328
233
|
display: flex;
|
|
329
234
|
align-items: center;
|
|
330
235
|
}
|
|
331
|
-
.
|
|
236
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
332
237
|
height: 16px;
|
|
333
238
|
width: 16px;
|
|
334
239
|
}
|
|
335
|
-
.
|
|
240
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
336
241
|
height: 20px;
|
|
337
242
|
width: 20px;
|
|
338
243
|
}
|
|
339
|
-
.
|
|
244
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
245
|
+
inset-inline-start: 27%;
|
|
246
|
+
}
|
|
247
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
340
248
|
height: 24px;
|
|
341
249
|
width: 24px;
|
|
342
250
|
}
|
|
343
|
-
.
|
|
344
|
-
|
|
345
|
-
background-color: #EC5D25;
|
|
251
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
252
|
+
inset-inline-start: 33%;
|
|
346
253
|
}
|
|
347
|
-
.
|
|
348
|
-
border-color: #
|
|
349
|
-
background-color: #
|
|
254
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
255
|
+
border-color: #ec5d25;
|
|
256
|
+
background-color: #ec5d25;
|
|
350
257
|
}
|
|
351
|
-
.
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
}
|
|
357
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
358
|
-
border-color: #B6BAC3;
|
|
359
|
-
background-color: #B6BAC3;
|
|
360
|
-
}
|
|
361
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
362
|
-
transform: scale(0.375);
|
|
363
|
-
background-color: #FFFFFF;
|
|
364
|
-
}
|
|
365
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
366
|
-
border-color: #B6BAC3;
|
|
367
|
-
}
|
|
368
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
369
|
-
border-color: #6B7280;
|
|
370
|
-
}
|
|
371
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
372
|
-
outline: 2px solid #0A65E7;
|
|
373
|
-
}
|
|
374
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
375
|
-
cursor: not-allowed;
|
|
376
|
-
}
|
|
377
|
-
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
378
|
-
border-color: #B6BAC3;
|
|
379
|
-
background-color: #F9FAFB;
|
|
380
|
-
}
|
|
381
|
-
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
382
|
-
color: #363E4F;
|
|
383
|
-
font-weight: 400;
|
|
384
|
-
font-size: 0.875rem;
|
|
385
|
-
line-height: 20px;
|
|
386
|
-
}
|
|
387
|
-
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
388
|
-
color: #363E4F;
|
|
389
|
-
font-weight: 500;
|
|
390
|
-
font-size: 0.875rem;
|
|
391
|
-
line-height: 20px;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
395
|
-
.Checkbox-module__checkbox___xxg5L {
|
|
396
|
-
display: flex;
|
|
397
|
-
align-items: center;
|
|
398
|
-
}
|
|
399
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
|
|
400
|
-
height: 16px;
|
|
401
|
-
width: 16px;
|
|
402
|
-
}
|
|
403
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
|
|
404
|
-
height: 20px;
|
|
405
|
-
width: 20px;
|
|
406
|
-
}
|
|
407
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
|
|
408
|
-
inset-inline-start: 27%;
|
|
409
|
-
}
|
|
410
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
|
|
411
|
-
height: 24px;
|
|
412
|
-
width: 24px;
|
|
413
|
-
}
|
|
414
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
|
|
415
|
-
inset-inline-start: 33%;
|
|
416
|
-
}
|
|
417
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
|
|
418
|
-
border-color: #ec5d25;
|
|
419
|
-
background-color: #ec5d25;
|
|
420
|
-
}
|
|
421
|
-
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
|
|
422
|
-
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
423
|
-
.ant-checkbox-inner {
|
|
424
|
-
--tw-bg-opacity: 1;
|
|
425
|
-
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
258
|
+
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
|
|
259
|
+
.ant-checkbox-checked:not(.ant-checkbox-disabled)
|
|
260
|
+
.ant-checkbox-inner {
|
|
261
|
+
--tw-bg-opacity: 1;
|
|
262
|
+
background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
|
|
426
263
|
}
|
|
427
264
|
.Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
|
|
428
265
|
outline: 2px solid #0a65e7;
|
|
@@ -489,101 +326,6 @@
|
|
|
489
326
|
background: white;
|
|
490
327
|
}
|
|
491
328
|
|
|
492
|
-
/* src/atom/Tag/Tag.module.scss */
|
|
493
|
-
.Tag-module__tag___PIkhI {
|
|
494
|
-
border-radius: 0.25rem;
|
|
495
|
-
padding: 0.25rem;
|
|
496
|
-
font-weight: 500;
|
|
497
|
-
font-size: 0.625rem;
|
|
498
|
-
line-height: .75rem;
|
|
499
|
-
--tw-bg-opacity: 1;
|
|
500
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
501
|
-
height: -moz-max-content;
|
|
502
|
-
height: max-content;
|
|
503
|
-
border-style: solid;
|
|
504
|
-
border-width: 0.5px
|
|
505
|
-
}
|
|
506
|
-
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
507
|
-
padding-top: 2px;
|
|
508
|
-
padding-bottom: 2px;
|
|
509
|
-
padding-left: 0.25rem;
|
|
510
|
-
padding-right: 0.25rem;
|
|
511
|
-
font-size: 0.625rem;
|
|
512
|
-
line-height: .75rem
|
|
513
|
-
}
|
|
514
|
-
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
515
|
-
--tw-text-opacity: 1;
|
|
516
|
-
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
517
|
-
--tw-bg-opacity: 1;
|
|
518
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
519
|
-
--tw-border-opacity: 1;
|
|
520
|
-
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
521
|
-
}
|
|
522
|
-
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
523
|
-
--tw-text-opacity: 1;
|
|
524
|
-
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
525
|
-
--tw-bg-opacity: 1;
|
|
526
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
527
|
-
--tw-border-opacity: 1;
|
|
528
|
-
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
529
|
-
}
|
|
530
|
-
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
531
|
-
--tw-text-opacity: 1;
|
|
532
|
-
color: rgb(185 71 16 / var(--tw-text-opacity, 1));
|
|
533
|
-
--tw-bg-opacity: 1;
|
|
534
|
-
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
|
|
535
|
-
--tw-border-opacity: 1;
|
|
536
|
-
border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
|
|
537
|
-
}
|
|
538
|
-
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
539
|
-
--tw-text-opacity: 1;
|
|
540
|
-
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
541
|
-
--tw-bg-opacity: 1;
|
|
542
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
543
|
-
--tw-border-opacity: 1;
|
|
544
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
|
|
545
|
-
}
|
|
546
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
547
|
-
--tw-text-opacity: 1;
|
|
548
|
-
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
549
|
-
--tw-bg-opacity: 1;
|
|
550
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
551
|
-
--tw-border-opacity: 1;
|
|
552
|
-
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
553
|
-
}
|
|
554
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
555
|
-
--tw-text-opacity: 1;
|
|
556
|
-
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
557
|
-
--tw-bg-opacity: 1;
|
|
558
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
559
|
-
--tw-border-opacity: 1;
|
|
560
|
-
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
561
|
-
}
|
|
562
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
563
|
-
--tw-text-opacity: 1;
|
|
564
|
-
color: rgb(154 103 0 / var(--tw-text-opacity, 1));
|
|
565
|
-
--tw-bg-opacity: 1;
|
|
566
|
-
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
|
|
567
|
-
--tw-border-opacity: 1;
|
|
568
|
-
border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
|
|
569
|
-
}
|
|
570
|
-
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
571
|
-
--tw-text-opacity: 1;
|
|
572
|
-
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
573
|
-
--tw-bg-opacity: 1;
|
|
574
|
-
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
|
|
575
|
-
--tw-border-opacity: 1;
|
|
576
|
-
border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
|
|
577
|
-
}
|
|
578
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
579
|
-
--tw-text-opacity: 1;
|
|
580
|
-
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
581
|
-
--tw-bg-opacity: 1;
|
|
582
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
583
|
-
--tw-border-opacity: 1;
|
|
584
|
-
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
585
|
-
}
|
|
586
|
-
|
|
587
329
|
/* src/atom/Modal/Modal.module.scss */
|
|
588
330
|
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
589
331
|
margin-top: 0;
|
|
@@ -655,4 +397,262 @@
|
|
|
655
397
|
}
|
|
656
398
|
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
657
399
|
margin-inline-start: 0.5rem;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
403
|
+
.Radio-module__radio___1CPAk {
|
|
404
|
+
display: flex;
|
|
405
|
+
align-items: center;
|
|
406
|
+
}
|
|
407
|
+
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
408
|
+
height: 16px;
|
|
409
|
+
width: 16px;
|
|
410
|
+
}
|
|
411
|
+
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
412
|
+
height: 20px;
|
|
413
|
+
width: 20px;
|
|
414
|
+
}
|
|
415
|
+
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
416
|
+
height: 24px;
|
|
417
|
+
width: 24px;
|
|
418
|
+
}
|
|
419
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
420
|
+
border-color: #EC5D25;
|
|
421
|
+
background-color: #EC5D25;
|
|
422
|
+
}
|
|
423
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
424
|
+
border-color: #B94710;
|
|
425
|
+
background-color: #B94710;
|
|
426
|
+
}
|
|
427
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
428
|
+
outline: 2px solid #0A65E7;
|
|
429
|
+
}
|
|
430
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
431
|
+
cursor: not-allowed;
|
|
432
|
+
}
|
|
433
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
434
|
+
border-color: #B6BAC3;
|
|
435
|
+
background-color: #B6BAC3;
|
|
436
|
+
}
|
|
437
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
438
|
+
transform: scale(0.375);
|
|
439
|
+
background-color: #FFFFFF;
|
|
440
|
+
}
|
|
441
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
442
|
+
border-color: #B6BAC3;
|
|
443
|
+
}
|
|
444
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
445
|
+
border-color: #6B7280;
|
|
446
|
+
}
|
|
447
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
448
|
+
outline: 2px solid #0A65E7;
|
|
449
|
+
}
|
|
450
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
451
|
+
cursor: not-allowed;
|
|
452
|
+
}
|
|
453
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
454
|
+
border-color: #B6BAC3;
|
|
455
|
+
background-color: #F9FAFB;
|
|
456
|
+
}
|
|
457
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
458
|
+
color: #363E4F;
|
|
459
|
+
font-weight: 400;
|
|
460
|
+
font-size: 0.875rem;
|
|
461
|
+
line-height: 20px;
|
|
462
|
+
}
|
|
463
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
464
|
+
color: #363E4F;
|
|
465
|
+
font-weight: 500;
|
|
466
|
+
font-size: 0.875rem;
|
|
467
|
+
line-height: 20px;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
/* src/atom/Button/Button.module.scss */
|
|
471
|
+
.Button-module__button___cLCyl {
|
|
472
|
+
display: flex;
|
|
473
|
+
align-items: center;
|
|
474
|
+
justify-content: center;
|
|
475
|
+
gap: 0.25rem;
|
|
476
|
+
border-radius: 0.5rem;
|
|
477
|
+
}
|
|
478
|
+
.Button-module__button___cLCyl.Button-module__size_large___S-mbU {
|
|
479
|
+
height: 56px;
|
|
480
|
+
padding-left: 1rem;
|
|
481
|
+
padding-right: 1rem;
|
|
482
|
+
}
|
|
483
|
+
.Button-module__button___cLCyl.Button-module__size_large___S-mbU.Button-module__shape_circle___sPUS5 {
|
|
484
|
+
width: 56px;
|
|
485
|
+
}
|
|
486
|
+
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj {
|
|
487
|
+
height: 40px;
|
|
488
|
+
padding-left: 0.75rem;
|
|
489
|
+
padding-right: 0.75rem;
|
|
490
|
+
}
|
|
491
|
+
.Button-module__button___cLCyl.Button-module__size_normal___qJUMj.Button-module__shape_circle___sPUS5 {
|
|
492
|
+
width: 40px;
|
|
493
|
+
}
|
|
494
|
+
.Button-module__button___cLCyl.Button-module__size_small___IUeei {
|
|
495
|
+
height: 32px;
|
|
496
|
+
padding-left: 0.5rem;
|
|
497
|
+
padding-right: 0.5rem;
|
|
498
|
+
}
|
|
499
|
+
.Button-module__button___cLCyl.Button-module__size_small___IUeei.Button-module__shape_circle___sPUS5 {
|
|
500
|
+
width: 32px;
|
|
501
|
+
}
|
|
502
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz- {
|
|
503
|
+
--tw-bg-opacity: 1;
|
|
504
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
505
|
+
border-width: 1px;
|
|
506
|
+
border-style: solid;
|
|
507
|
+
--tw-border-opacity: 1;
|
|
508
|
+
border-color: rgb(236 93 37 / var(--tw-border-opacity, 1));
|
|
509
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
510
|
+
}
|
|
511
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.ant-btn-primary:active {
|
|
512
|
+
--tw-bg-opacity: 1;
|
|
513
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1));
|
|
514
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
515
|
+
}
|
|
516
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-:focus-visible {
|
|
517
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
518
|
+
}
|
|
519
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd {
|
|
520
|
+
--tw-text-opacity: 1;
|
|
521
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
522
|
+
}
|
|
523
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_subtle___BMbbd:hover {
|
|
524
|
+
--tw-text-opacity: 1;
|
|
525
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
526
|
+
}
|
|
527
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9 {
|
|
528
|
+
--tw-text-opacity: 1;
|
|
529
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
530
|
+
}
|
|
531
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__variant_link___Cj1O9:hover {
|
|
532
|
+
--tw-text-opacity: 1;
|
|
533
|
+
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
534
|
+
}
|
|
535
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
|
|
536
|
+
border-width: 1px;
|
|
537
|
+
border-style: solid;
|
|
538
|
+
--tw-bg-opacity: 1;
|
|
539
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
540
|
+
--tw-border-opacity: 1;
|
|
541
|
+
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
|
|
542
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
543
|
+
}
|
|
544
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:active {
|
|
545
|
+
--tw-bg-opacity: 1;
|
|
546
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
547
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
548
|
+
}
|
|
549
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.ant-btn-primary:focus-visible {
|
|
550
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
551
|
+
}
|
|
552
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd {
|
|
553
|
+
--tw-text-opacity: 1;
|
|
554
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
555
|
+
}
|
|
556
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_subtle___BMbbd:hover {
|
|
557
|
+
--tw-text-opacity: 1;
|
|
558
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
559
|
+
}
|
|
560
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9 {
|
|
561
|
+
--tw-text-opacity: 1;
|
|
562
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
563
|
+
}
|
|
564
|
+
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_secondary___CLmrA.Button-module__variant_link___Cj1O9:hover {
|
|
565
|
+
--tw-text-opacity: 1;
|
|
566
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
567
|
+
}
|
|
568
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp {
|
|
569
|
+
border-width: 1px;
|
|
570
|
+
--tw-bg-opacity: 1;
|
|
571
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
572
|
+
border-style: solid;
|
|
573
|
+
--tw-border-opacity: 1;
|
|
574
|
+
border-color: rgb(207 34 49 / var(--tw-border-opacity, 1));
|
|
575
|
+
box-shadow: 0 1px 0 0 rgba(17, 24, 39, 0.1);
|
|
576
|
+
}
|
|
577
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:active {
|
|
578
|
+
--tw-bg-opacity: 1;
|
|
579
|
+
background-color: rgb(207 34 49 / var(--tw-bg-opacity, 1));
|
|
580
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.1);
|
|
581
|
+
}
|
|
582
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.ant-btn-primary:focus-visible {
|
|
583
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
584
|
+
}
|
|
585
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd {
|
|
586
|
+
--tw-text-opacity: 1;
|
|
587
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
588
|
+
}
|
|
589
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_subtle___BMbbd:hover {
|
|
590
|
+
--tw-text-opacity: 1;
|
|
591
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
592
|
+
}
|
|
593
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9 {
|
|
594
|
+
--tw-text-opacity: 1;
|
|
595
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
596
|
+
}
|
|
597
|
+
.Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_text___Pc5Ia:hover, .Button-module__button___cLCyl.Button-module__type_critical___6ILOp.Button-module__variant_link___Cj1O9:hover {
|
|
598
|
+
--tw-text-opacity: 1;
|
|
599
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
600
|
+
}
|
|
601
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd {
|
|
602
|
+
--tw-bg-opacity: 1;
|
|
603
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
604
|
+
border-width: 1px;
|
|
605
|
+
border-style: solid;
|
|
606
|
+
--tw-border-opacity: 1;
|
|
607
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
608
|
+
box-shadow: 0px 1px 0px 0px rgba(17, 24, 39, 0.1);
|
|
609
|
+
}
|
|
610
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:hover {
|
|
611
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
612
|
+
--tw-border-opacity: 1;
|
|
613
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1));
|
|
614
|
+
}
|
|
615
|
+
.Button-module__button___cLCyl.Button-module__variant_subtle___BMbbd.ant-btn-default:focus-visible {
|
|
616
|
+
outline: 2px solid rgba(236, 93, 37, 0.3803921569);
|
|
617
|
+
}
|
|
618
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia {
|
|
619
|
+
background-color: transparent;
|
|
620
|
+
border-width: 0px;
|
|
621
|
+
border-style: none;
|
|
622
|
+
box-shadow: none;
|
|
623
|
+
}
|
|
624
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:hover {
|
|
625
|
+
box-shadow: 0px 2px 4px 0px rgba(17, 24, 39, 0.15);
|
|
626
|
+
border-style: none;
|
|
627
|
+
--tw-bg-opacity: 1;
|
|
628
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
629
|
+
}
|
|
630
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn-default:active {
|
|
631
|
+
--tw-bg-opacity: 1;
|
|
632
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
633
|
+
}
|
|
634
|
+
.Button-module__button___cLCyl.Button-module__variant_text___Pc5Ia.ant-btn:focus-visible {
|
|
635
|
+
outline: 2px solid rgba(236, 93, 37, 0.2);
|
|
636
|
+
}
|
|
637
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9 {
|
|
638
|
+
background-color: transparent;
|
|
639
|
+
padding: 0px;
|
|
640
|
+
border-width: 0px;
|
|
641
|
+
border-style: none;
|
|
642
|
+
height: auto;
|
|
643
|
+
box-shadow: none;
|
|
644
|
+
}
|
|
645
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover.Button-module__onHoverUnderline___LOfXo {
|
|
646
|
+
text-decoration: underline;
|
|
647
|
+
}
|
|
648
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:hover {
|
|
649
|
+
box-shadow: none;
|
|
650
|
+
border-style: none;
|
|
651
|
+
background-color: transparent;
|
|
652
|
+
}
|
|
653
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn-default:active {
|
|
654
|
+
background-color: transparent;
|
|
655
|
+
}
|
|
656
|
+
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
|
|
657
|
+
outline: none;
|
|
658
658
|
}
|