form-builder-pro 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/index.css +403 -662
- package/dist/index.css.map +1 -0
- package/dist/index.js +585 -111
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +585 -111
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/index.d.mts +0 -265
- package/dist/index.d.ts +0 -265
package/dist/index.css
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
/* src/index.css */
|
|
2
|
+
*,
|
|
3
|
+
::before,
|
|
4
|
+
::after {
|
|
2
5
|
--tw-border-spacing-x: 0;
|
|
3
6
|
--tw-border-spacing-y: 0;
|
|
4
7
|
--tw-translate-x: 0;
|
|
@@ -8,19 +11,19 @@
|
|
|
8
11
|
--tw-skew-y: 0;
|
|
9
12
|
--tw-scale-x: 1;
|
|
10
13
|
--tw-scale-y: 1;
|
|
11
|
-
--tw-pan-x:
|
|
12
|
-
--tw-pan-y:
|
|
13
|
-
--tw-pinch-zoom:
|
|
14
|
+
--tw-pan-x: ;
|
|
15
|
+
--tw-pan-y: ;
|
|
16
|
+
--tw-pinch-zoom: ;
|
|
14
17
|
--tw-scroll-snap-strictness: proximity;
|
|
15
|
-
--tw-gradient-from-position:
|
|
16
|
-
--tw-gradient-via-position:
|
|
17
|
-
--tw-gradient-to-position:
|
|
18
|
-
--tw-ordinal:
|
|
19
|
-
--tw-slashed-zero:
|
|
20
|
-
--tw-numeric-figure:
|
|
21
|
-
--tw-numeric-spacing:
|
|
22
|
-
--tw-numeric-fraction:
|
|
23
|
-
--tw-ring-inset:
|
|
18
|
+
--tw-gradient-from-position: ;
|
|
19
|
+
--tw-gradient-via-position: ;
|
|
20
|
+
--tw-gradient-to-position: ;
|
|
21
|
+
--tw-ordinal: ;
|
|
22
|
+
--tw-slashed-zero: ;
|
|
23
|
+
--tw-numeric-figure: ;
|
|
24
|
+
--tw-numeric-spacing: ;
|
|
25
|
+
--tw-numeric-fraction: ;
|
|
26
|
+
--tw-ring-inset: ;
|
|
24
27
|
--tw-ring-offset-width: 0px;
|
|
25
28
|
--tw-ring-offset-color: #fff;
|
|
26
29
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
@@ -28,30 +31,29 @@
|
|
|
28
31
|
--tw-ring-shadow: 0 0 #0000;
|
|
29
32
|
--tw-shadow: 0 0 #0000;
|
|
30
33
|
--tw-shadow-colored: 0 0 #0000;
|
|
31
|
-
--tw-blur:
|
|
32
|
-
--tw-brightness:
|
|
33
|
-
--tw-contrast:
|
|
34
|
-
--tw-grayscale:
|
|
35
|
-
--tw-hue-rotate:
|
|
36
|
-
--tw-invert:
|
|
37
|
-
--tw-saturate:
|
|
38
|
-
--tw-sepia:
|
|
39
|
-
--tw-drop-shadow:
|
|
40
|
-
--tw-backdrop-blur:
|
|
41
|
-
--tw-backdrop-brightness:
|
|
42
|
-
--tw-backdrop-contrast:
|
|
43
|
-
--tw-backdrop-grayscale:
|
|
44
|
-
--tw-backdrop-hue-rotate:
|
|
45
|
-
--tw-backdrop-invert:
|
|
46
|
-
--tw-backdrop-opacity:
|
|
47
|
-
--tw-backdrop-saturate:
|
|
48
|
-
--tw-backdrop-sepia:
|
|
49
|
-
--tw-contain-size:
|
|
50
|
-
--tw-contain-layout:
|
|
51
|
-
--tw-contain-paint:
|
|
52
|
-
--tw-contain-style:
|
|
53
|
-
}
|
|
54
|
-
|
|
34
|
+
--tw-blur: ;
|
|
35
|
+
--tw-brightness: ;
|
|
36
|
+
--tw-contrast: ;
|
|
37
|
+
--tw-grayscale: ;
|
|
38
|
+
--tw-hue-rotate: ;
|
|
39
|
+
--tw-invert: ;
|
|
40
|
+
--tw-saturate: ;
|
|
41
|
+
--tw-sepia: ;
|
|
42
|
+
--tw-drop-shadow: ;
|
|
43
|
+
--tw-backdrop-blur: ;
|
|
44
|
+
--tw-backdrop-brightness: ;
|
|
45
|
+
--tw-backdrop-contrast: ;
|
|
46
|
+
--tw-backdrop-grayscale: ;
|
|
47
|
+
--tw-backdrop-hue-rotate: ;
|
|
48
|
+
--tw-backdrop-invert: ;
|
|
49
|
+
--tw-backdrop-opacity: ;
|
|
50
|
+
--tw-backdrop-saturate: ;
|
|
51
|
+
--tw-backdrop-sepia: ;
|
|
52
|
+
--tw-contain-size: ;
|
|
53
|
+
--tw-contain-layout: ;
|
|
54
|
+
--tw-contain-paint: ;
|
|
55
|
+
--tw-contain-style: ;
|
|
56
|
+
}
|
|
55
57
|
::backdrop {
|
|
56
58
|
--tw-border-spacing-x: 0;
|
|
57
59
|
--tw-border-spacing-y: 0;
|
|
@@ -62,19 +64,19 @@
|
|
|
62
64
|
--tw-skew-y: 0;
|
|
63
65
|
--tw-scale-x: 1;
|
|
64
66
|
--tw-scale-y: 1;
|
|
65
|
-
--tw-pan-x:
|
|
66
|
-
--tw-pan-y:
|
|
67
|
-
--tw-pinch-zoom:
|
|
67
|
+
--tw-pan-x: ;
|
|
68
|
+
--tw-pan-y: ;
|
|
69
|
+
--tw-pinch-zoom: ;
|
|
68
70
|
--tw-scroll-snap-strictness: proximity;
|
|
69
|
-
--tw-gradient-from-position:
|
|
70
|
-
--tw-gradient-via-position:
|
|
71
|
-
--tw-gradient-to-position:
|
|
72
|
-
--tw-ordinal:
|
|
73
|
-
--tw-slashed-zero:
|
|
74
|
-
--tw-numeric-figure:
|
|
75
|
-
--tw-numeric-spacing:
|
|
76
|
-
--tw-numeric-fraction:
|
|
77
|
-
--tw-ring-inset:
|
|
71
|
+
--tw-gradient-from-position: ;
|
|
72
|
+
--tw-gradient-via-position: ;
|
|
73
|
+
--tw-gradient-to-position: ;
|
|
74
|
+
--tw-ordinal: ;
|
|
75
|
+
--tw-slashed-zero: ;
|
|
76
|
+
--tw-numeric-figure: ;
|
|
77
|
+
--tw-numeric-spacing: ;
|
|
78
|
+
--tw-numeric-fraction: ;
|
|
79
|
+
--tw-ring-inset: ;
|
|
78
80
|
--tw-ring-offset-width: 0px;
|
|
79
81
|
--tw-ring-offset-color: #fff;
|
|
80
82
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
@@ -82,107 +84,73 @@
|
|
|
82
84
|
--tw-ring-shadow: 0 0 #0000;
|
|
83
85
|
--tw-shadow: 0 0 #0000;
|
|
84
86
|
--tw-shadow-colored: 0 0 #0000;
|
|
85
|
-
--tw-blur:
|
|
86
|
-
--tw-brightness:
|
|
87
|
-
--tw-contrast:
|
|
88
|
-
--tw-grayscale:
|
|
89
|
-
--tw-hue-rotate:
|
|
90
|
-
--tw-invert:
|
|
91
|
-
--tw-saturate:
|
|
92
|
-
--tw-sepia:
|
|
93
|
-
--tw-drop-shadow:
|
|
94
|
-
--tw-backdrop-blur:
|
|
95
|
-
--tw-backdrop-brightness:
|
|
96
|
-
--tw-backdrop-contrast:
|
|
97
|
-
--tw-backdrop-grayscale:
|
|
98
|
-
--tw-backdrop-hue-rotate:
|
|
99
|
-
--tw-backdrop-invert:
|
|
100
|
-
--tw-backdrop-opacity:
|
|
101
|
-
--tw-backdrop-saturate:
|
|
102
|
-
--tw-backdrop-sepia:
|
|
103
|
-
--tw-contain-size:
|
|
104
|
-
--tw-contain-layout:
|
|
105
|
-
--tw-contain-paint:
|
|
106
|
-
--tw-contain-style:
|
|
107
|
-
}
|
|
108
|
-
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
|
|
109
|
-
*//*
|
|
110
|
-
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
111
|
-
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
112
|
-
*/
|
|
113
|
-
|
|
87
|
+
--tw-blur: ;
|
|
88
|
+
--tw-brightness: ;
|
|
89
|
+
--tw-contrast: ;
|
|
90
|
+
--tw-grayscale: ;
|
|
91
|
+
--tw-hue-rotate: ;
|
|
92
|
+
--tw-invert: ;
|
|
93
|
+
--tw-saturate: ;
|
|
94
|
+
--tw-sepia: ;
|
|
95
|
+
--tw-drop-shadow: ;
|
|
96
|
+
--tw-backdrop-blur: ;
|
|
97
|
+
--tw-backdrop-brightness: ;
|
|
98
|
+
--tw-backdrop-contrast: ;
|
|
99
|
+
--tw-backdrop-grayscale: ;
|
|
100
|
+
--tw-backdrop-hue-rotate: ;
|
|
101
|
+
--tw-backdrop-invert: ;
|
|
102
|
+
--tw-backdrop-opacity: ;
|
|
103
|
+
--tw-backdrop-saturate: ;
|
|
104
|
+
--tw-backdrop-sepia: ;
|
|
105
|
+
--tw-contain-size: ;
|
|
106
|
+
--tw-contain-layout: ;
|
|
107
|
+
--tw-contain-paint: ;
|
|
108
|
+
--tw-contain-style: ;
|
|
109
|
+
}
|
|
114
110
|
*,
|
|
115
111
|
::before,
|
|
116
112
|
::after {
|
|
117
|
-
box-sizing: border-box;
|
|
118
|
-
border-width: 0;
|
|
119
|
-
border-style: solid;
|
|
120
|
-
border-color: #e5e7eb;
|
|
113
|
+
box-sizing: border-box;
|
|
114
|
+
border-width: 0;
|
|
115
|
+
border-style: solid;
|
|
116
|
+
border-color: #e5e7eb;
|
|
121
117
|
}
|
|
122
|
-
|
|
123
118
|
::before,
|
|
124
119
|
::after {
|
|
125
|
-
--tw-content:
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
/*
|
|
129
|
-
1. Use a consistent sensible line-height in all browsers.
|
|
130
|
-
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
131
|
-
3. Use a more readable tab size.
|
|
132
|
-
4. Use the user's configured `sans` font-family by default.
|
|
133
|
-
5. Use the user's configured `sans` font-feature-settings by default.
|
|
134
|
-
6. Use the user's configured `sans` font-variation-settings by default.
|
|
135
|
-
7. Disable tap highlights on iOS
|
|
136
|
-
*/
|
|
137
|
-
|
|
120
|
+
--tw-content: "";
|
|
121
|
+
}
|
|
138
122
|
html,
|
|
139
123
|
:host {
|
|
140
|
-
line-height: 1.5;
|
|
141
|
-
-webkit-text-size-adjust: 100%;
|
|
142
|
-
-moz-tab-size: 4;
|
|
124
|
+
line-height: 1.5;
|
|
125
|
+
-webkit-text-size-adjust: 100%;
|
|
126
|
+
-moz-tab-size: 4;
|
|
143
127
|
-o-tab-size: 4;
|
|
144
|
-
|
|
145
|
-
font-family:
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
128
|
+
tab-size: 4;
|
|
129
|
+
font-family:
|
|
130
|
+
ui-sans-serif,
|
|
131
|
+
system-ui,
|
|
132
|
+
sans-serif,
|
|
133
|
+
"Apple Color Emoji",
|
|
134
|
+
"Segoe UI Emoji",
|
|
135
|
+
"Segoe UI Symbol",
|
|
136
|
+
"Noto Color Emoji";
|
|
137
|
+
font-feature-settings: normal;
|
|
138
|
+
font-variation-settings: normal;
|
|
139
|
+
-webkit-tap-highlight-color: transparent;
|
|
140
|
+
}
|
|
156
141
|
body {
|
|
157
|
-
margin: 0;
|
|
158
|
-
line-height: inherit;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/*
|
|
162
|
-
1. Add the correct height in Firefox.
|
|
163
|
-
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
164
|
-
3. Ensure horizontal rules are visible by default.
|
|
165
|
-
*/
|
|
166
|
-
|
|
142
|
+
margin: 0;
|
|
143
|
+
line-height: inherit;
|
|
144
|
+
}
|
|
167
145
|
hr {
|
|
168
|
-
height: 0;
|
|
169
|
-
color: inherit;
|
|
170
|
-
border-top-width: 1px;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/*
|
|
174
|
-
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
175
|
-
*/
|
|
176
|
-
|
|
146
|
+
height: 0;
|
|
147
|
+
color: inherit;
|
|
148
|
+
border-top-width: 1px;
|
|
149
|
+
}
|
|
177
150
|
abbr:where([title]) {
|
|
178
151
|
-webkit-text-decoration: underline dotted;
|
|
179
|
-
|
|
152
|
+
text-decoration: underline dotted;
|
|
180
153
|
}
|
|
181
|
-
|
|
182
|
-
/*
|
|
183
|
-
Remove the default font size and weight for headings.
|
|
184
|
-
*/
|
|
185
|
-
|
|
186
154
|
h1,
|
|
187
155
|
h2,
|
|
188
156
|
h3,
|
|
@@ -192,54 +160,34 @@ h6 {
|
|
|
192
160
|
font-size: inherit;
|
|
193
161
|
font-weight: inherit;
|
|
194
162
|
}
|
|
195
|
-
|
|
196
|
-
/*
|
|
197
|
-
Reset links to optimize for opt-in styling instead of opt-out.
|
|
198
|
-
*/
|
|
199
|
-
|
|
200
163
|
a {
|
|
201
164
|
color: inherit;
|
|
202
165
|
text-decoration: inherit;
|
|
203
166
|
}
|
|
204
|
-
|
|
205
|
-
/*
|
|
206
|
-
Add the correct font weight in Edge and Safari.
|
|
207
|
-
*/
|
|
208
|
-
|
|
209
167
|
b,
|
|
210
168
|
strong {
|
|
211
169
|
font-weight: bolder;
|
|
212
170
|
}
|
|
213
|
-
|
|
214
|
-
/*
|
|
215
|
-
1. Use the user's configured `mono` font-family by default.
|
|
216
|
-
2. Use the user's configured `mono` font-feature-settings by default.
|
|
217
|
-
3. Use the user's configured `mono` font-variation-settings by default.
|
|
218
|
-
4. Correct the odd `em` font sizing in all browsers.
|
|
219
|
-
*/
|
|
220
|
-
|
|
221
171
|
code,
|
|
222
172
|
kbd,
|
|
223
173
|
samp,
|
|
224
174
|
pre {
|
|
225
|
-
font-family:
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
175
|
+
font-family:
|
|
176
|
+
ui-monospace,
|
|
177
|
+
SFMono-Regular,
|
|
178
|
+
Menlo,
|
|
179
|
+
Monaco,
|
|
180
|
+
Consolas,
|
|
181
|
+
"Liberation Mono",
|
|
182
|
+
"Courier New",
|
|
183
|
+
monospace;
|
|
184
|
+
font-feature-settings: normal;
|
|
185
|
+
font-variation-settings: normal;
|
|
186
|
+
font-size: 1em;
|
|
187
|
+
}
|
|
235
188
|
small {
|
|
236
189
|
font-size: 80%;
|
|
237
190
|
}
|
|
238
|
-
|
|
239
|
-
/*
|
|
240
|
-
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
241
|
-
*/
|
|
242
|
-
|
|
243
191
|
sub,
|
|
244
192
|
sup {
|
|
245
193
|
font-size: 75%;
|
|
@@ -247,146 +195,72 @@ sup {
|
|
|
247
195
|
position: relative;
|
|
248
196
|
vertical-align: baseline;
|
|
249
197
|
}
|
|
250
|
-
|
|
251
198
|
sub {
|
|
252
199
|
bottom: -0.25em;
|
|
253
200
|
}
|
|
254
|
-
|
|
255
201
|
sup {
|
|
256
202
|
top: -0.5em;
|
|
257
203
|
}
|
|
258
|
-
|
|
259
|
-
/*
|
|
260
|
-
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
261
|
-
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
262
|
-
3. Remove gaps between table borders by default.
|
|
263
|
-
*/
|
|
264
|
-
|
|
265
204
|
table {
|
|
266
|
-
text-indent: 0;
|
|
267
|
-
border-color: inherit;
|
|
268
|
-
border-collapse: collapse;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
/*
|
|
272
|
-
1. Change the font styles in all browsers.
|
|
273
|
-
2. Remove the margin in Firefox and Safari.
|
|
274
|
-
3. Remove default padding in all browsers.
|
|
275
|
-
*/
|
|
276
|
-
|
|
205
|
+
text-indent: 0;
|
|
206
|
+
border-color: inherit;
|
|
207
|
+
border-collapse: collapse;
|
|
208
|
+
}
|
|
277
209
|
button,
|
|
278
210
|
input,
|
|
279
211
|
optgroup,
|
|
280
212
|
select,
|
|
281
213
|
textarea {
|
|
282
|
-
font-family: inherit;
|
|
283
|
-
font-feature-settings: inherit;
|
|
284
|
-
font-variation-settings: inherit;
|
|
285
|
-
font-size: 100%;
|
|
286
|
-
font-weight: inherit;
|
|
287
|
-
line-height: inherit;
|
|
288
|
-
letter-spacing: inherit;
|
|
289
|
-
color: inherit;
|
|
290
|
-
margin: 0;
|
|
291
|
-
padding: 0;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
/*
|
|
295
|
-
Remove the inheritance of text transform in Edge and Firefox.
|
|
296
|
-
*/
|
|
297
|
-
|
|
214
|
+
font-family: inherit;
|
|
215
|
+
font-feature-settings: inherit;
|
|
216
|
+
font-variation-settings: inherit;
|
|
217
|
+
font-size: 100%;
|
|
218
|
+
font-weight: inherit;
|
|
219
|
+
line-height: inherit;
|
|
220
|
+
letter-spacing: inherit;
|
|
221
|
+
color: inherit;
|
|
222
|
+
margin: 0;
|
|
223
|
+
padding: 0;
|
|
224
|
+
}
|
|
298
225
|
button,
|
|
299
226
|
select {
|
|
300
227
|
text-transform: none;
|
|
301
228
|
}
|
|
302
|
-
|
|
303
|
-
/*
|
|
304
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
305
|
-
2. Remove default button styles.
|
|
306
|
-
*/
|
|
307
|
-
|
|
308
229
|
button,
|
|
309
|
-
input:where([type=
|
|
310
|
-
input:where([type=
|
|
311
|
-
input:where([type=
|
|
312
|
-
-webkit-appearance: button;
|
|
313
|
-
background-color: transparent;
|
|
314
|
-
background-image: none;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
/*
|
|
318
|
-
Use the modern Firefox focus style for all focusable elements.
|
|
319
|
-
*/
|
|
320
|
-
|
|
230
|
+
input:where([type=button]),
|
|
231
|
+
input:where([type=reset]),
|
|
232
|
+
input:where([type=submit]) {
|
|
233
|
+
-webkit-appearance: button;
|
|
234
|
+
background-color: transparent;
|
|
235
|
+
background-image: none;
|
|
236
|
+
}
|
|
321
237
|
:-moz-focusring {
|
|
322
238
|
outline: auto;
|
|
323
239
|
}
|
|
324
|
-
|
|
325
|
-
/*
|
|
326
|
-
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
327
|
-
*/
|
|
328
|
-
|
|
329
240
|
:-moz-ui-invalid {
|
|
330
241
|
box-shadow: none;
|
|
331
242
|
}
|
|
332
|
-
|
|
333
|
-
/*
|
|
334
|
-
Add the correct vertical alignment in Chrome and Firefox.
|
|
335
|
-
*/
|
|
336
|
-
|
|
337
243
|
progress {
|
|
338
244
|
vertical-align: baseline;
|
|
339
245
|
}
|
|
340
|
-
|
|
341
|
-
/*
|
|
342
|
-
Correct the cursor style of increment and decrement buttons in Safari.
|
|
343
|
-
*/
|
|
344
|
-
|
|
345
246
|
::-webkit-inner-spin-button,
|
|
346
247
|
::-webkit-outer-spin-button {
|
|
347
248
|
height: auto;
|
|
348
249
|
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
*/
|
|
354
|
-
|
|
355
|
-
[type='search'] {
|
|
356
|
-
-webkit-appearance: textfield; /* 1 */
|
|
357
|
-
outline-offset: -2px; /* 2 */
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
/*
|
|
361
|
-
Remove the inner padding in Chrome and Safari on macOS.
|
|
362
|
-
*/
|
|
363
|
-
|
|
250
|
+
[type=search] {
|
|
251
|
+
-webkit-appearance: textfield;
|
|
252
|
+
outline-offset: -2px;
|
|
253
|
+
}
|
|
364
254
|
::-webkit-search-decoration {
|
|
365
255
|
-webkit-appearance: none;
|
|
366
256
|
}
|
|
367
|
-
|
|
368
|
-
/*
|
|
369
|
-
1. Correct the inability to style clickable types in iOS and Safari.
|
|
370
|
-
2. Change font properties to `inherit` in Safari.
|
|
371
|
-
*/
|
|
372
|
-
|
|
373
257
|
::-webkit-file-upload-button {
|
|
374
|
-
-webkit-appearance: button;
|
|
375
|
-
font: inherit;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
/*
|
|
379
|
-
Add the correct display in Chrome and Safari.
|
|
380
|
-
*/
|
|
381
|
-
|
|
258
|
+
-webkit-appearance: button;
|
|
259
|
+
font: inherit;
|
|
260
|
+
}
|
|
382
261
|
summary {
|
|
383
262
|
display: list-item;
|
|
384
263
|
}
|
|
385
|
-
|
|
386
|
-
/*
|
|
387
|
-
Removes the default spacing and border for appropriate elements.
|
|
388
|
-
*/
|
|
389
|
-
|
|
390
264
|
blockquote,
|
|
391
265
|
dl,
|
|
392
266
|
dd,
|
|
@@ -402,16 +276,13 @@ p,
|
|
|
402
276
|
pre {
|
|
403
277
|
margin: 0;
|
|
404
278
|
}
|
|
405
|
-
|
|
406
279
|
fieldset {
|
|
407
280
|
margin: 0;
|
|
408
281
|
padding: 0;
|
|
409
282
|
}
|
|
410
|
-
|
|
411
283
|
legend {
|
|
412
284
|
padding: 0;
|
|
413
285
|
}
|
|
414
|
-
|
|
415
286
|
ol,
|
|
416
287
|
ul,
|
|
417
288
|
menu {
|
|
@@ -419,60 +290,29 @@ menu {
|
|
|
419
290
|
margin: 0;
|
|
420
291
|
padding: 0;
|
|
421
292
|
}
|
|
422
|
-
|
|
423
|
-
/*
|
|
424
|
-
Reset default styling for dialogs.
|
|
425
|
-
*/
|
|
426
293
|
dialog {
|
|
427
294
|
padding: 0;
|
|
428
295
|
}
|
|
429
|
-
|
|
430
|
-
/*
|
|
431
|
-
Prevent resizing textareas horizontally by default.
|
|
432
|
-
*/
|
|
433
|
-
|
|
434
296
|
textarea {
|
|
435
297
|
resize: vertical;
|
|
436
298
|
}
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
444
|
-
opacity: 1; /* 1 */
|
|
445
|
-
color: #9ca3af; /* 2 */
|
|
446
|
-
}
|
|
447
|
-
|
|
299
|
+
input::-moz-placeholder,
|
|
300
|
+
textarea::-moz-placeholder {
|
|
301
|
+
opacity: 1;
|
|
302
|
+
color: #9ca3af;
|
|
303
|
+
}
|
|
448
304
|
input::placeholder,
|
|
449
305
|
textarea::placeholder {
|
|
450
|
-
opacity: 1;
|
|
451
|
-
color: #9ca3af;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
/*
|
|
455
|
-
Set the default cursor for buttons.
|
|
456
|
-
*/
|
|
457
|
-
|
|
306
|
+
opacity: 1;
|
|
307
|
+
color: #9ca3af;
|
|
308
|
+
}
|
|
458
309
|
button,
|
|
459
|
-
[role=
|
|
310
|
+
[role=button] {
|
|
460
311
|
cursor: pointer;
|
|
461
312
|
}
|
|
462
|
-
|
|
463
|
-
/*
|
|
464
|
-
Make sure disabled buttons don't get the pointer cursor.
|
|
465
|
-
*/
|
|
466
313
|
:disabled {
|
|
467
314
|
cursor: default;
|
|
468
315
|
}
|
|
469
|
-
|
|
470
|
-
/*
|
|
471
|
-
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
472
|
-
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
473
|
-
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
474
|
-
*/
|
|
475
|
-
|
|
476
316
|
img,
|
|
477
317
|
svg,
|
|
478
318
|
video,
|
|
@@ -481,60 +321,43 @@ audio,
|
|
|
481
321
|
iframe,
|
|
482
322
|
embed,
|
|
483
323
|
object {
|
|
484
|
-
display: block;
|
|
485
|
-
vertical-align: middle;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
/*
|
|
489
|
-
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
490
|
-
*/
|
|
491
|
-
|
|
324
|
+
display: block;
|
|
325
|
+
vertical-align: middle;
|
|
326
|
+
}
|
|
492
327
|
img,
|
|
493
328
|
video {
|
|
494
329
|
max-width: 100%;
|
|
495
330
|
height: auto;
|
|
496
331
|
}
|
|
497
|
-
|
|
498
|
-
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
499
|
-
[hidden]:where(:not([hidden="until-found"])) {
|
|
332
|
+
[hidden]:where(:not([hidden=until-found])) {
|
|
500
333
|
display: none;
|
|
501
334
|
}
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
--destructive-foreground: 210 40% 98%;
|
|
526
|
-
|
|
527
|
-
--border: 214.3 31.8% 91.4%;
|
|
528
|
-
--input: 214.3 31.8% 91.4%;
|
|
529
|
-
--ring: 222.2 84% 4.9%;
|
|
530
|
-
|
|
531
|
-
--radius: 0.5rem;
|
|
532
|
-
}
|
|
533
|
-
* {
|
|
335
|
+
:root {
|
|
336
|
+
--background: 0 0% 100%;
|
|
337
|
+
--foreground: 222.2 84% 4.9%;
|
|
338
|
+
--card: 0 0% 100%;
|
|
339
|
+
--card-foreground: 222.2 84% 4.9%;
|
|
340
|
+
--popover: 0 0% 100%;
|
|
341
|
+
--popover-foreground: 222.2 84% 4.9%;
|
|
342
|
+
--primary: 222.2 47.4% 11.2%;
|
|
343
|
+
--primary-foreground: 210 40% 98%;
|
|
344
|
+
--secondary: 019FA2;
|
|
345
|
+
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
346
|
+
--muted: 210 40% 96.1%;
|
|
347
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
348
|
+
--accent: 210 40% 96.1%;
|
|
349
|
+
--accent-foreground: 222.2 47.4% 11.2%;
|
|
350
|
+
--destructive: 0 84.2% 60.2%;
|
|
351
|
+
--destructive-foreground: 210 40% 98%;
|
|
352
|
+
--border: 214.3 31.8% 91.4%;
|
|
353
|
+
--input: 214.3 31.8% 91.4%;
|
|
354
|
+
--ring: 222.2 84% 4.9%;
|
|
355
|
+
--radius: 0.5rem;
|
|
356
|
+
}
|
|
357
|
+
* {
|
|
534
358
|
border-color: hsl(var(--border));
|
|
535
359
|
}
|
|
536
|
-
|
|
537
|
-
body {
|
|
360
|
+
body {
|
|
538
361
|
background-color: hsl(var(--background));
|
|
539
362
|
color: hsl(var(--foreground));
|
|
540
363
|
}
|
|
@@ -545,272 +368,237 @@ video {
|
|
|
545
368
|
width: 100%;
|
|
546
369
|
}
|
|
547
370
|
@media (min-width: 640px) {
|
|
548
|
-
|
|
549
371
|
.\!container {
|
|
550
372
|
max-width: 640px !important;
|
|
551
373
|
}
|
|
552
|
-
|
|
553
374
|
.container {
|
|
554
375
|
max-width: 640px;
|
|
555
376
|
}
|
|
556
377
|
}
|
|
557
378
|
@media (min-width: 768px) {
|
|
558
|
-
|
|
559
379
|
.\!container {
|
|
560
380
|
max-width: 768px !important;
|
|
561
381
|
}
|
|
562
|
-
|
|
563
382
|
.container {
|
|
564
383
|
max-width: 768px;
|
|
565
384
|
}
|
|
566
385
|
}
|
|
567
386
|
@media (min-width: 1024px) {
|
|
568
|
-
|
|
569
387
|
.\!container {
|
|
570
388
|
max-width: 1024px !important;
|
|
571
389
|
}
|
|
572
|
-
|
|
573
390
|
.container {
|
|
574
391
|
max-width: 1024px;
|
|
575
392
|
}
|
|
576
393
|
}
|
|
577
394
|
@media (min-width: 1280px) {
|
|
578
|
-
|
|
579
395
|
.\!container {
|
|
580
396
|
max-width: 1280px !important;
|
|
581
397
|
}
|
|
582
|
-
|
|
583
398
|
.container {
|
|
584
399
|
max-width: 1280px;
|
|
585
400
|
}
|
|
586
401
|
}
|
|
587
402
|
@media (min-width: 1536px) {
|
|
588
|
-
|
|
589
403
|
.\!container {
|
|
590
404
|
max-width: 1536px !important;
|
|
591
405
|
}
|
|
592
|
-
|
|
593
406
|
.container {
|
|
594
407
|
max-width: 1536px;
|
|
595
408
|
}
|
|
596
409
|
}
|
|
597
|
-
/* ===== MOBILE-FIRST RESPONSIVE LAYOUT ===== */
|
|
598
|
-
/* On mobile (< 768px): Stack vertically, make sidebars collapsible */
|
|
599
|
-
/* On desktop (≥ 768px): Horizontal layout with fixed sidebars */
|
|
600
|
-
/* Make sidebars collapsible on mobile only */
|
|
601
410
|
@media (max-width: 767px) {
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
overflow-y: auto;
|
|
607
|
-
border-bottom: 1px solid rgb(229 231 235);
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
.form-builder-toolbox-wrapper.collapsed {
|
|
611
|
-
max-height: 48px;
|
|
612
|
-
overflow: hidden;
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
/* Config panel: Collapsible on mobile */
|
|
616
|
-
.form-builder-config-wrapper {
|
|
617
|
-
max-height: 400px;
|
|
618
|
-
overflow-y: auto;
|
|
619
|
-
border-top: 1px solid rgb(229 231 235);
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
.form-builder-config-wrapper.collapsed {
|
|
623
|
-
max-height: 48px;
|
|
624
|
-
overflow: hidden;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
/* Canvas gets more space on mobile */
|
|
628
|
-
.form-builder-canvas {
|
|
629
|
-
flex: 1;
|
|
630
|
-
min-height: 400px;
|
|
631
|
-
}
|
|
411
|
+
.form-builder-toolbox-wrapper {
|
|
412
|
+
max-height: 300px;
|
|
413
|
+
overflow-y: auto;
|
|
414
|
+
border-bottom: 1px solid rgb(229 231 235);
|
|
632
415
|
}
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
border-radius: 6px;
|
|
637
|
-
box-shadow: none;
|
|
416
|
+
.form-builder-toolbox-wrapper.collapsed {
|
|
417
|
+
max-height: 48px;
|
|
418
|
+
overflow: hidden;
|
|
638
419
|
}
|
|
639
|
-
.form-builder-
|
|
640
|
-
|
|
420
|
+
.form-builder-config-wrapper {
|
|
421
|
+
max-height: 400px;
|
|
422
|
+
overflow-y: auto;
|
|
423
|
+
border-top: 1px solid rgb(229 231 235);
|
|
641
424
|
}
|
|
642
|
-
.form-builder-
|
|
643
|
-
|
|
425
|
+
.form-builder-config-wrapper.collapsed {
|
|
426
|
+
max-height: 48px;
|
|
427
|
+
overflow: hidden;
|
|
644
428
|
}
|
|
645
|
-
.form-builder-
|
|
646
|
-
|
|
429
|
+
.form-builder-canvas {
|
|
430
|
+
flex: 1;
|
|
431
|
+
min-height: 400px;
|
|
647
432
|
}
|
|
433
|
+
}
|
|
434
|
+
.form-builder-field-wrapper.selected-field {
|
|
435
|
+
border: 1px solid #3b497e !important;
|
|
436
|
+
border-radius: 6px;
|
|
437
|
+
box-shadow: none;
|
|
438
|
+
}
|
|
439
|
+
.form-builder-field-wrapper:hover:not(.selected-field) {
|
|
440
|
+
border-color: rgb(209 213 219) !important;
|
|
441
|
+
}
|
|
442
|
+
.form-builder-grid .col-span-1 {
|
|
443
|
+
grid-column: span 1 / span 1 !important;
|
|
444
|
+
}
|
|
445
|
+
.form-builder-grid .col-span-2 {
|
|
446
|
+
grid-column: span 2 / span 2 !important;
|
|
447
|
+
}
|
|
648
448
|
.form-builder-grid .col-span-3 {
|
|
649
|
-
|
|
650
|
-
|
|
449
|
+
grid-column: span 3 / span 3 !important;
|
|
450
|
+
}
|
|
651
451
|
.form-builder-grid .col-span-4 {
|
|
652
|
-
|
|
653
|
-
|
|
452
|
+
grid-column: span 4 / span 4 !important;
|
|
453
|
+
}
|
|
654
454
|
.form-builder-grid .col-span-5 {
|
|
655
|
-
|
|
656
|
-
|
|
455
|
+
grid-column: span 5 / span 5 !important;
|
|
456
|
+
}
|
|
657
457
|
.form-builder-grid .col-span-6 {
|
|
658
|
-
|
|
659
|
-
|
|
458
|
+
grid-column: span 6 / span 6 !important;
|
|
459
|
+
}
|
|
660
460
|
.form-builder-grid .col-span-7 {
|
|
661
|
-
|
|
662
|
-
|
|
461
|
+
grid-column: span 7 / span 7 !important;
|
|
462
|
+
}
|
|
663
463
|
.form-builder-grid .col-span-8 {
|
|
664
|
-
|
|
665
|
-
|
|
464
|
+
grid-column: span 8 / span 8 !important;
|
|
465
|
+
}
|
|
666
466
|
.form-builder-grid .col-span-9 {
|
|
667
|
-
|
|
668
|
-
|
|
467
|
+
grid-column: span 9 / span 9 !important;
|
|
468
|
+
}
|
|
669
469
|
.form-builder-grid .col-span-10 {
|
|
670
|
-
|
|
671
|
-
|
|
470
|
+
grid-column: span 10 / span 10 !important;
|
|
471
|
+
}
|
|
672
472
|
.form-builder-grid .col-span-11 {
|
|
673
|
-
|
|
674
|
-
|
|
473
|
+
grid-column: span 11 / span 11 !important;
|
|
474
|
+
}
|
|
675
475
|
.form-builder-grid .col-span-12 {
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
/* Ensure grid layout works */
|
|
476
|
+
grid-column: span 12 / span 12 !important;
|
|
477
|
+
}
|
|
679
478
|
.form-builder-grid {
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
479
|
+
display: grid !important;
|
|
480
|
+
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
|
|
481
|
+
gap: 1rem !important;
|
|
482
|
+
}
|
|
684
483
|
.form-row label {
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
484
|
+
min-width: 75px;
|
|
485
|
+
margin-bottom: 0;
|
|
486
|
+
font-size: 13px;
|
|
487
|
+
}
|
|
689
488
|
.form-builder-config-wrapper input,
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
489
|
+
.form-builder-config-wrapper select {
|
|
490
|
+
font-size: 14px;
|
|
491
|
+
background-color: #fff;
|
|
492
|
+
}
|
|
694
493
|
.form-row input,
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
/* Responsive grid: fewer columns on mobile */
|
|
494
|
+
.form-row select,
|
|
495
|
+
.form-row textarea {
|
|
496
|
+
font-size: 13px !important;
|
|
497
|
+
}
|
|
700
498
|
@media (max-width: 767px) {
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
.form-builder-grid .col-span-12 {
|
|
719
|
-
grid-column: span 1 / span 1 !important;
|
|
720
|
-
}
|
|
499
|
+
.form-builder-grid {
|
|
500
|
+
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
|
|
501
|
+
gap: 0.75rem !important;
|
|
502
|
+
}
|
|
503
|
+
.form-builder-grid .col-span-1,
|
|
504
|
+
.form-builder-grid .col-span-2,
|
|
505
|
+
.form-builder-grid .col-span-3,
|
|
506
|
+
.form-builder-grid .col-span-4,
|
|
507
|
+
.form-builder-grid .col-span-5,
|
|
508
|
+
.form-builder-grid .col-span-6,
|
|
509
|
+
.form-builder-grid .col-span-7,
|
|
510
|
+
.form-builder-grid .col-span-8,
|
|
511
|
+
.form-builder-grid .col-span-9,
|
|
512
|
+
.form-builder-grid .col-span-10,
|
|
513
|
+
.form-builder-grid .col-span-11,
|
|
514
|
+
.form-builder-grid .col-span-12 {
|
|
515
|
+
grid-column: span 1 / span 1 !important;
|
|
721
516
|
}
|
|
517
|
+
}
|
|
722
518
|
body {
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
/* ===== WIDTH SLIDER STYLES ===== */
|
|
519
|
+
font-family: Poppins, sans-serif;
|
|
520
|
+
}
|
|
726
521
|
.width-slider-group {
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
/* Custom range slider styling */
|
|
522
|
+
margin-bottom: 1rem;
|
|
523
|
+
}
|
|
730
524
|
.width-slider {
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
525
|
+
-webkit-appearance: none;
|
|
526
|
+
-moz-appearance: none;
|
|
527
|
+
appearance: none;
|
|
528
|
+
width: 100%;
|
|
529
|
+
height: 6px;
|
|
530
|
+
background: linear-gradient(to right, #3b82f6 0%, #3b82f6 var(--slider-progress, 50%), #e5e7eb var(--slider-progress, 50%), #e5e7eb 100%);
|
|
531
|
+
border-radius: 3px;
|
|
532
|
+
outline: none;
|
|
533
|
+
transition: background 0.15s ease;
|
|
534
|
+
}
|
|
741
535
|
.dark .width-slider {
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
/* Slider thumb (WebKit - Chrome, Safari, Edge) */
|
|
536
|
+
background: linear-gradient(to right, #3b82f6 0%, #3b82f6 var(--slider-progress, 50%), #374151 var(--slider-progress, 50%), #374151 100%);
|
|
537
|
+
}
|
|
745
538
|
.width-slider::-webkit-slider-thumb {
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
539
|
+
-webkit-appearance: none;
|
|
540
|
+
appearance: none;
|
|
541
|
+
width: 18px;
|
|
542
|
+
height: 18px;
|
|
543
|
+
background: #3b82f6;
|
|
544
|
+
border-radius: 50%;
|
|
545
|
+
cursor: pointer;
|
|
546
|
+
border: 2px solid #fff;
|
|
547
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
548
|
+
-webkit-transition: transform 0.15s ease, box-shadow 0.15s ease;
|
|
549
|
+
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
|
550
|
+
}
|
|
758
551
|
.width-slider::-webkit-slider-thumb:hover {
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
552
|
+
transform: scale(1.1);
|
|
553
|
+
box-shadow: 0 3px 6px rgba(59, 130, 246, 0.4);
|
|
554
|
+
}
|
|
762
555
|
.width-slider:focus::-webkit-slider-thumb {
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
/* Slider thumb (Firefox) */
|
|
556
|
+
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
|
|
557
|
+
}
|
|
766
558
|
.width-slider::-moz-range-thumb {
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
559
|
+
width: 18px;
|
|
560
|
+
height: 18px;
|
|
561
|
+
background: #3b82f6;
|
|
562
|
+
border-radius: 50%;
|
|
563
|
+
cursor: pointer;
|
|
564
|
+
border: 2px solid #fff;
|
|
565
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
566
|
+
-moz-transition: transform 0.15s ease, box-shadow 0.15s ease;
|
|
567
|
+
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
|
568
|
+
}
|
|
777
569
|
.width-slider::-moz-range-thumb:hover {
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
570
|
+
transform: scale(1.1);
|
|
571
|
+
box-shadow: 0 3px 6px rgba(59, 130, 246, 0.4);
|
|
572
|
+
}
|
|
781
573
|
.width-slider:focus::-moz-range-thumb {
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
/* Slider track (Firefox) */
|
|
574
|
+
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
|
|
575
|
+
}
|
|
785
576
|
.width-slider::-moz-range-track {
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
577
|
+
background: #e5e7eb;
|
|
578
|
+
border-radius: 3px;
|
|
579
|
+
height: 6px;
|
|
580
|
+
}
|
|
790
581
|
.dark .width-slider::-moz-range-track {
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
/* Width value badge animation */
|
|
582
|
+
background: #374151;
|
|
583
|
+
}
|
|
794
584
|
.width-value-badge {
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
/* Preset buttons */
|
|
585
|
+
min-width: 40px;
|
|
586
|
+
text-align: center;
|
|
587
|
+
transition: transform 0.1s ease, background-color 0.15s ease;
|
|
588
|
+
}
|
|
800
589
|
.width-preset-btn {
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
590
|
+
min-width: 40px;
|
|
591
|
+
font-weight: 500;
|
|
592
|
+
}
|
|
804
593
|
.width-preset-btn:focus {
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
/* Breakpoint markers */
|
|
594
|
+
outline: none;
|
|
595
|
+
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
|
|
596
|
+
}
|
|
809
597
|
.width-slider-marker {
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
598
|
+
width: 4px;
|
|
599
|
+
height: 4px;
|
|
600
|
+
pointer-events: none;
|
|
601
|
+
}
|
|
814
602
|
.sr-only {
|
|
815
603
|
position: absolute;
|
|
816
604
|
width: 1px;
|
|
@@ -931,6 +719,9 @@ body {
|
|
|
931
719
|
.h-1 {
|
|
932
720
|
height: 0.25rem;
|
|
933
721
|
}
|
|
722
|
+
.h-10 {
|
|
723
|
+
height: 2.5rem;
|
|
724
|
+
}
|
|
934
725
|
.h-2 {
|
|
935
726
|
height: 0.5rem;
|
|
936
727
|
}
|
|
@@ -967,6 +758,9 @@ body {
|
|
|
967
758
|
.w-1 {
|
|
968
759
|
width: 0.25rem;
|
|
969
760
|
}
|
|
761
|
+
.w-10 {
|
|
762
|
+
width: 2.5rem;
|
|
763
|
+
}
|
|
970
764
|
.w-11 {
|
|
971
765
|
width: 2.75rem;
|
|
972
766
|
}
|
|
@@ -999,8 +793,8 @@ body {
|
|
|
999
793
|
}
|
|
1000
794
|
.appearance-none {
|
|
1001
795
|
-webkit-appearance: none;
|
|
1002
|
-
|
|
1003
|
-
|
|
796
|
+
-moz-appearance: none;
|
|
797
|
+
appearance: none;
|
|
1004
798
|
}
|
|
1005
799
|
.grid-cols-2 {
|
|
1006
800
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
@@ -1031,7 +825,7 @@ body {
|
|
|
1031
825
|
}
|
|
1032
826
|
.gap-x-4 {
|
|
1033
827
|
-moz-column-gap: 1rem;
|
|
1034
|
-
|
|
828
|
+
column-gap: 1rem;
|
|
1035
829
|
}
|
|
1036
830
|
.gap-y-2 {
|
|
1037
831
|
row-gap: 0.5rem;
|
|
@@ -1280,6 +1074,17 @@ body {
|
|
|
1280
1074
|
.text-center {
|
|
1281
1075
|
text-align: center;
|
|
1282
1076
|
}
|
|
1077
|
+
.font-mono {
|
|
1078
|
+
font-family:
|
|
1079
|
+
ui-monospace,
|
|
1080
|
+
SFMono-Regular,
|
|
1081
|
+
Menlo,
|
|
1082
|
+
Monaco,
|
|
1083
|
+
Consolas,
|
|
1084
|
+
"Liberation Mono",
|
|
1085
|
+
"Courier New",
|
|
1086
|
+
monospace;
|
|
1087
|
+
}
|
|
1283
1088
|
.text-base {
|
|
1284
1089
|
font-size: 1rem;
|
|
1285
1090
|
line-height: 1.5rem;
|
|
@@ -1396,12 +1201,18 @@ body {
|
|
|
1396
1201
|
.shadow-sm {
|
|
1397
1202
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1398
1203
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1399
|
-
box-shadow:
|
|
1204
|
+
box-shadow:
|
|
1205
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
1206
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
1207
|
+
var(--tw-shadow);
|
|
1400
1208
|
}
|
|
1401
1209
|
.ring-2 {
|
|
1402
1210
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1403
1211
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1404
|
-
box-shadow:
|
|
1212
|
+
box-shadow:
|
|
1213
|
+
var(--tw-ring-offset-shadow),
|
|
1214
|
+
var(--tw-ring-shadow),
|
|
1215
|
+
var(--tw-shadow, 0 0 #0000);
|
|
1405
1216
|
}
|
|
1406
1217
|
.ring-offset-background {
|
|
1407
1218
|
--tw-ring-offset-color: hsl(var(--background));
|
|
@@ -1419,7 +1230,13 @@ body {
|
|
|
1419
1230
|
transition-duration: 150ms;
|
|
1420
1231
|
}
|
|
1421
1232
|
.transition-colors {
|
|
1422
|
-
transition-property:
|
|
1233
|
+
transition-property:
|
|
1234
|
+
color,
|
|
1235
|
+
background-color,
|
|
1236
|
+
border-color,
|
|
1237
|
+
text-decoration-color,
|
|
1238
|
+
fill,
|
|
1239
|
+
stroke;
|
|
1423
1240
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1424
1241
|
transition-duration: 150ms;
|
|
1425
1242
|
}
|
|
@@ -1428,473 +1245,397 @@ body {
|
|
|
1428
1245
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1429
1246
|
transition-duration: 150ms;
|
|
1430
1247
|
}
|
|
1431
|
-
|
|
1432
|
-
/* Form Builder Specific Styles - High Specificity */
|
|
1433
|
-
|
|
1434
1248
|
.file\:border-0::file-selector-button {
|
|
1435
1249
|
border-width: 0px;
|
|
1436
1250
|
}
|
|
1437
|
-
|
|
1438
1251
|
.file\:bg-transparent::file-selector-button {
|
|
1439
1252
|
background-color: transparent;
|
|
1440
1253
|
}
|
|
1441
|
-
|
|
1442
1254
|
.file\:text-sm::file-selector-button {
|
|
1443
1255
|
font-size: 0.875rem;
|
|
1444
1256
|
line-height: 1.25rem;
|
|
1445
1257
|
}
|
|
1446
|
-
|
|
1447
1258
|
.file\:font-medium::file-selector-button {
|
|
1448
1259
|
font-weight: 500;
|
|
1449
1260
|
}
|
|
1450
|
-
|
|
1451
1261
|
.placeholder\:text-muted-foreground::-moz-placeholder {
|
|
1452
1262
|
color: hsl(var(--muted-foreground));
|
|
1453
1263
|
}
|
|
1454
|
-
|
|
1455
1264
|
.placeholder\:text-muted-foreground::placeholder {
|
|
1456
1265
|
color: hsl(var(--muted-foreground));
|
|
1457
1266
|
}
|
|
1458
|
-
|
|
1459
1267
|
.after\:absolute::after {
|
|
1460
1268
|
content: var(--tw-content);
|
|
1461
1269
|
position: absolute;
|
|
1462
1270
|
}
|
|
1463
|
-
|
|
1464
1271
|
.after\:left-\[2px\]::after {
|
|
1465
1272
|
content: var(--tw-content);
|
|
1466
1273
|
left: 2px;
|
|
1467
1274
|
}
|
|
1468
|
-
|
|
1469
1275
|
.after\:top-\[2px\]::after {
|
|
1470
1276
|
content: var(--tw-content);
|
|
1471
1277
|
top: 2px;
|
|
1472
1278
|
}
|
|
1473
|
-
|
|
1474
1279
|
.after\:h-5::after {
|
|
1475
1280
|
content: var(--tw-content);
|
|
1476
1281
|
height: 1.25rem;
|
|
1477
1282
|
}
|
|
1478
|
-
|
|
1479
1283
|
.after\:w-5::after {
|
|
1480
1284
|
content: var(--tw-content);
|
|
1481
1285
|
width: 1.25rem;
|
|
1482
1286
|
}
|
|
1483
|
-
|
|
1484
1287
|
.after\:rounded-full::after {
|
|
1485
1288
|
content: var(--tw-content);
|
|
1486
1289
|
border-radius: 9999px;
|
|
1487
1290
|
}
|
|
1488
|
-
|
|
1489
1291
|
.after\:border::after {
|
|
1490
1292
|
content: var(--tw-content);
|
|
1491
1293
|
border-width: 1px;
|
|
1492
1294
|
}
|
|
1493
|
-
|
|
1494
1295
|
.after\:border-gray-300::after {
|
|
1495
1296
|
content: var(--tw-content);
|
|
1496
1297
|
--tw-border-opacity: 1;
|
|
1497
1298
|
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
|
1498
1299
|
}
|
|
1499
|
-
|
|
1500
1300
|
.after\:bg-white::after {
|
|
1501
1301
|
content: var(--tw-content);
|
|
1502
1302
|
--tw-bg-opacity: 1;
|
|
1503
1303
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1504
1304
|
}
|
|
1505
|
-
|
|
1506
1305
|
.after\:transition-all::after {
|
|
1507
1306
|
content: var(--tw-content);
|
|
1508
1307
|
transition-property: all;
|
|
1509
1308
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1510
1309
|
transition-duration: 150ms;
|
|
1511
1310
|
}
|
|
1512
|
-
|
|
1513
1311
|
.after\:content-\[\'\'\]::after {
|
|
1514
|
-
--tw-content:
|
|
1312
|
+
--tw-content: "";
|
|
1515
1313
|
content: var(--tw-content);
|
|
1516
1314
|
}
|
|
1517
|
-
|
|
1518
1315
|
.hover\:border-blue-200:hover {
|
|
1519
1316
|
--tw-border-opacity: 1;
|
|
1520
1317
|
border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
|
|
1521
1318
|
}
|
|
1522
|
-
|
|
1523
1319
|
.hover\:border-blue-500:hover {
|
|
1524
1320
|
--tw-border-opacity: 1;
|
|
1525
1321
|
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
1526
1322
|
}
|
|
1527
|
-
|
|
1528
1323
|
.hover\:border-secondary:hover {
|
|
1529
1324
|
border-color: hsl(var(--secondary));
|
|
1530
1325
|
}
|
|
1531
|
-
|
|
1532
1326
|
.hover\:bg-blue-200:hover {
|
|
1533
1327
|
--tw-bg-opacity: 1;
|
|
1534
1328
|
background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
|
|
1535
1329
|
}
|
|
1536
|
-
|
|
1537
1330
|
.hover\:bg-blue-700:hover {
|
|
1538
1331
|
--tw-bg-opacity: 1;
|
|
1539
1332
|
background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
|
|
1540
1333
|
}
|
|
1541
|
-
|
|
1542
1334
|
.hover\:bg-gray-100:hover {
|
|
1543
1335
|
--tw-bg-opacity: 1;
|
|
1544
1336
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
1545
1337
|
}
|
|
1546
|
-
|
|
1547
1338
|
.hover\:bg-gray-200:hover {
|
|
1548
1339
|
--tw-bg-opacity: 1;
|
|
1549
1340
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
1550
1341
|
}
|
|
1551
|
-
|
|
1552
1342
|
.hover\:bg-gray-50:hover {
|
|
1553
1343
|
--tw-bg-opacity: 1;
|
|
1554
1344
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1555
1345
|
}
|
|
1556
|
-
|
|
1557
1346
|
.hover\:bg-red-50:hover {
|
|
1558
1347
|
--tw-bg-opacity: 1;
|
|
1559
1348
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
1560
1349
|
}
|
|
1561
|
-
|
|
1350
|
+
.hover\:text-blue-700:hover {
|
|
1351
|
+
--tw-text-opacity: 1;
|
|
1352
|
+
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
|
|
1353
|
+
}
|
|
1562
1354
|
.hover\:text-gray-600:hover {
|
|
1563
1355
|
--tw-text-opacity: 1;
|
|
1564
1356
|
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
1565
1357
|
}
|
|
1566
|
-
|
|
1567
1358
|
.hover\:text-gray-700:hover {
|
|
1568
1359
|
--tw-text-opacity: 1;
|
|
1569
1360
|
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
1570
1361
|
}
|
|
1571
|
-
|
|
1362
|
+
.hover\:text-gray-800:hover {
|
|
1363
|
+
--tw-text-opacity: 1;
|
|
1364
|
+
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
|
|
1365
|
+
}
|
|
1572
1366
|
.hover\:text-red-500:hover {
|
|
1573
1367
|
--tw-text-opacity: 1;
|
|
1574
1368
|
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
1575
1369
|
}
|
|
1576
|
-
|
|
1577
1370
|
.hover\:text-red-600:hover {
|
|
1578
1371
|
--tw-text-opacity: 1;
|
|
1579
1372
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
|
1580
1373
|
}
|
|
1581
|
-
|
|
1582
1374
|
.hover\:shadow-sm:hover {
|
|
1583
1375
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1584
1376
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1585
|
-
box-shadow:
|
|
1377
|
+
box-shadow:
|
|
1378
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
1379
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
1380
|
+
var(--tw-shadow);
|
|
1586
1381
|
}
|
|
1587
|
-
|
|
1588
1382
|
.focus\:border-b:focus {
|
|
1589
1383
|
border-bottom-width: 1px;
|
|
1590
1384
|
}
|
|
1591
|
-
|
|
1592
1385
|
.focus\:outline-none:focus {
|
|
1593
1386
|
outline: 2px solid transparent;
|
|
1594
1387
|
outline-offset: 2px;
|
|
1595
1388
|
}
|
|
1596
|
-
|
|
1597
1389
|
.focus\:ring-0:focus {
|
|
1598
1390
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1599
1391
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1600
|
-
box-shadow:
|
|
1392
|
+
box-shadow:
|
|
1393
|
+
var(--tw-ring-offset-shadow),
|
|
1394
|
+
var(--tw-ring-shadow),
|
|
1395
|
+
var(--tw-shadow, 0 0 #0000);
|
|
1601
1396
|
}
|
|
1602
|
-
|
|
1603
1397
|
.focus\:ring-2:focus {
|
|
1604
1398
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1605
1399
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1606
|
-
box-shadow:
|
|
1400
|
+
box-shadow:
|
|
1401
|
+
var(--tw-ring-offset-shadow),
|
|
1402
|
+
var(--tw-ring-shadow),
|
|
1403
|
+
var(--tw-shadow, 0 0 #0000);
|
|
1607
1404
|
}
|
|
1608
|
-
|
|
1609
1405
|
.focus\:ring-blue-500:focus {
|
|
1610
1406
|
--tw-ring-opacity: 1;
|
|
1611
1407
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
|
|
1612
1408
|
}
|
|
1613
|
-
|
|
1614
1409
|
.focus\:ring-primary:focus {
|
|
1615
1410
|
--tw-ring-color: hsl(var(--primary));
|
|
1616
1411
|
}
|
|
1617
|
-
|
|
1618
1412
|
.focus\:ring-offset-2:focus {
|
|
1619
1413
|
--tw-ring-offset-width: 2px;
|
|
1620
1414
|
}
|
|
1621
|
-
|
|
1622
1415
|
.focus-visible\:outline-none:focus-visible {
|
|
1623
1416
|
outline: 2px solid transparent;
|
|
1624
1417
|
outline-offset: 2px;
|
|
1625
1418
|
}
|
|
1626
|
-
|
|
1627
1419
|
.focus-visible\:ring-2:focus-visible {
|
|
1628
1420
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1629
1421
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1630
|
-
box-shadow:
|
|
1422
|
+
box-shadow:
|
|
1423
|
+
var(--tw-ring-offset-shadow),
|
|
1424
|
+
var(--tw-ring-shadow),
|
|
1425
|
+
var(--tw-shadow, 0 0 #0000);
|
|
1631
1426
|
}
|
|
1632
|
-
|
|
1633
1427
|
.focus-visible\:ring-ring:focus-visible {
|
|
1634
1428
|
--tw-ring-color: hsl(var(--ring));
|
|
1635
1429
|
}
|
|
1636
|
-
|
|
1637
1430
|
.focus-visible\:ring-offset-2:focus-visible {
|
|
1638
1431
|
--tw-ring-offset-width: 2px;
|
|
1639
1432
|
}
|
|
1640
|
-
|
|
1641
1433
|
.disabled\:cursor-not-allowed:disabled {
|
|
1642
1434
|
cursor: not-allowed;
|
|
1643
1435
|
}
|
|
1644
|
-
|
|
1645
1436
|
.disabled\:opacity-50:disabled {
|
|
1646
1437
|
opacity: 0.5;
|
|
1647
1438
|
}
|
|
1648
|
-
|
|
1649
1439
|
.group:hover .group-hover\:opacity-100 {
|
|
1650
1440
|
opacity: 1;
|
|
1651
1441
|
}
|
|
1652
|
-
|
|
1653
1442
|
.peer:checked ~ .peer-checked\:bg-blue-600 {
|
|
1654
1443
|
--tw-bg-opacity: 1;
|
|
1655
1444
|
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
1656
1445
|
}
|
|
1657
|
-
|
|
1658
1446
|
.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
|
|
1659
1447
|
content: var(--tw-content);
|
|
1660
1448
|
--tw-translate-x: 100%;
|
|
1661
1449
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1662
1450
|
}
|
|
1663
|
-
|
|
1664
1451
|
.peer:checked ~ .peer-checked\:after\:border-white::after {
|
|
1665
1452
|
content: var(--tw-content);
|
|
1666
1453
|
--tw-border-opacity: 1;
|
|
1667
1454
|
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
1668
1455
|
}
|
|
1669
|
-
|
|
1670
1456
|
.peer:focus ~ .peer-focus\:outline-none {
|
|
1671
1457
|
outline: 2px solid transparent;
|
|
1672
1458
|
outline-offset: 2px;
|
|
1673
1459
|
}
|
|
1674
|
-
|
|
1675
1460
|
.peer:focus ~ .peer-focus\:ring-4 {
|
|
1676
1461
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1677
1462
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1678
|
-
box-shadow:
|
|
1463
|
+
box-shadow:
|
|
1464
|
+
var(--tw-ring-offset-shadow),
|
|
1465
|
+
var(--tw-ring-shadow),
|
|
1466
|
+
var(--tw-shadow, 0 0 #0000);
|
|
1679
1467
|
}
|
|
1680
|
-
|
|
1681
1468
|
.peer:focus ~ .peer-focus\:ring-blue-300 {
|
|
1682
1469
|
--tw-ring-opacity: 1;
|
|
1683
1470
|
--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
|
|
1684
1471
|
}
|
|
1685
|
-
|
|
1686
1472
|
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
|
|
1687
1473
|
cursor: not-allowed;
|
|
1688
1474
|
}
|
|
1689
|
-
|
|
1690
1475
|
.peer:disabled ~ .peer-disabled\:opacity-70 {
|
|
1691
1476
|
opacity: 0.7;
|
|
1692
1477
|
}
|
|
1693
|
-
|
|
1694
1478
|
.dark\:border-gray-600:is(.dark *) {
|
|
1695
1479
|
--tw-border-opacity: 1;
|
|
1696
1480
|
border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
|
|
1697
1481
|
}
|
|
1698
|
-
|
|
1699
1482
|
.dark\:border-gray-700:is(.dark *) {
|
|
1700
1483
|
--tw-border-opacity: 1;
|
|
1701
1484
|
border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
|
|
1702
1485
|
}
|
|
1703
|
-
|
|
1704
1486
|
.dark\:border-gray-800:is(.dark *) {
|
|
1705
1487
|
--tw-border-opacity: 1;
|
|
1706
1488
|
border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
|
|
1707
1489
|
}
|
|
1708
|
-
|
|
1709
1490
|
.dark\:bg-blue-900:is(.dark *) {
|
|
1710
1491
|
--tw-bg-opacity: 1;
|
|
1711
1492
|
background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
|
|
1712
1493
|
}
|
|
1713
|
-
|
|
1714
1494
|
.dark\:bg-blue-900\/20:is(.dark *) {
|
|
1715
1495
|
background-color: rgb(30 58 138 / 0.2);
|
|
1716
1496
|
}
|
|
1717
|
-
|
|
1718
1497
|
.dark\:bg-gray-600:is(.dark *) {
|
|
1719
1498
|
--tw-bg-opacity: 1;
|
|
1720
1499
|
background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
|
|
1721
1500
|
}
|
|
1722
|
-
|
|
1723
1501
|
.dark\:bg-gray-700:is(.dark *) {
|
|
1724
1502
|
--tw-bg-opacity: 1;
|
|
1725
1503
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
1726
1504
|
}
|
|
1727
|
-
|
|
1728
1505
|
.dark\:bg-gray-800:is(.dark *) {
|
|
1729
1506
|
--tw-bg-opacity: 1;
|
|
1730
1507
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|
|
1731
1508
|
}
|
|
1732
|
-
|
|
1733
1509
|
.dark\:bg-gray-800\/50:is(.dark *) {
|
|
1734
1510
|
background-color: rgb(31 41 55 / 0.5);
|
|
1735
1511
|
}
|
|
1736
|
-
|
|
1737
1512
|
.dark\:bg-gray-900:is(.dark *) {
|
|
1738
1513
|
--tw-bg-opacity: 1;
|
|
1739
1514
|
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1740
1515
|
}
|
|
1741
|
-
|
|
1742
1516
|
.dark\:bg-gray-950:is(.dark *) {
|
|
1743
1517
|
--tw-bg-opacity: 1;
|
|
1744
1518
|
background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
|
|
1745
1519
|
}
|
|
1746
|
-
|
|
1747
1520
|
.dark\:text-blue-200:is(.dark *) {
|
|
1748
1521
|
--tw-text-opacity: 1;
|
|
1749
1522
|
color: rgb(191 219 254 / var(--tw-text-opacity, 1));
|
|
1750
1523
|
}
|
|
1751
|
-
|
|
1752
1524
|
.dark\:text-gray-100:is(.dark *) {
|
|
1753
1525
|
--tw-text-opacity: 1;
|
|
1754
1526
|
color: rgb(243 244 246 / var(--tw-text-opacity, 1));
|
|
1755
1527
|
}
|
|
1756
|
-
|
|
1757
1528
|
.dark\:text-gray-200:is(.dark *) {
|
|
1758
1529
|
--tw-text-opacity: 1;
|
|
1759
1530
|
color: rgb(229 231 235 / var(--tw-text-opacity, 1));
|
|
1760
1531
|
}
|
|
1761
|
-
|
|
1762
1532
|
.dark\:text-gray-300:is(.dark *) {
|
|
1763
1533
|
--tw-text-opacity: 1;
|
|
1764
1534
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|
|
1765
1535
|
}
|
|
1766
|
-
|
|
1767
1536
|
.dark\:text-gray-400:is(.dark *) {
|
|
1768
1537
|
--tw-text-opacity: 1;
|
|
1769
1538
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
1770
1539
|
}
|
|
1771
|
-
|
|
1772
1540
|
.dark\:text-gray-500:is(.dark *) {
|
|
1773
1541
|
--tw-text-opacity: 1;
|
|
1774
1542
|
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
1775
1543
|
}
|
|
1776
|
-
|
|
1777
1544
|
.dark\:text-green-400:is(.dark *) {
|
|
1778
1545
|
--tw-text-opacity: 1;
|
|
1779
1546
|
color: rgb(74 222 128 / var(--tw-text-opacity, 1));
|
|
1780
1547
|
}
|
|
1781
|
-
|
|
1782
1548
|
.dark\:text-red-400:is(.dark *) {
|
|
1783
1549
|
--tw-text-opacity: 1;
|
|
1784
1550
|
color: rgb(248 113 113 / var(--tw-text-opacity, 1));
|
|
1785
1551
|
}
|
|
1786
|
-
|
|
1787
1552
|
.dark\:text-white:is(.dark *) {
|
|
1788
1553
|
--tw-text-opacity: 1;
|
|
1789
1554
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1790
1555
|
}
|
|
1791
|
-
|
|
1792
1556
|
.dark\:text-yellow-400:is(.dark *) {
|
|
1793
1557
|
--tw-text-opacity: 1;
|
|
1794
1558
|
color: rgb(250 204 21 / var(--tw-text-opacity, 1));
|
|
1795
1559
|
}
|
|
1796
|
-
|
|
1797
1560
|
.dark\:hover\:bg-gray-700:hover:is(.dark *) {
|
|
1798
1561
|
--tw-bg-opacity: 1;
|
|
1799
1562
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
1800
1563
|
}
|
|
1801
|
-
|
|
1802
1564
|
.dark\:hover\:bg-gray-800:hover:is(.dark *) {
|
|
1803
1565
|
--tw-bg-opacity: 1;
|
|
1804
1566
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|
|
1805
1567
|
}
|
|
1806
|
-
|
|
1807
1568
|
.peer:focus ~ .dark\:peer-focus\:ring-blue-800:is(.dark *) {
|
|
1808
1569
|
--tw-ring-opacity: 1;
|
|
1809
1570
|
--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
|
|
1810
1571
|
}
|
|
1811
|
-
|
|
1812
1572
|
@media (min-width: 640px) {
|
|
1813
|
-
|
|
1814
1573
|
.sm\:h-5 {
|
|
1815
1574
|
height: 1.25rem;
|
|
1816
1575
|
}
|
|
1817
|
-
|
|
1818
1576
|
.sm\:h-6 {
|
|
1819
1577
|
height: 1.5rem;
|
|
1820
1578
|
}
|
|
1821
|
-
|
|
1822
1579
|
.sm\:w-5 {
|
|
1823
1580
|
width: 1.25rem;
|
|
1824
1581
|
}
|
|
1825
|
-
|
|
1826
1582
|
.sm\:w-6 {
|
|
1827
1583
|
width: 1.5rem;
|
|
1828
1584
|
}
|
|
1829
|
-
|
|
1830
1585
|
.sm\:w-auto {
|
|
1831
1586
|
width: auto;
|
|
1832
1587
|
}
|
|
1833
|
-
|
|
1834
1588
|
.sm\:justify-start {
|
|
1835
1589
|
justify-content: flex-start;
|
|
1836
1590
|
}
|
|
1837
|
-
|
|
1838
1591
|
.sm\:text-base {
|
|
1839
1592
|
font-size: 1rem;
|
|
1840
1593
|
line-height: 1.5rem;
|
|
1841
1594
|
}
|
|
1842
|
-
|
|
1843
1595
|
.sm\:text-sm {
|
|
1844
1596
|
font-size: 0.875rem;
|
|
1845
1597
|
line-height: 1.25rem;
|
|
1846
1598
|
}
|
|
1847
1599
|
}
|
|
1848
|
-
|
|
1849
1600
|
@media (min-width: 768px) {
|
|
1850
|
-
|
|
1851
1601
|
.md\:w-80 {
|
|
1852
1602
|
width: 20rem;
|
|
1853
1603
|
}
|
|
1854
|
-
|
|
1855
1604
|
.md\:flex-row {
|
|
1856
1605
|
flex-direction: row;
|
|
1857
1606
|
}
|
|
1858
|
-
|
|
1859
1607
|
.md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
1860
1608
|
--tw-space-y-reverse: 0;
|
|
1861
1609
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1862
1610
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
1863
1611
|
}
|
|
1864
|
-
|
|
1865
1612
|
.md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
|
|
1866
1613
|
--tw-space-y-reverse: 0;
|
|
1867
1614
|
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1868
1615
|
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
|
|
1869
1616
|
}
|
|
1870
|
-
|
|
1871
1617
|
.md\:border-b-0 {
|
|
1872
1618
|
border-bottom-width: 0px;
|
|
1873
1619
|
}
|
|
1874
|
-
|
|
1875
1620
|
.md\:border-l {
|
|
1876
1621
|
border-left-width: 1px;
|
|
1877
1622
|
}
|
|
1878
|
-
|
|
1879
1623
|
.md\:border-r {
|
|
1880
1624
|
border-right-width: 1px;
|
|
1881
1625
|
}
|
|
1882
|
-
|
|
1883
1626
|
.md\:border-t-0 {
|
|
1884
1627
|
border-top-width: 0px;
|
|
1885
1628
|
}
|
|
1886
|
-
|
|
1887
1629
|
.md\:p-8 {
|
|
1888
1630
|
padding: 2rem;
|
|
1889
1631
|
}
|
|
1890
|
-
|
|
1891
1632
|
.md\:text-2xl {
|
|
1892
1633
|
font-size: 1.5rem;
|
|
1893
1634
|
line-height: 2rem;
|
|
1894
1635
|
}
|
|
1895
|
-
|
|
1896
1636
|
.md\:text-xl {
|
|
1897
1637
|
font-size: 1.25rem;
|
|
1898
1638
|
line-height: 1.75rem;
|
|
1899
1639
|
}
|
|
1900
|
-
}
|
|
1640
|
+
}
|
|
1641
|
+
/*# sourceMappingURL=index.css.map */
|