form-builder-pro 0.0.10 → 1.0.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 +467 -248
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +33 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +33 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -3
- package/dist/index.css.map +0 -1
package/dist/index.css
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
*,
|
|
3
|
-
::before,
|
|
4
|
-
::after {
|
|
1
|
+
*, ::before, ::after {
|
|
5
2
|
--tw-border-spacing-x: 0;
|
|
6
3
|
--tw-border-spacing-y: 0;
|
|
7
4
|
--tw-translate-x: 0;
|
|
@@ -11,19 +8,19 @@
|
|
|
11
8
|
--tw-skew-y: 0;
|
|
12
9
|
--tw-scale-x: 1;
|
|
13
10
|
--tw-scale-y: 1;
|
|
14
|
-
--tw-pan-x:
|
|
15
|
-
--tw-pan-y:
|
|
16
|
-
--tw-pinch-zoom:
|
|
11
|
+
--tw-pan-x: ;
|
|
12
|
+
--tw-pan-y: ;
|
|
13
|
+
--tw-pinch-zoom: ;
|
|
17
14
|
--tw-scroll-snap-strictness: proximity;
|
|
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:
|
|
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: ;
|
|
27
24
|
--tw-ring-offset-width: 0px;
|
|
28
25
|
--tw-ring-offset-color: #fff;
|
|
29
26
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
@@ -31,29 +28,30 @@
|
|
|
31
28
|
--tw-ring-shadow: 0 0 #0000;
|
|
32
29
|
--tw-shadow: 0 0 #0000;
|
|
33
30
|
--tw-shadow-colored: 0 0 #0000;
|
|
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
|
-
}
|
|
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
|
+
|
|
57
55
|
::backdrop {
|
|
58
56
|
--tw-border-spacing-x: 0;
|
|
59
57
|
--tw-border-spacing-y: 0;
|
|
@@ -64,19 +62,19 @@
|
|
|
64
62
|
--tw-skew-y: 0;
|
|
65
63
|
--tw-scale-x: 1;
|
|
66
64
|
--tw-scale-y: 1;
|
|
67
|
-
--tw-pan-x:
|
|
68
|
-
--tw-pan-y:
|
|
69
|
-
--tw-pinch-zoom:
|
|
65
|
+
--tw-pan-x: ;
|
|
66
|
+
--tw-pan-y: ;
|
|
67
|
+
--tw-pinch-zoom: ;
|
|
70
68
|
--tw-scroll-snap-strictness: proximity;
|
|
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:
|
|
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: ;
|
|
80
78
|
--tw-ring-offset-width: 0px;
|
|
81
79
|
--tw-ring-offset-color: #fff;
|
|
82
80
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
@@ -84,73 +82,107 @@
|
|
|
84
82
|
--tw-ring-shadow: 0 0 #0000;
|
|
85
83
|
--tw-shadow: 0 0 #0000;
|
|
86
84
|
--tw-shadow-colored: 0 0 #0000;
|
|
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
|
-
}
|
|
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
|
+
|
|
110
114
|
*,
|
|
111
115
|
::before,
|
|
112
116
|
::after {
|
|
113
|
-
box-sizing: border-box;
|
|
114
|
-
border-width: 0;
|
|
115
|
-
border-style: solid;
|
|
116
|
-
border-color: #e5e7eb;
|
|
117
|
+
box-sizing: border-box; /* 1 */
|
|
118
|
+
border-width: 0; /* 2 */
|
|
119
|
+
border-style: solid; /* 2 */
|
|
120
|
+
border-color: #e5e7eb; /* 2 */
|
|
117
121
|
}
|
|
122
|
+
|
|
118
123
|
::before,
|
|
119
124
|
::after {
|
|
120
|
-
--tw-content:
|
|
121
|
-
}
|
|
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
|
+
|
|
122
138
|
html,
|
|
123
139
|
:host {
|
|
124
|
-
line-height: 1.5;
|
|
125
|
-
-webkit-text-size-adjust: 100%;
|
|
126
|
-
-moz-tab-size: 4;
|
|
140
|
+
line-height: 1.5; /* 1 */
|
|
141
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
|
142
|
+
-moz-tab-size: 4; /* 3 */
|
|
127
143
|
-o-tab-size: 4;
|
|
128
|
-
|
|
129
|
-
font-family:
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
}
|
|
144
|
+
tab-size: 4; /* 3 */
|
|
145
|
+
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
146
|
+
font-feature-settings: normal; /* 5 */
|
|
147
|
+
font-variation-settings: normal; /* 6 */
|
|
148
|
+
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/*
|
|
152
|
+
1. Remove the margin in all browsers.
|
|
153
|
+
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
154
|
+
*/
|
|
155
|
+
|
|
141
156
|
body {
|
|
142
|
-
margin: 0;
|
|
143
|
-
line-height: inherit;
|
|
144
|
-
}
|
|
157
|
+
margin: 0; /* 1 */
|
|
158
|
+
line-height: inherit; /* 2 */
|
|
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
|
+
|
|
145
167
|
hr {
|
|
146
|
-
height: 0;
|
|
147
|
-
color: inherit;
|
|
148
|
-
border-top-width: 1px;
|
|
149
|
-
}
|
|
168
|
+
height: 0; /* 1 */
|
|
169
|
+
color: inherit; /* 2 */
|
|
170
|
+
border-top-width: 1px; /* 3 */
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/*
|
|
174
|
+
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
175
|
+
*/
|
|
176
|
+
|
|
150
177
|
abbr:where([title]) {
|
|
151
178
|
-webkit-text-decoration: underline dotted;
|
|
152
|
-
|
|
179
|
+
text-decoration: underline dotted;
|
|
153
180
|
}
|
|
181
|
+
|
|
182
|
+
/*
|
|
183
|
+
Remove the default font size and weight for headings.
|
|
184
|
+
*/
|
|
185
|
+
|
|
154
186
|
h1,
|
|
155
187
|
h2,
|
|
156
188
|
h3,
|
|
@@ -160,34 +192,54 @@ h6 {
|
|
|
160
192
|
font-size: inherit;
|
|
161
193
|
font-weight: inherit;
|
|
162
194
|
}
|
|
195
|
+
|
|
196
|
+
/*
|
|
197
|
+
Reset links to optimize for opt-in styling instead of opt-out.
|
|
198
|
+
*/
|
|
199
|
+
|
|
163
200
|
a {
|
|
164
201
|
color: inherit;
|
|
165
202
|
text-decoration: inherit;
|
|
166
203
|
}
|
|
204
|
+
|
|
205
|
+
/*
|
|
206
|
+
Add the correct font weight in Edge and Safari.
|
|
207
|
+
*/
|
|
208
|
+
|
|
167
209
|
b,
|
|
168
210
|
strong {
|
|
169
211
|
font-weight: bolder;
|
|
170
212
|
}
|
|
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
|
+
|
|
171
221
|
code,
|
|
172
222
|
kbd,
|
|
173
223
|
samp,
|
|
174
224
|
pre {
|
|
175
|
-
font-family:
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
font-variation-settings: normal;
|
|
186
|
-
font-size: 1em;
|
|
187
|
-
}
|
|
225
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
226
|
+
font-feature-settings: normal; /* 2 */
|
|
227
|
+
font-variation-settings: normal; /* 3 */
|
|
228
|
+
font-size: 1em; /* 4 */
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/*
|
|
232
|
+
Add the correct font size in all browsers.
|
|
233
|
+
*/
|
|
234
|
+
|
|
188
235
|
small {
|
|
189
236
|
font-size: 80%;
|
|
190
237
|
}
|
|
238
|
+
|
|
239
|
+
/*
|
|
240
|
+
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
241
|
+
*/
|
|
242
|
+
|
|
191
243
|
sub,
|
|
192
244
|
sup {
|
|
193
245
|
font-size: 75%;
|
|
@@ -195,72 +247,146 @@ sup {
|
|
|
195
247
|
position: relative;
|
|
196
248
|
vertical-align: baseline;
|
|
197
249
|
}
|
|
250
|
+
|
|
198
251
|
sub {
|
|
199
252
|
bottom: -0.25em;
|
|
200
253
|
}
|
|
254
|
+
|
|
201
255
|
sup {
|
|
202
256
|
top: -0.5em;
|
|
203
257
|
}
|
|
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
|
+
|
|
204
265
|
table {
|
|
205
|
-
text-indent: 0;
|
|
206
|
-
border-color: inherit;
|
|
207
|
-
border-collapse: collapse;
|
|
208
|
-
}
|
|
266
|
+
text-indent: 0; /* 1 */
|
|
267
|
+
border-color: inherit; /* 2 */
|
|
268
|
+
border-collapse: collapse; /* 3 */
|
|
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
|
+
|
|
209
277
|
button,
|
|
210
278
|
input,
|
|
211
279
|
optgroup,
|
|
212
280
|
select,
|
|
213
281
|
textarea {
|
|
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
|
-
}
|
|
282
|
+
font-family: inherit; /* 1 */
|
|
283
|
+
font-feature-settings: inherit; /* 1 */
|
|
284
|
+
font-variation-settings: inherit; /* 1 */
|
|
285
|
+
font-size: 100%; /* 1 */
|
|
286
|
+
font-weight: inherit; /* 1 */
|
|
287
|
+
line-height: inherit; /* 1 */
|
|
288
|
+
letter-spacing: inherit; /* 1 */
|
|
289
|
+
color: inherit; /* 1 */
|
|
290
|
+
margin: 0; /* 2 */
|
|
291
|
+
padding: 0; /* 3 */
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
/*
|
|
295
|
+
Remove the inheritance of text transform in Edge and Firefox.
|
|
296
|
+
*/
|
|
297
|
+
|
|
225
298
|
button,
|
|
226
299
|
select {
|
|
227
300
|
text-transform: none;
|
|
228
301
|
}
|
|
302
|
+
|
|
303
|
+
/*
|
|
304
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
|
305
|
+
2. Remove default button styles.
|
|
306
|
+
*/
|
|
307
|
+
|
|
229
308
|
button,
|
|
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
|
-
}
|
|
309
|
+
input:where([type='button']),
|
|
310
|
+
input:where([type='reset']),
|
|
311
|
+
input:where([type='submit']) {
|
|
312
|
+
-webkit-appearance: button; /* 1 */
|
|
313
|
+
background-color: transparent; /* 2 */
|
|
314
|
+
background-image: none; /* 2 */
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/*
|
|
318
|
+
Use the modern Firefox focus style for all focusable elements.
|
|
319
|
+
*/
|
|
320
|
+
|
|
237
321
|
:-moz-focusring {
|
|
238
322
|
outline: auto;
|
|
239
323
|
}
|
|
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
|
+
|
|
240
329
|
:-moz-ui-invalid {
|
|
241
330
|
box-shadow: none;
|
|
242
331
|
}
|
|
332
|
+
|
|
333
|
+
/*
|
|
334
|
+
Add the correct vertical alignment in Chrome and Firefox.
|
|
335
|
+
*/
|
|
336
|
+
|
|
243
337
|
progress {
|
|
244
338
|
vertical-align: baseline;
|
|
245
339
|
}
|
|
340
|
+
|
|
341
|
+
/*
|
|
342
|
+
Correct the cursor style of increment and decrement buttons in Safari.
|
|
343
|
+
*/
|
|
344
|
+
|
|
246
345
|
::-webkit-inner-spin-button,
|
|
247
346
|
::-webkit-outer-spin-button {
|
|
248
347
|
height: auto;
|
|
249
348
|
}
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
349
|
+
|
|
350
|
+
/*
|
|
351
|
+
1. Correct the odd appearance in Chrome and Safari.
|
|
352
|
+
2. Correct the outline style in Safari.
|
|
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
|
+
|
|
254
364
|
::-webkit-search-decoration {
|
|
255
365
|
-webkit-appearance: none;
|
|
256
366
|
}
|
|
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
|
+
|
|
257
373
|
::-webkit-file-upload-button {
|
|
258
|
-
-webkit-appearance: button;
|
|
259
|
-
font: inherit;
|
|
260
|
-
}
|
|
374
|
+
-webkit-appearance: button; /* 1 */
|
|
375
|
+
font: inherit; /* 2 */
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
/*
|
|
379
|
+
Add the correct display in Chrome and Safari.
|
|
380
|
+
*/
|
|
381
|
+
|
|
261
382
|
summary {
|
|
262
383
|
display: list-item;
|
|
263
384
|
}
|
|
385
|
+
|
|
386
|
+
/*
|
|
387
|
+
Removes the default spacing and border for appropriate elements.
|
|
388
|
+
*/
|
|
389
|
+
|
|
264
390
|
blockquote,
|
|
265
391
|
dl,
|
|
266
392
|
dd,
|
|
@@ -276,13 +402,16 @@ p,
|
|
|
276
402
|
pre {
|
|
277
403
|
margin: 0;
|
|
278
404
|
}
|
|
405
|
+
|
|
279
406
|
fieldset {
|
|
280
407
|
margin: 0;
|
|
281
408
|
padding: 0;
|
|
282
409
|
}
|
|
410
|
+
|
|
283
411
|
legend {
|
|
284
412
|
padding: 0;
|
|
285
413
|
}
|
|
414
|
+
|
|
286
415
|
ol,
|
|
287
416
|
ul,
|
|
288
417
|
menu {
|
|
@@ -290,29 +419,60 @@ menu {
|
|
|
290
419
|
margin: 0;
|
|
291
420
|
padding: 0;
|
|
292
421
|
}
|
|
422
|
+
|
|
423
|
+
/*
|
|
424
|
+
Reset default styling for dialogs.
|
|
425
|
+
*/
|
|
293
426
|
dialog {
|
|
294
427
|
padding: 0;
|
|
295
428
|
}
|
|
429
|
+
|
|
430
|
+
/*
|
|
431
|
+
Prevent resizing textareas horizontally by default.
|
|
432
|
+
*/
|
|
433
|
+
|
|
296
434
|
textarea {
|
|
297
435
|
resize: vertical;
|
|
298
436
|
}
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
437
|
+
|
|
438
|
+
/*
|
|
439
|
+
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
440
|
+
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
441
|
+
*/
|
|
442
|
+
|
|
443
|
+
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
444
|
+
opacity: 1; /* 1 */
|
|
445
|
+
color: #9ca3af; /* 2 */
|
|
446
|
+
}
|
|
447
|
+
|
|
304
448
|
input::placeholder,
|
|
305
449
|
textarea::placeholder {
|
|
306
|
-
opacity: 1;
|
|
307
|
-
color: #9ca3af;
|
|
308
|
-
}
|
|
450
|
+
opacity: 1; /* 1 */
|
|
451
|
+
color: #9ca3af; /* 2 */
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
/*
|
|
455
|
+
Set the default cursor for buttons.
|
|
456
|
+
*/
|
|
457
|
+
|
|
309
458
|
button,
|
|
310
|
-
[role=button] {
|
|
459
|
+
[role="button"] {
|
|
311
460
|
cursor: pointer;
|
|
312
461
|
}
|
|
462
|
+
|
|
463
|
+
/*
|
|
464
|
+
Make sure disabled buttons don't get the pointer cursor.
|
|
465
|
+
*/
|
|
313
466
|
:disabled {
|
|
314
467
|
cursor: default;
|
|
315
468
|
}
|
|
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
|
+
|
|
316
476
|
img,
|
|
317
477
|
svg,
|
|
318
478
|
video,
|
|
@@ -321,43 +481,60 @@ audio,
|
|
|
321
481
|
iframe,
|
|
322
482
|
embed,
|
|
323
483
|
object {
|
|
324
|
-
display: block;
|
|
325
|
-
vertical-align: middle;
|
|
326
|
-
}
|
|
484
|
+
display: block; /* 1 */
|
|
485
|
+
vertical-align: middle; /* 2 */
|
|
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
|
+
|
|
327
492
|
img,
|
|
328
493
|
video {
|
|
329
494
|
max-width: 100%;
|
|
330
495
|
height: auto;
|
|
331
496
|
}
|
|
332
|
-
|
|
497
|
+
|
|
498
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
499
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
333
500
|
display: none;
|
|
334
501
|
}
|
|
335
|
-
:root {
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
502
|
+
:root {
|
|
503
|
+
--background: 0 0% 100%;
|
|
504
|
+
--foreground: 222.2 84% 4.9%;
|
|
505
|
+
|
|
506
|
+
--card: 0 0% 100%;
|
|
507
|
+
--card-foreground: 222.2 84% 4.9%;
|
|
508
|
+
|
|
509
|
+
--popover: 0 0% 100%;
|
|
510
|
+
--popover-foreground: 222.2 84% 4.9%;
|
|
511
|
+
|
|
512
|
+
--primary: 222.2 47.4% 11.2%;
|
|
513
|
+
--primary-foreground: 210 40% 98%;
|
|
514
|
+
|
|
515
|
+
--secondary: 019FA2;
|
|
516
|
+
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
517
|
+
|
|
518
|
+
--muted: 210 40% 96.1%;
|
|
519
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
520
|
+
|
|
521
|
+
--accent: 210 40% 96.1%;
|
|
522
|
+
--accent-foreground: 222.2 47.4% 11.2%;
|
|
523
|
+
|
|
524
|
+
--destructive: 0 84.2% 60.2%;
|
|
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
|
+
* {
|
|
358
534
|
border-color: hsl(var(--border));
|
|
359
535
|
}
|
|
360
|
-
|
|
536
|
+
|
|
537
|
+
body {
|
|
361
538
|
background-color: hsl(var(--background));
|
|
362
539
|
color: hsl(var(--foreground));
|
|
363
540
|
}
|
|
@@ -368,97 +545,109 @@ body {
|
|
|
368
545
|
width: 100%;
|
|
369
546
|
}
|
|
370
547
|
@media (min-width: 640px) {
|
|
548
|
+
|
|
371
549
|
.\!container {
|
|
372
550
|
max-width: 640px !important;
|
|
373
551
|
}
|
|
552
|
+
|
|
374
553
|
.container {
|
|
375
554
|
max-width: 640px;
|
|
376
555
|
}
|
|
377
556
|
}
|
|
378
557
|
@media (min-width: 768px) {
|
|
558
|
+
|
|
379
559
|
.\!container {
|
|
380
560
|
max-width: 768px !important;
|
|
381
561
|
}
|
|
562
|
+
|
|
382
563
|
.container {
|
|
383
564
|
max-width: 768px;
|
|
384
565
|
}
|
|
385
566
|
}
|
|
386
567
|
@media (min-width: 1024px) {
|
|
568
|
+
|
|
387
569
|
.\!container {
|
|
388
570
|
max-width: 1024px !important;
|
|
389
571
|
}
|
|
572
|
+
|
|
390
573
|
.container {
|
|
391
574
|
max-width: 1024px;
|
|
392
575
|
}
|
|
393
576
|
}
|
|
394
577
|
@media (min-width: 1280px) {
|
|
578
|
+
|
|
395
579
|
.\!container {
|
|
396
580
|
max-width: 1280px !important;
|
|
397
581
|
}
|
|
582
|
+
|
|
398
583
|
.container {
|
|
399
584
|
max-width: 1280px;
|
|
400
585
|
}
|
|
401
586
|
}
|
|
402
587
|
@media (min-width: 1536px) {
|
|
588
|
+
|
|
403
589
|
.\!container {
|
|
404
590
|
max-width: 1536px !important;
|
|
405
591
|
}
|
|
592
|
+
|
|
406
593
|
.container {
|
|
407
594
|
max-width: 1536px;
|
|
408
595
|
}
|
|
409
596
|
}
|
|
597
|
+
/* Grid column spans - explicit !important to override Angular styles */
|
|
410
598
|
.form-builder-field-wrapper.selected-field {
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
}
|
|
599
|
+
border: 2px solid #3b82f6 !important;
|
|
600
|
+
border-radius: 6px;
|
|
601
|
+
box-shadow: 0 0 6px rgba(59, 130, 246, 0.5) !important;
|
|
602
|
+
}
|
|
415
603
|
.form-builder-field-wrapper:hover:not(.selected-field) {
|
|
416
|
-
|
|
417
|
-
}
|
|
604
|
+
border-color: rgb(209 213 219) !important;
|
|
605
|
+
}
|
|
418
606
|
.form-builder-grid .col-span-1 {
|
|
419
|
-
|
|
420
|
-
}
|
|
607
|
+
grid-column: span 1 / span 1 !important;
|
|
608
|
+
}
|
|
421
609
|
.form-builder-grid .col-span-2 {
|
|
422
|
-
|
|
423
|
-
}
|
|
610
|
+
grid-column: span 2 / span 2 !important;
|
|
611
|
+
}
|
|
424
612
|
.form-builder-grid .col-span-3 {
|
|
425
|
-
|
|
426
|
-
}
|
|
613
|
+
grid-column: span 3 / span 3 !important;
|
|
614
|
+
}
|
|
427
615
|
.form-builder-grid .col-span-4 {
|
|
428
|
-
|
|
429
|
-
}
|
|
616
|
+
grid-column: span 4 / span 4 !important;
|
|
617
|
+
}
|
|
430
618
|
.form-builder-grid .col-span-5 {
|
|
431
|
-
|
|
432
|
-
}
|
|
619
|
+
grid-column: span 5 / span 5 !important;
|
|
620
|
+
}
|
|
433
621
|
.form-builder-grid .col-span-6 {
|
|
434
|
-
|
|
435
|
-
}
|
|
622
|
+
grid-column: span 6 / span 6 !important;
|
|
623
|
+
}
|
|
436
624
|
.form-builder-grid .col-span-7 {
|
|
437
|
-
|
|
438
|
-
}
|
|
625
|
+
grid-column: span 7 / span 7 !important;
|
|
626
|
+
}
|
|
439
627
|
.form-builder-grid .col-span-8 {
|
|
440
|
-
|
|
441
|
-
}
|
|
628
|
+
grid-column: span 8 / span 8 !important;
|
|
629
|
+
}
|
|
442
630
|
.form-builder-grid .col-span-9 {
|
|
443
|
-
|
|
444
|
-
}
|
|
631
|
+
grid-column: span 9 / span 9 !important;
|
|
632
|
+
}
|
|
445
633
|
.form-builder-grid .col-span-10 {
|
|
446
|
-
|
|
447
|
-
}
|
|
634
|
+
grid-column: span 10 / span 10 !important;
|
|
635
|
+
}
|
|
448
636
|
.form-builder-grid .col-span-11 {
|
|
449
|
-
|
|
450
|
-
}
|
|
637
|
+
grid-column: span 11 / span 11 !important;
|
|
638
|
+
}
|
|
451
639
|
.form-builder-grid .col-span-12 {
|
|
452
|
-
|
|
453
|
-
}
|
|
640
|
+
grid-column: span 12 / span 12 !important;
|
|
641
|
+
}
|
|
642
|
+
/* Ensure grid layout works */
|
|
454
643
|
.form-builder-grid {
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
}
|
|
644
|
+
display: grid !important;
|
|
645
|
+
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
|
|
646
|
+
gap: 1rem !important;
|
|
647
|
+
}
|
|
459
648
|
body {
|
|
460
|
-
|
|
461
|
-
}
|
|
649
|
+
font-family: Poppins, sans-serif;
|
|
650
|
+
}
|
|
462
651
|
.pointer-events-none {
|
|
463
652
|
pointer-events: none;
|
|
464
653
|
}
|
|
@@ -943,10 +1132,7 @@ body {
|
|
|
943
1132
|
.shadow-sm {
|
|
944
1133
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
945
1134
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
946
|
-
box-shadow:
|
|
947
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
948
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
949
|
-
var(--tw-shadow);
|
|
1135
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
950
1136
|
}
|
|
951
1137
|
.ring-offset-background {
|
|
952
1138
|
--tw-ring-offset-color: hsl(var(--background));
|
|
@@ -960,13 +1146,7 @@ body {
|
|
|
960
1146
|
transition-duration: 150ms;
|
|
961
1147
|
}
|
|
962
1148
|
.transition-colors {
|
|
963
|
-
transition-property:
|
|
964
|
-
color,
|
|
965
|
-
background-color,
|
|
966
|
-
border-color,
|
|
967
|
-
text-decoration-color,
|
|
968
|
-
fill,
|
|
969
|
-
stroke;
|
|
1149
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
970
1150
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
971
1151
|
transition-duration: 150ms;
|
|
972
1152
|
}
|
|
@@ -975,203 +1155,242 @@ body {
|
|
|
975
1155
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
976
1156
|
transition-duration: 150ms;
|
|
977
1157
|
}
|
|
1158
|
+
|
|
1159
|
+
/* Form Builder Specific Styles - High Specificity */
|
|
1160
|
+
|
|
978
1161
|
.file\:border-0::file-selector-button {
|
|
979
1162
|
border-width: 0px;
|
|
980
1163
|
}
|
|
1164
|
+
|
|
981
1165
|
.file\:bg-transparent::file-selector-button {
|
|
982
1166
|
background-color: transparent;
|
|
983
1167
|
}
|
|
1168
|
+
|
|
984
1169
|
.file\:text-sm::file-selector-button {
|
|
985
1170
|
font-size: 0.875rem;
|
|
986
1171
|
line-height: 1.25rem;
|
|
987
1172
|
}
|
|
1173
|
+
|
|
988
1174
|
.file\:font-medium::file-selector-button {
|
|
989
1175
|
font-weight: 500;
|
|
990
1176
|
}
|
|
1177
|
+
|
|
991
1178
|
.placeholder\:text-muted-foreground::-moz-placeholder {
|
|
992
1179
|
color: hsl(var(--muted-foreground));
|
|
993
1180
|
}
|
|
1181
|
+
|
|
994
1182
|
.placeholder\:text-muted-foreground::placeholder {
|
|
995
1183
|
color: hsl(var(--muted-foreground));
|
|
996
1184
|
}
|
|
1185
|
+
|
|
997
1186
|
.hover\:border-blue-500:hover {
|
|
998
1187
|
--tw-border-opacity: 1;
|
|
999
1188
|
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
1000
1189
|
}
|
|
1190
|
+
|
|
1001
1191
|
.hover\:border-secondary:hover {
|
|
1002
1192
|
border-color: hsl(var(--secondary));
|
|
1003
1193
|
}
|
|
1194
|
+
|
|
1004
1195
|
.hover\:bg-\[\#3B497E\]:hover {
|
|
1005
1196
|
--tw-bg-opacity: 1;
|
|
1006
1197
|
background-color: rgb(59 73 126 / var(--tw-bg-opacity, 1));
|
|
1007
1198
|
}
|
|
1199
|
+
|
|
1008
1200
|
.hover\:bg-blue-200:hover {
|
|
1009
1201
|
--tw-bg-opacity: 1;
|
|
1010
1202
|
background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
|
|
1011
1203
|
}
|
|
1204
|
+
|
|
1012
1205
|
.hover\:bg-blue-700:hover {
|
|
1013
1206
|
--tw-bg-opacity: 1;
|
|
1014
1207
|
background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
|
|
1015
1208
|
}
|
|
1209
|
+
|
|
1016
1210
|
.hover\:bg-gray-100:hover {
|
|
1017
1211
|
--tw-bg-opacity: 1;
|
|
1018
1212
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
1019
1213
|
}
|
|
1214
|
+
|
|
1020
1215
|
.hover\:bg-red-50:hover {
|
|
1021
1216
|
--tw-bg-opacity: 1;
|
|
1022
1217
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
1023
1218
|
}
|
|
1219
|
+
|
|
1024
1220
|
.hover\:text-blue-500:hover {
|
|
1025
1221
|
--tw-text-opacity: 1;
|
|
1026
1222
|
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
1027
1223
|
}
|
|
1224
|
+
|
|
1028
1225
|
.hover\:text-gray-600:hover {
|
|
1029
1226
|
--tw-text-opacity: 1;
|
|
1030
1227
|
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
1031
1228
|
}
|
|
1229
|
+
|
|
1032
1230
|
.hover\:text-gray-700:hover {
|
|
1033
1231
|
--tw-text-opacity: 1;
|
|
1034
1232
|
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
1035
1233
|
}
|
|
1234
|
+
|
|
1036
1235
|
.hover\:text-red-500:hover {
|
|
1037
1236
|
--tw-text-opacity: 1;
|
|
1038
1237
|
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
|
|
1039
1238
|
}
|
|
1239
|
+
|
|
1040
1240
|
.hover\:text-red-600:hover {
|
|
1041
1241
|
--tw-text-opacity: 1;
|
|
1042
1242
|
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
|
|
1043
1243
|
}
|
|
1244
|
+
|
|
1044
1245
|
.hover\:shadow-sm:hover {
|
|
1045
1246
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1046
1247
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1047
|
-
box-shadow:
|
|
1048
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
1049
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
1050
|
-
var(--tw-shadow);
|
|
1248
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1051
1249
|
}
|
|
1250
|
+
|
|
1052
1251
|
.focus\:border-b:focus {
|
|
1053
1252
|
border-bottom-width: 1px;
|
|
1054
1253
|
}
|
|
1254
|
+
|
|
1055
1255
|
.focus\:outline-none:focus {
|
|
1056
1256
|
outline: 2px solid transparent;
|
|
1057
1257
|
outline-offset: 2px;
|
|
1058
1258
|
}
|
|
1259
|
+
|
|
1059
1260
|
.focus\:ring-0:focus {
|
|
1060
1261
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1061
1262
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1062
|
-
box-shadow:
|
|
1063
|
-
var(--tw-ring-offset-shadow),
|
|
1064
|
-
var(--tw-ring-shadow),
|
|
1065
|
-
var(--tw-shadow, 0 0 #0000);
|
|
1263
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1066
1264
|
}
|
|
1265
|
+
|
|
1067
1266
|
.focus\:ring-2:focus {
|
|
1068
1267
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1069
1268
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1070
|
-
box-shadow:
|
|
1071
|
-
var(--tw-ring-offset-shadow),
|
|
1072
|
-
var(--tw-ring-shadow),
|
|
1073
|
-
var(--tw-shadow, 0 0 #0000);
|
|
1269
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1074
1270
|
}
|
|
1271
|
+
|
|
1075
1272
|
.focus\:ring-blue-500:focus {
|
|
1076
1273
|
--tw-ring-opacity: 1;
|
|
1077
1274
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
|
|
1078
1275
|
}
|
|
1276
|
+
|
|
1079
1277
|
.focus\:ring-primary:focus {
|
|
1080
1278
|
--tw-ring-color: hsl(var(--primary));
|
|
1081
1279
|
}
|
|
1280
|
+
|
|
1082
1281
|
.focus\:ring-offset-2:focus {
|
|
1083
1282
|
--tw-ring-offset-width: 2px;
|
|
1084
1283
|
}
|
|
1284
|
+
|
|
1085
1285
|
.focus-visible\:outline-none:focus-visible {
|
|
1086
1286
|
outline: 2px solid transparent;
|
|
1087
1287
|
outline-offset: 2px;
|
|
1088
1288
|
}
|
|
1289
|
+
|
|
1089
1290
|
.focus-visible\:ring-2:focus-visible {
|
|
1090
1291
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1091
1292
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1092
|
-
box-shadow:
|
|
1093
|
-
var(--tw-ring-offset-shadow),
|
|
1094
|
-
var(--tw-ring-shadow),
|
|
1095
|
-
var(--tw-shadow, 0 0 #0000);
|
|
1293
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1096
1294
|
}
|
|
1295
|
+
|
|
1097
1296
|
.focus-visible\:ring-ring:focus-visible {
|
|
1098
1297
|
--tw-ring-color: hsl(var(--ring));
|
|
1099
1298
|
}
|
|
1299
|
+
|
|
1100
1300
|
.focus-visible\:ring-offset-2:focus-visible {
|
|
1101
1301
|
--tw-ring-offset-width: 2px;
|
|
1102
1302
|
}
|
|
1303
|
+
|
|
1103
1304
|
.disabled\:cursor-not-allowed:disabled {
|
|
1104
1305
|
cursor: not-allowed;
|
|
1105
1306
|
}
|
|
1307
|
+
|
|
1106
1308
|
.disabled\:opacity-50:disabled {
|
|
1107
1309
|
opacity: 0.5;
|
|
1108
1310
|
}
|
|
1311
|
+
|
|
1109
1312
|
.group:hover .group-hover\:opacity-100 {
|
|
1110
1313
|
opacity: 1;
|
|
1111
1314
|
}
|
|
1315
|
+
|
|
1112
1316
|
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
|
|
1113
1317
|
cursor: not-allowed;
|
|
1114
1318
|
}
|
|
1319
|
+
|
|
1115
1320
|
.peer:disabled ~ .peer-disabled\:opacity-70 {
|
|
1116
1321
|
opacity: 0.7;
|
|
1117
1322
|
}
|
|
1323
|
+
|
|
1118
1324
|
.dark\:border-gray-700:is(.dark *) {
|
|
1119
1325
|
--tw-border-opacity: 1;
|
|
1120
1326
|
border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
|
|
1121
1327
|
}
|
|
1328
|
+
|
|
1122
1329
|
.dark\:border-gray-800:is(.dark *) {
|
|
1123
1330
|
--tw-border-opacity: 1;
|
|
1124
1331
|
border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
|
|
1125
1332
|
}
|
|
1333
|
+
|
|
1126
1334
|
.dark\:bg-blue-900:is(.dark *) {
|
|
1127
1335
|
--tw-bg-opacity: 1;
|
|
1128
1336
|
background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
|
|
1129
1337
|
}
|
|
1338
|
+
|
|
1130
1339
|
.dark\:bg-gray-800:is(.dark *) {
|
|
1131
1340
|
--tw-bg-opacity: 1;
|
|
1132
1341
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|
|
1133
1342
|
}
|
|
1343
|
+
|
|
1134
1344
|
.dark\:bg-gray-800\/50:is(.dark *) {
|
|
1135
1345
|
background-color: rgb(31 41 55 / 0.5);
|
|
1136
1346
|
}
|
|
1347
|
+
|
|
1137
1348
|
.dark\:bg-gray-900:is(.dark *) {
|
|
1138
1349
|
--tw-bg-opacity: 1;
|
|
1139
1350
|
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1140
1351
|
}
|
|
1352
|
+
|
|
1141
1353
|
.dark\:bg-gray-950:is(.dark *) {
|
|
1142
1354
|
--tw-bg-opacity: 1;
|
|
1143
1355
|
background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
|
|
1144
1356
|
}
|
|
1357
|
+
|
|
1145
1358
|
.dark\:text-blue-200:is(.dark *) {
|
|
1146
1359
|
--tw-text-opacity: 1;
|
|
1147
1360
|
color: rgb(191 219 254 / var(--tw-text-opacity, 1));
|
|
1148
1361
|
}
|
|
1362
|
+
|
|
1149
1363
|
.dark\:text-gray-100:is(.dark *) {
|
|
1150
1364
|
--tw-text-opacity: 1;
|
|
1151
1365
|
color: rgb(243 244 246 / var(--tw-text-opacity, 1));
|
|
1152
1366
|
}
|
|
1367
|
+
|
|
1153
1368
|
.dark\:text-gray-200:is(.dark *) {
|
|
1154
1369
|
--tw-text-opacity: 1;
|
|
1155
1370
|
color: rgb(229 231 235 / var(--tw-text-opacity, 1));
|
|
1156
1371
|
}
|
|
1372
|
+
|
|
1157
1373
|
.dark\:text-gray-300:is(.dark *) {
|
|
1158
1374
|
--tw-text-opacity: 1;
|
|
1159
1375
|
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
|
|
1160
1376
|
}
|
|
1377
|
+
|
|
1161
1378
|
.dark\:text-gray-400:is(.dark *) {
|
|
1162
1379
|
--tw-text-opacity: 1;
|
|
1163
1380
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
|
1164
1381
|
}
|
|
1382
|
+
|
|
1165
1383
|
.dark\:text-white:is(.dark *) {
|
|
1166
1384
|
--tw-text-opacity: 1;
|
|
1167
1385
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1168
1386
|
}
|
|
1387
|
+
|
|
1169
1388
|
.dark\:hover\:bg-gray-700:hover:is(.dark *) {
|
|
1170
1389
|
--tw-bg-opacity: 1;
|
|
1171
1390
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
1172
1391
|
}
|
|
1392
|
+
|
|
1173
1393
|
.dark\:hover\:bg-gray-800:hover:is(.dark *) {
|
|
1174
1394
|
--tw-bg-opacity: 1;
|
|
1175
1395
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|
|
1176
|
-
}
|
|
1177
|
-
/*# sourceMappingURL=index.css.map */
|
|
1396
|
+
}
|