@acorex/styles 7.8.18 → 7.8.19
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/index.css +1614 -0
- package/index.min.css +1 -0
- package/package.json +1 -1
- package/src/mixins/_look.scss +32 -32
- package/src/shared/_editor-container.scss +3 -3
- package/src/themes/default.css +1 -0
package/index.css
ADDED
@@ -0,0 +1,1614 @@
|
|
1
|
+
@import '@angular/cdk/overlay-prebuilt.css';
|
2
|
+
@font-face {
|
3
|
+
font-family: "acorex-icons";
|
4
|
+
src: url("fonts/acorex-icons.eot?m9f8dz");
|
5
|
+
src: url("fonts/acorex-icons.eot?m9f8dz#iefix") format("embedded-opentype"), url("fonts/acorex-icons.ttf?m9f8dz") format("truetype"), url("fonts/acorex-icons.woff?m9f8dz") format("woff"), url("fonts/acorex-icons.svg?m9f8dz#acorex-icons") format("svg");
|
6
|
+
font-weight: normal;
|
7
|
+
font-style: normal;
|
8
|
+
font-display: block;
|
9
|
+
}
|
10
|
+
.ax-icon {
|
11
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
12
|
+
font-family: "acorex-icons" !important;
|
13
|
+
speak: never;
|
14
|
+
font-style: normal;
|
15
|
+
font-weight: normal;
|
16
|
+
font-variant: normal;
|
17
|
+
text-transform: none;
|
18
|
+
line-height: 1;
|
19
|
+
/* Better Font Rendering =========== */
|
20
|
+
-webkit-font-smoothing: antialiased;
|
21
|
+
-moz-osx-font-smoothing: grayscale;
|
22
|
+
}
|
23
|
+
|
24
|
+
.ax-icon-progress-bold:before {
|
25
|
+
content: "\e940";
|
26
|
+
}
|
27
|
+
|
28
|
+
.ax-icon-dash-bold:before {
|
29
|
+
content: "\e941";
|
30
|
+
}
|
31
|
+
|
32
|
+
.ax-icon-done-bold:before {
|
33
|
+
content: "\e942";
|
34
|
+
}
|
35
|
+
|
36
|
+
.ax-icon-cancel-fill:before {
|
37
|
+
content: "\e93f";
|
38
|
+
}
|
39
|
+
|
40
|
+
.ax-icon-info-fill:before {
|
41
|
+
content: "\e93d";
|
42
|
+
}
|
43
|
+
|
44
|
+
.ax-icon-info:before {
|
45
|
+
content: "\e93e";
|
46
|
+
}
|
47
|
+
|
48
|
+
.ax-icon-star-fill:before {
|
49
|
+
content: "\e900";
|
50
|
+
}
|
51
|
+
|
52
|
+
.ax-icon-star:before {
|
53
|
+
content: "\e901";
|
54
|
+
}
|
55
|
+
|
56
|
+
.ax-icon-light-mode:before {
|
57
|
+
content: "\e902";
|
58
|
+
}
|
59
|
+
|
60
|
+
.ax-icon-dark-mode:before {
|
61
|
+
content: "\e903";
|
62
|
+
}
|
63
|
+
|
64
|
+
.ax-icon-color-picker:before {
|
65
|
+
content: "\e904";
|
66
|
+
}
|
67
|
+
|
68
|
+
.ax-icon-color-palette:before {
|
69
|
+
content: "\e905";
|
70
|
+
}
|
71
|
+
|
72
|
+
.ax-icon-arrow-left:before {
|
73
|
+
content: "\e906";
|
74
|
+
}
|
75
|
+
|
76
|
+
.ax-icon-arrow-down:before {
|
77
|
+
content: "\e907";
|
78
|
+
}
|
79
|
+
|
80
|
+
.ax-icon-arrow-up:before {
|
81
|
+
content: "\e908";
|
82
|
+
}
|
83
|
+
|
84
|
+
.ax-icon-arrow-right:before {
|
85
|
+
content: "\e909";
|
86
|
+
}
|
87
|
+
|
88
|
+
.ax-icon-chevron-left:before {
|
89
|
+
content: "\e90a";
|
90
|
+
}
|
91
|
+
|
92
|
+
.ax-icon-chevron-down:before {
|
93
|
+
content: "\e90b";
|
94
|
+
}
|
95
|
+
|
96
|
+
.ax-icon-chevron-up:before {
|
97
|
+
content: "\e90c";
|
98
|
+
}
|
99
|
+
|
100
|
+
.ax-icon-chevron-right:before {
|
101
|
+
content: "\e90d";
|
102
|
+
}
|
103
|
+
|
104
|
+
.ax-icon-first-page:before {
|
105
|
+
content: "\e90e";
|
106
|
+
}
|
107
|
+
|
108
|
+
.ax-icon-last-page:before {
|
109
|
+
content: "\e90f";
|
110
|
+
}
|
111
|
+
|
112
|
+
.ax-icon-full-screen:before {
|
113
|
+
content: "\e910";
|
114
|
+
}
|
115
|
+
|
116
|
+
.ax-icon-full-screen-close:before {
|
117
|
+
content: "\e911";
|
118
|
+
}
|
119
|
+
|
120
|
+
.ax-icon-done:before {
|
121
|
+
content: "\e912";
|
122
|
+
}
|
123
|
+
|
124
|
+
.ax-icon-calendar:before {
|
125
|
+
content: "\e913";
|
126
|
+
}
|
127
|
+
|
128
|
+
.ax-icon-more:before {
|
129
|
+
content: "\e914";
|
130
|
+
}
|
131
|
+
|
132
|
+
.ax-icon-menu:before {
|
133
|
+
content: "\e915";
|
134
|
+
}
|
135
|
+
|
136
|
+
.ax-icon-report:before {
|
137
|
+
content: "\e916";
|
138
|
+
}
|
139
|
+
|
140
|
+
.ax-icon-report-fill:before {
|
141
|
+
content: "\e917";
|
142
|
+
}
|
143
|
+
|
144
|
+
.ax-icon-error:before {
|
145
|
+
content: "\e918";
|
146
|
+
}
|
147
|
+
|
148
|
+
.ax-icon-error-fill:before {
|
149
|
+
content: "\e919";
|
150
|
+
}
|
151
|
+
|
152
|
+
.ax-icon-warning:before {
|
153
|
+
content: "\e91a";
|
154
|
+
}
|
155
|
+
|
156
|
+
.ax-icon-warning-fill:before {
|
157
|
+
content: "\e91b";
|
158
|
+
}
|
159
|
+
|
160
|
+
.ax-icon-check-circle:before {
|
161
|
+
content: "\e91c";
|
162
|
+
}
|
163
|
+
|
164
|
+
.ax-icon-check-circle-fill:before {
|
165
|
+
content: "\e91d";
|
166
|
+
}
|
167
|
+
|
168
|
+
.ax-icon-close:before {
|
169
|
+
content: "\e91e";
|
170
|
+
}
|
171
|
+
|
172
|
+
.ax-icon-time:before {
|
173
|
+
content: "\e91f";
|
174
|
+
}
|
175
|
+
|
176
|
+
.ax-icon-visibility-off:before {
|
177
|
+
content: "\e920";
|
178
|
+
}
|
179
|
+
|
180
|
+
.ax-icon-visibility:before {
|
181
|
+
content: "\e921";
|
182
|
+
}
|
183
|
+
|
184
|
+
.ax-icon-unfold-more:before {
|
185
|
+
content: "\e922";
|
186
|
+
}
|
187
|
+
|
188
|
+
.ax-icon-unfold-less:before {
|
189
|
+
content: "\e923";
|
190
|
+
}
|
191
|
+
|
192
|
+
.ax-icon-arrow-long:before {
|
193
|
+
content: "\e924";
|
194
|
+
}
|
195
|
+
|
196
|
+
.ax-icon-arrow-short:before {
|
197
|
+
content: "\e925";
|
198
|
+
}
|
199
|
+
|
200
|
+
.ax-icon-download:before {
|
201
|
+
content: "\e926";
|
202
|
+
}
|
203
|
+
|
204
|
+
.ax-icon-upload:before {
|
205
|
+
content: "\e927";
|
206
|
+
}
|
207
|
+
|
208
|
+
.ax-icon-publish:before {
|
209
|
+
content: "\e928";
|
210
|
+
}
|
211
|
+
|
212
|
+
.ax-icon-cloud-download:before {
|
213
|
+
content: "\e929";
|
214
|
+
}
|
215
|
+
|
216
|
+
.ax-icon-cloud-upload:before {
|
217
|
+
content: "\e92a";
|
218
|
+
}
|
219
|
+
|
220
|
+
.ax-icon-undo:before {
|
221
|
+
content: "\e92b";
|
222
|
+
}
|
223
|
+
|
224
|
+
.ax-icon-redo:before {
|
225
|
+
content: "\e92c";
|
226
|
+
}
|
227
|
+
|
228
|
+
.ax-icon-search:before {
|
229
|
+
content: "\e92d";
|
230
|
+
}
|
231
|
+
|
232
|
+
.ax-icon-add:before {
|
233
|
+
content: "\e92e";
|
234
|
+
}
|
235
|
+
|
236
|
+
.ax-icon-remove:before {
|
237
|
+
content: "\e92f";
|
238
|
+
}
|
239
|
+
|
240
|
+
.ax-icon-paste:before {
|
241
|
+
content: "\e930";
|
242
|
+
}
|
243
|
+
|
244
|
+
.ax-icon-cut:before {
|
245
|
+
content: "\e931";
|
246
|
+
}
|
247
|
+
|
248
|
+
.ax-icon-copy:before {
|
249
|
+
content: "\e932";
|
250
|
+
}
|
251
|
+
|
252
|
+
.ax-icon-refresh:before {
|
253
|
+
content: "\e933";
|
254
|
+
}
|
255
|
+
|
256
|
+
.ax-icon-inbox:before {
|
257
|
+
content: "\e934";
|
258
|
+
}
|
259
|
+
|
260
|
+
.ax-icon-skip-previous:before {
|
261
|
+
content: "\e935";
|
262
|
+
}
|
263
|
+
|
264
|
+
.ax-icon-skip-next:before {
|
265
|
+
content: "\e936";
|
266
|
+
}
|
267
|
+
|
268
|
+
.ax-icon-delete:before {
|
269
|
+
content: "\e937";
|
270
|
+
}
|
271
|
+
|
272
|
+
.ax-icon-happy:before {
|
273
|
+
content: "\e938";
|
274
|
+
}
|
275
|
+
|
276
|
+
.ax-icon-normal:before {
|
277
|
+
content: "\e939";
|
278
|
+
}
|
279
|
+
|
280
|
+
.ax-icon-sad:before {
|
281
|
+
content: "\e93a";
|
282
|
+
}
|
283
|
+
|
284
|
+
.ax-icon-person:before {
|
285
|
+
content: "\e93b";
|
286
|
+
}
|
287
|
+
|
288
|
+
.ax-icon-dashboard:before {
|
289
|
+
content: "\e93c";
|
290
|
+
}
|
291
|
+
|
292
|
+
.ax-animate-fadeIn {
|
293
|
+
animation-name: ax-fadeIn;
|
294
|
+
animation-duration: 1s;
|
295
|
+
animation-duration: 1000ms;
|
296
|
+
}
|
297
|
+
|
298
|
+
.ax-animate-bounceIn {
|
299
|
+
animation: 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) both ax-bounceIn;
|
300
|
+
}
|
301
|
+
|
302
|
+
.ax-animate-faster {
|
303
|
+
animation-duration: 0.5s;
|
304
|
+
animation-duration: 500ms;
|
305
|
+
}
|
306
|
+
|
307
|
+
.ax-animate-zoomIn {
|
308
|
+
animation-name: ax-zoomIn;
|
309
|
+
}
|
310
|
+
|
311
|
+
.ax-animate-slideInUp {
|
312
|
+
animation-name: ax-slideInUp;
|
313
|
+
}
|
314
|
+
|
315
|
+
@keyframes ax-slideInUp {
|
316
|
+
from {
|
317
|
+
transform: translate3d(0, 100%, 0);
|
318
|
+
visibility: visible;
|
319
|
+
}
|
320
|
+
to {
|
321
|
+
transform: translate3d(0, 0, 0);
|
322
|
+
}
|
323
|
+
}
|
324
|
+
@keyframes ax-zoomIn {
|
325
|
+
from {
|
326
|
+
opacity: 0;
|
327
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
328
|
+
}
|
329
|
+
50% {
|
330
|
+
opacity: 1;
|
331
|
+
}
|
332
|
+
}
|
333
|
+
@keyframes ax-fadeIn {
|
334
|
+
from {
|
335
|
+
opacity: 0;
|
336
|
+
}
|
337
|
+
to {
|
338
|
+
opacity: 1;
|
339
|
+
}
|
340
|
+
}
|
341
|
+
@keyframes ax-bounceIn {
|
342
|
+
from, 20%, 40%, 60%, 80%, to {
|
343
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
344
|
+
}
|
345
|
+
0% {
|
346
|
+
opacity: 0;
|
347
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
348
|
+
}
|
349
|
+
20% {
|
350
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
351
|
+
}
|
352
|
+
40% {
|
353
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
354
|
+
}
|
355
|
+
60% {
|
356
|
+
opacity: 1;
|
357
|
+
transform: scale3d(1.03, 1.03, 1.03);
|
358
|
+
}
|
359
|
+
80% {
|
360
|
+
transform: scale3d(0.97, 0.97, 0.97);
|
361
|
+
}
|
362
|
+
to {
|
363
|
+
opacity: 1;
|
364
|
+
transform: scale3d(1, 1, 1);
|
365
|
+
}
|
366
|
+
}
|
367
|
+
/*
|
368
|
+
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
|
369
|
+
*/
|
370
|
+
/*
|
371
|
+
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
372
|
+
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
373
|
+
*/
|
374
|
+
*,
|
375
|
+
::before,
|
376
|
+
::after {
|
377
|
+
box-sizing: border-box;
|
378
|
+
/* 1 */
|
379
|
+
border-width: 0;
|
380
|
+
/* 2 */
|
381
|
+
border-style: solid;
|
382
|
+
/* 2 */
|
383
|
+
border-color: rgba(var(--ax-color-border-default));
|
384
|
+
/* 2 */
|
385
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
386
|
+
-moz-tap-highlight-color: rgba(0, 0, 0, 0);
|
387
|
+
}
|
388
|
+
|
389
|
+
::before,
|
390
|
+
::after {
|
391
|
+
--tw-content: "";
|
392
|
+
}
|
393
|
+
|
394
|
+
/*
|
395
|
+
1. Use a consistent sensible line-height in all browsers.
|
396
|
+
2. Prevent adjustments of font size after orientation changes in iOS.
|
397
|
+
3. Use a more readable tab size.
|
398
|
+
4. Use the user's configured `sans` font-family by default.
|
399
|
+
5. Use the user's configured `sans` font-feature-settings by default.
|
400
|
+
*/
|
401
|
+
html,
|
402
|
+
:host {
|
403
|
+
line-height: 1.5;
|
404
|
+
/* 1 */
|
405
|
+
-webkit-text-size-adjust: 100%;
|
406
|
+
/* 2 */
|
407
|
+
-moz-tab-size: 4;
|
408
|
+
/* 3 */
|
409
|
+
-o-tab-size: 4;
|
410
|
+
tab-size: 4;
|
411
|
+
/* 3 */
|
412
|
+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
413
|
+
/* 4 */
|
414
|
+
font-feature-settings: normal;
|
415
|
+
/* 5 */
|
416
|
+
}
|
417
|
+
|
418
|
+
/*
|
419
|
+
1. Remove the margin in all browsers.
|
420
|
+
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
421
|
+
*/
|
422
|
+
body {
|
423
|
+
margin: 0;
|
424
|
+
/* 1 */
|
425
|
+
line-height: inherit;
|
426
|
+
/* 2 */
|
427
|
+
}
|
428
|
+
|
429
|
+
/*
|
430
|
+
1. Add the correct height in Firefox.
|
431
|
+
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
432
|
+
3. Ensure horizontal rules are visible by default.
|
433
|
+
*/
|
434
|
+
hr {
|
435
|
+
height: 0;
|
436
|
+
/* 1 */
|
437
|
+
color: inherit;
|
438
|
+
/* 2 */
|
439
|
+
border-top-width: 1px;
|
440
|
+
/* 3 */
|
441
|
+
}
|
442
|
+
|
443
|
+
/*
|
444
|
+
Add the correct text decoration in Chrome, Edge, and Safari.
|
445
|
+
*/
|
446
|
+
abbr:where([title]) {
|
447
|
+
-webkit-text-decoration: underline dotted;
|
448
|
+
text-decoration: underline dotted;
|
449
|
+
}
|
450
|
+
|
451
|
+
/*
|
452
|
+
Remove the default font size and weight for headings.
|
453
|
+
*/
|
454
|
+
h1,
|
455
|
+
h2,
|
456
|
+
h3,
|
457
|
+
h4,
|
458
|
+
h5,
|
459
|
+
h6 {
|
460
|
+
font-size: inherit;
|
461
|
+
font-weight: inherit;
|
462
|
+
}
|
463
|
+
|
464
|
+
/*
|
465
|
+
Reset links to optimize for opt-in styling instead of opt-out.
|
466
|
+
*/
|
467
|
+
a {
|
468
|
+
color: inherit;
|
469
|
+
text-decoration: inherit;
|
470
|
+
}
|
471
|
+
|
472
|
+
/*
|
473
|
+
Add the correct font weight in Edge and Safari.
|
474
|
+
*/
|
475
|
+
b,
|
476
|
+
strong {
|
477
|
+
font-weight: bolder;
|
478
|
+
}
|
479
|
+
|
480
|
+
/*
|
481
|
+
1. Use the user's configured `mono` font family by default.
|
482
|
+
2. Correct the odd `em` font sizing in all browsers.
|
483
|
+
*/
|
484
|
+
code,
|
485
|
+
kbd,
|
486
|
+
samp,
|
487
|
+
pre {
|
488
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
489
|
+
/* 1 */
|
490
|
+
font-size: 1em;
|
491
|
+
/* 2 */
|
492
|
+
}
|
493
|
+
|
494
|
+
/*
|
495
|
+
Add the correct font size in all browsers.
|
496
|
+
*/
|
497
|
+
small {
|
498
|
+
font-size: 80%;
|
499
|
+
}
|
500
|
+
|
501
|
+
/*
|
502
|
+
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
503
|
+
*/
|
504
|
+
sub,
|
505
|
+
sup {
|
506
|
+
font-size: 75%;
|
507
|
+
line-height: 0;
|
508
|
+
position: relative;
|
509
|
+
vertical-align: baseline;
|
510
|
+
}
|
511
|
+
|
512
|
+
sub {
|
513
|
+
bottom: -0.25em;
|
514
|
+
}
|
515
|
+
|
516
|
+
sup {
|
517
|
+
top: -0.5em;
|
518
|
+
}
|
519
|
+
|
520
|
+
/*
|
521
|
+
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)
|
522
|
+
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)
|
523
|
+
3. Remove gaps between table borders by default.
|
524
|
+
*/
|
525
|
+
table {
|
526
|
+
text-indent: 0;
|
527
|
+
/* 1 */
|
528
|
+
border-color: inherit;
|
529
|
+
/* 2 */
|
530
|
+
border-collapse: collapse;
|
531
|
+
/* 3 */
|
532
|
+
}
|
533
|
+
|
534
|
+
/*
|
535
|
+
1. Change the font styles in all browsers.
|
536
|
+
2. Remove the margin in Firefox and Safari.
|
537
|
+
3. Remove default padding in all browsers.
|
538
|
+
*/
|
539
|
+
button,
|
540
|
+
input,
|
541
|
+
optgroup,
|
542
|
+
select,
|
543
|
+
textarea {
|
544
|
+
font-family: inherit; /* 1 */
|
545
|
+
font-feature-settings: inherit; /* 1 */
|
546
|
+
font-variation-settings: inherit; /* 1 */
|
547
|
+
font-size: 100%; /* 1 */
|
548
|
+
font-weight: inherit; /* 1 */
|
549
|
+
line-height: inherit; /* 1 */
|
550
|
+
color: inherit; /* 1 */
|
551
|
+
margin: 0; /* 2 */
|
552
|
+
padding: 0; /* 3 */
|
553
|
+
}
|
554
|
+
|
555
|
+
/*
|
556
|
+
Remove the inheritance of text transform in Edge and Firefox.
|
557
|
+
*/
|
558
|
+
button,
|
559
|
+
select {
|
560
|
+
text-transform: none;
|
561
|
+
}
|
562
|
+
|
563
|
+
/*
|
564
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
565
|
+
2. Remove default button styles.
|
566
|
+
*/
|
567
|
+
button,
|
568
|
+
[type=button],
|
569
|
+
[type=reset],
|
570
|
+
[type=submit] {
|
571
|
+
-webkit-appearance: button;
|
572
|
+
/* 1 */
|
573
|
+
background-color: transparent;
|
574
|
+
/* 2 */
|
575
|
+
background-image: none;
|
576
|
+
/* 2 */
|
577
|
+
}
|
578
|
+
|
579
|
+
/*
|
580
|
+
Use the modern Firefox focus style for all focusable elements.
|
581
|
+
*/
|
582
|
+
:-moz-focusring {
|
583
|
+
outline: auto;
|
584
|
+
}
|
585
|
+
|
586
|
+
/*
|
587
|
+
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
588
|
+
*/
|
589
|
+
:-moz-ui-invalid {
|
590
|
+
box-shadow: none;
|
591
|
+
}
|
592
|
+
|
593
|
+
/*
|
594
|
+
Add the correct vertical alignment in Chrome and Firefox.
|
595
|
+
*/
|
596
|
+
progress {
|
597
|
+
vertical-align: baseline;
|
598
|
+
}
|
599
|
+
|
600
|
+
/*
|
601
|
+
Correct the cursor style of increment and decrement buttons in Safari.
|
602
|
+
*/
|
603
|
+
::-webkit-inner-spin-button,
|
604
|
+
::-webkit-outer-spin-button {
|
605
|
+
height: auto;
|
606
|
+
}
|
607
|
+
|
608
|
+
/*
|
609
|
+
1. Correct the odd appearance in Chrome and Safari.
|
610
|
+
2. Correct the outline style in Safari.
|
611
|
+
*/
|
612
|
+
[type=search] {
|
613
|
+
-webkit-appearance: textfield;
|
614
|
+
/* 1 */
|
615
|
+
outline-offset: -2px;
|
616
|
+
/* 2 */
|
617
|
+
}
|
618
|
+
|
619
|
+
/*
|
620
|
+
Remove the inner padding in Chrome and Safari on macOS.
|
621
|
+
*/
|
622
|
+
::-webkit-search-decoration {
|
623
|
+
-webkit-appearance: none;
|
624
|
+
}
|
625
|
+
|
626
|
+
/*
|
627
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
628
|
+
2. Change font properties to `inherit` in Safari.
|
629
|
+
*/
|
630
|
+
::-webkit-file-upload-button {
|
631
|
+
-webkit-appearance: button;
|
632
|
+
/* 1 */
|
633
|
+
font: inherit;
|
634
|
+
/* 2 */
|
635
|
+
}
|
636
|
+
|
637
|
+
/*
|
638
|
+
Add the correct display in Chrome and Safari.
|
639
|
+
*/
|
640
|
+
summary {
|
641
|
+
display: list-item;
|
642
|
+
}
|
643
|
+
|
644
|
+
/*
|
645
|
+
Removes the default spacing and border for appropriate elements.
|
646
|
+
*/
|
647
|
+
blockquote,
|
648
|
+
dl,
|
649
|
+
dd,
|
650
|
+
h1,
|
651
|
+
h2,
|
652
|
+
h3,
|
653
|
+
h4,
|
654
|
+
h5,
|
655
|
+
h6,
|
656
|
+
hr,
|
657
|
+
figure,
|
658
|
+
p,
|
659
|
+
pre {
|
660
|
+
margin: 0;
|
661
|
+
}
|
662
|
+
|
663
|
+
fieldset {
|
664
|
+
margin: 0;
|
665
|
+
padding: 0;
|
666
|
+
}
|
667
|
+
|
668
|
+
legend {
|
669
|
+
padding: 0;
|
670
|
+
}
|
671
|
+
|
672
|
+
ol,
|
673
|
+
ul,
|
674
|
+
menu {
|
675
|
+
list-style: none;
|
676
|
+
margin: 0;
|
677
|
+
padding: 0;
|
678
|
+
}
|
679
|
+
|
680
|
+
dialog {
|
681
|
+
padding: 0;
|
682
|
+
}
|
683
|
+
|
684
|
+
/*
|
685
|
+
Prevent resizing textareas horizontally by default.
|
686
|
+
*/
|
687
|
+
textarea {
|
688
|
+
resize: vertical;
|
689
|
+
}
|
690
|
+
|
691
|
+
/*
|
692
|
+
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
693
|
+
2. Set the default placeholder color to the user's configured gray 400 color.
|
694
|
+
*/
|
695
|
+
input::-moz-placeholder,
|
696
|
+
textarea::-moz-placeholder {
|
697
|
+
opacity: 1;
|
698
|
+
/* 1 */
|
699
|
+
color: rgba(var(--ax-color-text-default), 0.5);
|
700
|
+
/* 2 */
|
701
|
+
}
|
702
|
+
|
703
|
+
input::placeholder,
|
704
|
+
textarea::placeholder {
|
705
|
+
opacity: 1;
|
706
|
+
/* 1 */
|
707
|
+
color: rgba(var(--ax-color-text-default), 0.5);
|
708
|
+
/* 2 */
|
709
|
+
}
|
710
|
+
|
711
|
+
/*
|
712
|
+
Set the default cursor for buttons.
|
713
|
+
*/
|
714
|
+
button,
|
715
|
+
[role=button] {
|
716
|
+
cursor: pointer;
|
717
|
+
}
|
718
|
+
|
719
|
+
/*
|
720
|
+
Make sure disabled buttons don't get the pointer cursor.
|
721
|
+
*/
|
722
|
+
:disabled {
|
723
|
+
cursor: default;
|
724
|
+
}
|
725
|
+
|
726
|
+
/*
|
727
|
+
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
728
|
+
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
729
|
+
This can trigger a poorly considered lint error in some tools but is included by design.
|
730
|
+
*/
|
731
|
+
img,
|
732
|
+
svg,
|
733
|
+
video,
|
734
|
+
canvas,
|
735
|
+
audio,
|
736
|
+
iframe,
|
737
|
+
embed,
|
738
|
+
object {
|
739
|
+
display: block;
|
740
|
+
/* 1 */
|
741
|
+
vertical-align: middle;
|
742
|
+
/* 2 */
|
743
|
+
}
|
744
|
+
|
745
|
+
/*
|
746
|
+
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
747
|
+
*/
|
748
|
+
img,
|
749
|
+
video {
|
750
|
+
max-width: 100%;
|
751
|
+
height: auto;
|
752
|
+
}
|
753
|
+
|
754
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
755
|
+
[hidden] {
|
756
|
+
display: none;
|
757
|
+
}
|
758
|
+
|
759
|
+
:root {
|
760
|
+
--ax-overlay-full-width: 93;
|
761
|
+
--ax-color-white: 255, 255, 255;
|
762
|
+
--ax-color-black: 0, 0, 0;
|
763
|
+
}
|
764
|
+
|
765
|
+
html,
|
766
|
+
body {
|
767
|
+
background-color: rgba(var(--ax-color-background-default));
|
768
|
+
color: rgba(var(--ax-color-text-default));
|
769
|
+
}
|
770
|
+
|
771
|
+
.ax-actionsheet-panel {
|
772
|
+
animation-duration: 100ms;
|
773
|
+
-webkit-animation-duration: 100ms;
|
774
|
+
animation-fill-mode: both;
|
775
|
+
-webkit-animation-fill-mode: both;
|
776
|
+
opacity: 0;
|
777
|
+
animation-name: fadeInUp;
|
778
|
+
-webkit-animation-name: fadeInUp;
|
779
|
+
background-color: rgba(var(--ax-color-surface));
|
780
|
+
-webkit-border-top-left-radius: var(--ax-rounded-border-default);
|
781
|
+
-webkit-border-top-right-radius: var(--ax-rounded-border-default);
|
782
|
+
-moz-border-radius-topleft: var(--ax-rounded-border-default);
|
783
|
+
-moz-border-radius-topright: var(--ax-rounded-border-default);
|
784
|
+
border-top-left-radius: var(--ax-rounded-border-default);
|
785
|
+
border-top-right-radius: var(--ax-rounded-border-default);
|
786
|
+
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.141), 0 6px 30px 5px rgba(0, 0, 0, 0.122);
|
787
|
+
overflow: hidden;
|
788
|
+
}
|
789
|
+
@keyframes fadeInUp {
|
790
|
+
from {
|
791
|
+
transform: translate3d(0, 40px, 0);
|
792
|
+
}
|
793
|
+
to {
|
794
|
+
transform: translate3d(0, 0, 0);
|
795
|
+
opacity: 1;
|
796
|
+
}
|
797
|
+
}
|
798
|
+
@-webkit-keyframes fadeInUp {
|
799
|
+
from {
|
800
|
+
transform: translate3d(0, 40px, 0);
|
801
|
+
}
|
802
|
+
to {
|
803
|
+
transform: translate3d(0, 0, 0);
|
804
|
+
opacity: 1;
|
805
|
+
}
|
806
|
+
}
|
807
|
+
|
808
|
+
.ax-checkbox {
|
809
|
+
width: 1.125rem;
|
810
|
+
height: 1.125rem;
|
811
|
+
border: 1px solid;
|
812
|
+
border-color: rgba(var(--ax-color-border-default));
|
813
|
+
background-color: rgba(var(--ax-color-input-surface));
|
814
|
+
border-radius: 0.2rem;
|
815
|
+
margin: 0;
|
816
|
+
outline: none;
|
817
|
+
vertical-align: middle;
|
818
|
+
appearance: none;
|
819
|
+
}
|
820
|
+
.ax-checkbox:checked, .ax-checkbox:indeterminate {
|
821
|
+
border-color: rgba(var(--ax-color-primary-500)) !important;
|
822
|
+
background-color: rgba(var(--ax-color-primary-500)) !important;
|
823
|
+
background-repeat: no-repeat;
|
824
|
+
background-size: contain;
|
825
|
+
}
|
826
|
+
.ax-checkbox:checked {
|
827
|
+
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
|
828
|
+
}
|
829
|
+
.ax-checkbox:indeterminate {
|
830
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzIiB5PSI3IiB3aWR0aD0iMTAiIGhlaWdodD0iMiIvPjwvc3ZnPg==");
|
831
|
+
}
|
832
|
+
.ax-checkbox:focus-visible {
|
833
|
+
outline-offset: 2px;
|
834
|
+
outline-width: 2px;
|
835
|
+
outline-style: solid;
|
836
|
+
outline-color: rgba(var(--ax-color-primary-500));
|
837
|
+
}
|
838
|
+
.ax-checkbox:disabled {
|
839
|
+
cursor: not-allowed;
|
840
|
+
opacity: 0.5;
|
841
|
+
}
|
842
|
+
|
843
|
+
.ax-decoration-container,
|
844
|
+
ax-header,
|
845
|
+
ax-footer {
|
846
|
+
display: flex;
|
847
|
+
justify-content: space-between;
|
848
|
+
gap: 0.5rem;
|
849
|
+
}
|
850
|
+
.ax-decoration-container > ax-prefix, .ax-decoration-container > ax-suffix,
|
851
|
+
ax-header > ax-prefix,
|
852
|
+
ax-header > ax-suffix,
|
853
|
+
ax-footer > ax-prefix,
|
854
|
+
ax-footer > ax-suffix {
|
855
|
+
display: flex;
|
856
|
+
flex: 1 1 auto;
|
857
|
+
flex-direction: row;
|
858
|
+
gap: 0.5rem;
|
859
|
+
align-items: center;
|
860
|
+
}
|
861
|
+
.ax-decoration-container > ax-prefix,
|
862
|
+
ax-header > ax-prefix,
|
863
|
+
ax-footer > ax-prefix {
|
864
|
+
order: -9999;
|
865
|
+
justify-content: flex-start;
|
866
|
+
align-items: center;
|
867
|
+
}
|
868
|
+
.ax-decoration-container > ax-suffix,
|
869
|
+
ax-header > ax-suffix,
|
870
|
+
ax-footer > ax-suffix {
|
871
|
+
order: 9999;
|
872
|
+
justify-content: flex-end;
|
873
|
+
align-items: center;
|
874
|
+
}
|
875
|
+
|
876
|
+
ax-close-button button {
|
877
|
+
cursor: pointer;
|
878
|
+
background-color: transparent;
|
879
|
+
display: flex;
|
880
|
+
}
|
881
|
+
ax-close-button button i {
|
882
|
+
font-size: 1.5rem;
|
883
|
+
}
|
884
|
+
ax-close-button button:focus {
|
885
|
+
outline: none;
|
886
|
+
opacity: 0.85;
|
887
|
+
}
|
888
|
+
ax-close-button button:hover {
|
889
|
+
opacity: 0.75;
|
890
|
+
}
|
891
|
+
ax-close-button button:active {
|
892
|
+
opacity: 1;
|
893
|
+
}
|
894
|
+
|
895
|
+
ax-icon {
|
896
|
+
display: inherit;
|
897
|
+
}
|
898
|
+
|
899
|
+
ax-sub-title {
|
900
|
+
font-weight: 400;
|
901
|
+
font-size: 0.875rem;
|
902
|
+
opacity: 0.75;
|
903
|
+
}
|
904
|
+
|
905
|
+
ax-form-hint {
|
906
|
+
font-size: 0.875rem;
|
907
|
+
color: rgba(var(--ax-color-text-default), 0.75);
|
908
|
+
margin-top: 0.5rem;
|
909
|
+
display: block;
|
910
|
+
}
|
911
|
+
|
912
|
+
.ax-drop-down {
|
913
|
+
display: contents;
|
914
|
+
}
|
915
|
+
.ax-drop-down .ax-dropdown-content {
|
916
|
+
display: flex;
|
917
|
+
align-items: center;
|
918
|
+
flex: 1 1 auto;
|
919
|
+
font-size: 0.875rem;
|
920
|
+
overflow-y: hidden;
|
921
|
+
overflow-x: auto;
|
922
|
+
text-transform: capitalize;
|
923
|
+
}
|
924
|
+
.ax-drop-down .ax-dropdown-content.ax-state-disabled {
|
925
|
+
opacity: 0.5;
|
926
|
+
cursor: not-allowed;
|
927
|
+
}
|
928
|
+
|
929
|
+
.ax-overlay-pane {
|
930
|
+
height: fit-content;
|
931
|
+
background-color: rgba(var(--ax-color-surface));
|
932
|
+
border: 1px solid;
|
933
|
+
border-color: rgba(var(--ax-color-border-default));
|
934
|
+
border-radius: var(--ax-rounded-border-default);
|
935
|
+
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
|
936
|
+
overflow: hidden;
|
937
|
+
margin-top: 0.25rem;
|
938
|
+
}
|
939
|
+
.ax-overlay-pane ax-header,
|
940
|
+
.ax-overlay-pane ax-footer {
|
941
|
+
background-color: rgba(var(--ax-color-surface));
|
942
|
+
padding: 0.75rem;
|
943
|
+
}
|
944
|
+
@media (max-width: 599px) {
|
945
|
+
.ax-overlay-pane {
|
946
|
+
border-bottom-right-radius: 0px;
|
947
|
+
border-bottom-left-radius: 0px;
|
948
|
+
}
|
949
|
+
}
|
950
|
+
.ax-overlay-pane.ax-overlay-center {
|
951
|
+
height: fit-content;
|
952
|
+
max-height: 90vh;
|
953
|
+
width: 80vw;
|
954
|
+
}
|
955
|
+
.ax-overlay-pane.ax-overlay-actionsheet {
|
956
|
+
background-color: rgba(var(--ax-color-surface));
|
957
|
+
width: 100%;
|
958
|
+
height: auto;
|
959
|
+
max-height: 85vh;
|
960
|
+
}
|
961
|
+
.ax-overlay-pane.ax-overlay-actionsheet.ax-full {
|
962
|
+
max-height: 95vh;
|
963
|
+
height: 95vh;
|
964
|
+
}
|
965
|
+
.ax-overlay-pane.ax-overlay-full {
|
966
|
+
width: 100vw;
|
967
|
+
height: 100vh;
|
968
|
+
}
|
969
|
+
|
970
|
+
.ax-dark .ax-editor-container.ax-look-fill.ax-state-error {
|
971
|
+
background-color: rgba(var(--ax-color-danger-500), 0.25);
|
972
|
+
}
|
973
|
+
|
974
|
+
.ax-editor-container {
|
975
|
+
width: 100%;
|
976
|
+
height: var(--ax-size-default);
|
977
|
+
display: flex;
|
978
|
+
align-items: center;
|
979
|
+
color: rgba(var(--ax-color-input-surface-fore));
|
980
|
+
font-size: 0.875rem;
|
981
|
+
overflow: hidden;
|
982
|
+
line-height: 1;
|
983
|
+
}
|
984
|
+
.ax-editor-container.ax-look-solid, .ax-editor-container.ax-look-outline {
|
985
|
+
background-color: rgba(var(--ax-color-input-surface));
|
986
|
+
border: 1px solid;
|
987
|
+
border-color: rgba(var(--ax-color-border-default));
|
988
|
+
border-radius: var(--ax-rounded-border-default);
|
989
|
+
}
|
990
|
+
.ax-editor-container.ax-look-solid:focus-within, .ax-editor-container.ax-look-outline:focus-within {
|
991
|
+
border-color: rgba(var(--ax-color-primary-500));
|
992
|
+
box-shadow: 0 0 0 1px rgba(var(--ax-color-primary-500));
|
993
|
+
}
|
994
|
+
.ax-editor-container.ax-look-solid.ax-state-error, .ax-editor-container.ax-look-outline.ax-state-error {
|
995
|
+
border-color: rgba(var(--ax-color-danger-500));
|
996
|
+
}
|
997
|
+
.ax-editor-container.ax-look-solid.ax-state-error:focus-within, .ax-editor-container.ax-look-outline.ax-state-error:focus-within {
|
998
|
+
box-shadow: 0 0 0 1px rgba(var(--ax-color-danger-500));
|
999
|
+
}
|
1000
|
+
.ax-editor-container.ax-look-solid.ax-state-error .ax-input::placeholder, .ax-editor-container.ax-look-outline.ax-state-error .ax-input::placeholder {
|
1001
|
+
color: rgba(var(--ax-color-danger-500));
|
1002
|
+
}
|
1003
|
+
.ax-editor-container.ax-look-flat {
|
1004
|
+
border-bottom: 1px solid;
|
1005
|
+
border-color: rgba(var(--ax-color-border-default));
|
1006
|
+
border-radius: 0;
|
1007
|
+
}
|
1008
|
+
.ax-editor-container.ax-look-flat:focus-within {
|
1009
|
+
border-color: rgba(var(--ax-color-primary-500));
|
1010
|
+
}
|
1011
|
+
.ax-editor-container.ax-look-flat.ax-state-error {
|
1012
|
+
border-color: rgba(var(--ax-color-danger-500));
|
1013
|
+
}
|
1014
|
+
.ax-editor-container.ax-look-flat.ax-state-error .ax-input::placeholder {
|
1015
|
+
color: rgba(var(--ax-color-danger-500));
|
1016
|
+
}
|
1017
|
+
.ax-editor-container.ax-look-outline {
|
1018
|
+
background-color: transparent !important;
|
1019
|
+
}
|
1020
|
+
.ax-editor-container.ax-look-fill {
|
1021
|
+
background-color: rgba(var(--ax-color-on-surface));
|
1022
|
+
border-radius: var(--ax-rounded-border-default);
|
1023
|
+
}
|
1024
|
+
.ax-editor-container.ax-look-fill:focus-within {
|
1025
|
+
box-shadow: 0 0 0 2px rgba(var(--ax-color-primary-500));
|
1026
|
+
}
|
1027
|
+
.ax-editor-container.ax-look-fill.ax-state-error {
|
1028
|
+
background-color: rgba(var(--ax-color-danger-50));
|
1029
|
+
}
|
1030
|
+
.ax-editor-container.ax-look-fill.ax-state-error:focus-within {
|
1031
|
+
box-shadow: 0 0 0 2px rgba(var(--ax-color-danger-500));
|
1032
|
+
}
|
1033
|
+
.ax-editor-container.ax-look-fill.ax-state-error .ax-input::placeholder {
|
1034
|
+
color: rgba(var(--ax-color-danger-500));
|
1035
|
+
}
|
1036
|
+
.ax-editor-container .ax-editor-input {
|
1037
|
+
height: 100%;
|
1038
|
+
flex: 1;
|
1039
|
+
}
|
1040
|
+
.ax-editor-container .ax-editor-input .ax-input {
|
1041
|
+
height: 100%;
|
1042
|
+
}
|
1043
|
+
.ax-editor-container .ax-input {
|
1044
|
+
padding: 0 0.75rem;
|
1045
|
+
}
|
1046
|
+
.ax-editor-container .ax-input::placeholder {
|
1047
|
+
color: rgba(var(--ax-color-text-default), 0.5);
|
1048
|
+
font-weight: 500;
|
1049
|
+
font-size: inherit;
|
1050
|
+
}
|
1051
|
+
.ax-editor-container.ax-xs .ax-input {
|
1052
|
+
font-size: 0.75rem;
|
1053
|
+
line-height: calc(var(--ax-size-base) - 0.75rem);
|
1054
|
+
padding: 0.5rem;
|
1055
|
+
}
|
1056
|
+
.ax-editor-container.ax-sm .ax-input {
|
1057
|
+
font-size: 0.875rem;
|
1058
|
+
line-height: calc(var(--ax-size-base) - 0.5rem);
|
1059
|
+
padding: 0.5rem;
|
1060
|
+
}
|
1061
|
+
.ax-editor-container.ax-md .ax-input {
|
1062
|
+
font-size: 0.875rem;
|
1063
|
+
line-height: var(--ax-size-base);
|
1064
|
+
}
|
1065
|
+
.ax-editor-container.ax-lg .ax-input {
|
1066
|
+
font-size: 1.125rem;
|
1067
|
+
line-height: calc(var(--ax-size-base) + 0.5rem);
|
1068
|
+
}
|
1069
|
+
.ax-editor-container.ax-xl .ax-input {
|
1070
|
+
font-size: 1.25rem;
|
1071
|
+
line-height: calc(var(--ax-size-base) + 1rem);
|
1072
|
+
}
|
1073
|
+
.ax-editor-container .ax-editor-control {
|
1074
|
+
display: flex;
|
1075
|
+
align-items: center;
|
1076
|
+
justify-content: center;
|
1077
|
+
padding-inline-start: 0.5rem;
|
1078
|
+
height: 100%;
|
1079
|
+
font-size: 1.25rem;
|
1080
|
+
line-height: 1.25rem;
|
1081
|
+
color: rgba(var(--ax-color-text-default));
|
1082
|
+
}
|
1083
|
+
.ax-editor-container.ax-button-icon {
|
1084
|
+
padding-left: 0.5rem;
|
1085
|
+
padding-right: 0.5rem;
|
1086
|
+
}
|
1087
|
+
.ax-editor-container .ax-input,
|
1088
|
+
.ax-editor-container .ax-text-area {
|
1089
|
+
width: 100%;
|
1090
|
+
background-color: transparent;
|
1091
|
+
flex: 1 1 0%;
|
1092
|
+
border: none;
|
1093
|
+
text-align: inherit;
|
1094
|
+
font-family: inherit;
|
1095
|
+
font-size: inherit;
|
1096
|
+
line-height: inherit;
|
1097
|
+
font-weight: 400;
|
1098
|
+
}
|
1099
|
+
.ax-editor-container .ax-input:focus,
|
1100
|
+
.ax-editor-container .ax-text-area:focus {
|
1101
|
+
box-shadow: none;
|
1102
|
+
}
|
1103
|
+
.ax-editor-container .ax-text-area {
|
1104
|
+
padding: 0.625rem;
|
1105
|
+
}
|
1106
|
+
.ax-editor-container > ax-prefix *,
|
1107
|
+
.ax-editor-container > ax-prefix .ax-button,
|
1108
|
+
.ax-editor-container > ax-prefix ax-title {
|
1109
|
+
border-start-start-radius: 0.25rem;
|
1110
|
+
border-end-start-radius: 0.25rem;
|
1111
|
+
}
|
1112
|
+
.ax-editor-container > ax-prefix ax-icon {
|
1113
|
+
padding-inline-start: 0.75rem;
|
1114
|
+
}
|
1115
|
+
.ax-editor-container > ax-suffix *,
|
1116
|
+
.ax-editor-container > ax-suffix .ax-button,
|
1117
|
+
.ax-editor-container > ax-suffix ax-title {
|
1118
|
+
border-start-end-radius: 0.25rem;
|
1119
|
+
border-end-end-radius: 0.25rem;
|
1120
|
+
}
|
1121
|
+
.ax-editor-container > ax-suffix ax-icon {
|
1122
|
+
padding-inline-end: 0.75rem;
|
1123
|
+
}
|
1124
|
+
.ax-editor-container > ax-prefix, .ax-editor-container > ax-suffix {
|
1125
|
+
height: 100%;
|
1126
|
+
}
|
1127
|
+
.ax-editor-container > ax-prefix *, .ax-editor-container > ax-suffix * {
|
1128
|
+
height: 100%;
|
1129
|
+
display: flex;
|
1130
|
+
justify-content: center;
|
1131
|
+
align-items: center;
|
1132
|
+
border-radius: 0;
|
1133
|
+
}
|
1134
|
+
.ax-editor-container > ax-prefix ax-title, .ax-editor-container > ax-suffix ax-title {
|
1135
|
+
padding-left: 1rem;
|
1136
|
+
padding-right: 1rem;
|
1137
|
+
}
|
1138
|
+
.ax-editor-container > ax-prefix > ax-text, .ax-editor-container > ax-suffix > ax-text {
|
1139
|
+
font-size: 0.875rem;
|
1140
|
+
background-color: transparent;
|
1141
|
+
display: flex;
|
1142
|
+
align-items: center;
|
1143
|
+
justify-content: center;
|
1144
|
+
padding: 0 0.5rem;
|
1145
|
+
line-height: 1;
|
1146
|
+
}
|
1147
|
+
.ax-editor-container .ax-button {
|
1148
|
+
height: 100% !important;
|
1149
|
+
border-radius: 0;
|
1150
|
+
}
|
1151
|
+
.ax-editor-container .ax-button.ax-button-icon {
|
1152
|
+
width: var(--ax-size-default);
|
1153
|
+
height: 100%;
|
1154
|
+
}
|
1155
|
+
.ax-editor-container.ax-state-disabled {
|
1156
|
+
opacity: 0.5;
|
1157
|
+
}
|
1158
|
+
|
1159
|
+
.ax-ripple {
|
1160
|
+
position: absolute;
|
1161
|
+
border-radius: 50%;
|
1162
|
+
transform: scale(0);
|
1163
|
+
animation: ripple 500ms linear;
|
1164
|
+
}
|
1165
|
+
@keyframes ripple {
|
1166
|
+
to {
|
1167
|
+
transform: scale(4);
|
1168
|
+
opacity: 0;
|
1169
|
+
}
|
1170
|
+
}
|
1171
|
+
|
1172
|
+
.ax-general-button {
|
1173
|
+
display: inline-flex;
|
1174
|
+
align-items: center;
|
1175
|
+
justify-content: center;
|
1176
|
+
padding: 0 1rem;
|
1177
|
+
height: var(--ax-size-default);
|
1178
|
+
font-size: 0.875rem;
|
1179
|
+
cursor: pointer;
|
1180
|
+
transition: background-color 0.3s;
|
1181
|
+
color: rgba(var(--ax-color-text-default), 0.6);
|
1182
|
+
border-radius: var(--ax-rounded-border-default);
|
1183
|
+
}
|
1184
|
+
.ax-general-button:is(.ax-general-button:hover):not(.ax-general-button:disabled, .ax-state-disabled) {
|
1185
|
+
color: rgba(var(--ax-color-primary-500));
|
1186
|
+
}
|
1187
|
+
.ax-general-button:is(.ax-general-button:focus, .ax-general-button:focus-visible):not(.ax-general-button:disabled, .ax-state-disabled) {
|
1188
|
+
color: rgba(var(--ax-color-primary-700));
|
1189
|
+
}
|
1190
|
+
.ax-general-button:is(.ax-general-button:active):not(.ax-general-button:disabled, .ax-state-disabled) {
|
1191
|
+
background-color: transparent;
|
1192
|
+
}
|
1193
|
+
.ax-general-button.ax-button-icon {
|
1194
|
+
padding: 0 0.5rem;
|
1195
|
+
font-size: 1.25rem;
|
1196
|
+
}
|
1197
|
+
.ax-general-button.ax-button-icon > button {
|
1198
|
+
display: flex;
|
1199
|
+
}
|
1200
|
+
.ax-general-button.ax-button-icon ax-icon {
|
1201
|
+
font-size: 1.25rem;
|
1202
|
+
}
|
1203
|
+
.ax-general-button.ax-button-rounded {
|
1204
|
+
border-radius: var(--ax-rounded-border-default);
|
1205
|
+
}
|
1206
|
+
.ax-general-button:disabled, .ax-general-button.ax-state-disabled {
|
1207
|
+
opacity: 0.5;
|
1208
|
+
cursor: not-allowed;
|
1209
|
+
}
|
1210
|
+
|
1211
|
+
.ax-clear-button {
|
1212
|
+
font-size: 1rem;
|
1213
|
+
line-height: 1;
|
1214
|
+
color: rgba(var(--ax-color-text-default), 0.6);
|
1215
|
+
height: var(--ax-size-default);
|
1216
|
+
display: inline-flex;
|
1217
|
+
align-items: center;
|
1218
|
+
justify-content: center;
|
1219
|
+
padding: 0 0.5rem;
|
1220
|
+
}
|
1221
|
+
.ax-clear-button > button {
|
1222
|
+
display: flex;
|
1223
|
+
}
|
1224
|
+
.ax-clear-button:is(.ax-clear-button:hover):not(.ax-clear-button:disabled, .ax-state-disabled) {
|
1225
|
+
color: rgba(var(--ax-color-text-default), 0.75);
|
1226
|
+
}
|
1227
|
+
.ax-clear-button:is(.ax-clear-button:focus, .ax-clear-button:focus-visible):not(.ax-clear-button:disabled, .ax-state-disabled) {
|
1228
|
+
color: rgba(var(--ax-color-text-default));
|
1229
|
+
}
|
1230
|
+
|
1231
|
+
.ax-input {
|
1232
|
+
outline: none;
|
1233
|
+
padding: 0;
|
1234
|
+
font-size: inherit;
|
1235
|
+
}
|
1236
|
+
.ax-input:focus {
|
1237
|
+
outline-color: transparent;
|
1238
|
+
}
|
1239
|
+
.ax-input.ax-state-disabled {
|
1240
|
+
cursor: not-allowed;
|
1241
|
+
opacity: 0.5;
|
1242
|
+
}
|
1243
|
+
|
1244
|
+
.ax-dark .ax-list-item.ax-state-selected {
|
1245
|
+
background-color: rgba(var(--ax-color-primary-800)) !important;
|
1246
|
+
color: rgba(var(--ax-color-primary-fore)) !important;
|
1247
|
+
}
|
1248
|
+
.ax-dark .ax-list-item.ax-state-selected .ax-selected-icon {
|
1249
|
+
color: rgba(var(--ax-color-primary-fore));
|
1250
|
+
}
|
1251
|
+
|
1252
|
+
.ax-list {
|
1253
|
+
display: flex;
|
1254
|
+
flex-direction: column;
|
1255
|
+
overflow: hidden;
|
1256
|
+
font-size: 0.875rem;
|
1257
|
+
background-color: rgba(var(--ax-color-surface));
|
1258
|
+
height: 100%;
|
1259
|
+
}
|
1260
|
+
@media (min-width: 1200px) {
|
1261
|
+
.ax-list {
|
1262
|
+
max-height: 320px;
|
1263
|
+
}
|
1264
|
+
}
|
1265
|
+
.ax-list ax-header,
|
1266
|
+
.ax-list ax-footer {
|
1267
|
+
display: flex;
|
1268
|
+
justify-content: space-between;
|
1269
|
+
align-items: center;
|
1270
|
+
background-color: rgba(var(--ax-color-surface));
|
1271
|
+
border-color: rgba(var(--ax-color-border-default));
|
1272
|
+
}
|
1273
|
+
.ax-list ax-header {
|
1274
|
+
padding: 1rem;
|
1275
|
+
font-size: 1.125rem;
|
1276
|
+
font-weight: 500;
|
1277
|
+
border-bottom: 1px solid;
|
1278
|
+
border-color: rgba(var(--ax-color-border-default));
|
1279
|
+
}
|
1280
|
+
.ax-list ax-header ax-prefix,
|
1281
|
+
.ax-list ax-header ax-suffix {
|
1282
|
+
display: flex;
|
1283
|
+
flex-direction: column;
|
1284
|
+
justify-content: flex-start;
|
1285
|
+
}
|
1286
|
+
.ax-list ax-header ax-prefix {
|
1287
|
+
align-items: flex-start;
|
1288
|
+
}
|
1289
|
+
.ax-list ax-header ax-suffix {
|
1290
|
+
align-items: flex-end;
|
1291
|
+
}
|
1292
|
+
@media (max-width: 599px) {
|
1293
|
+
.ax-list ax-header {
|
1294
|
+
font-size: 1rem;
|
1295
|
+
}
|
1296
|
+
}
|
1297
|
+
.ax-list ax-footer {
|
1298
|
+
border-top: 1px solid;
|
1299
|
+
}
|
1300
|
+
.ax-list .ax-content {
|
1301
|
+
flex: 1 1 0%;
|
1302
|
+
overflow-y: auto;
|
1303
|
+
overflow-x: hidden;
|
1304
|
+
}
|
1305
|
+
.ax-list .ax-content.ax-list-items-container {
|
1306
|
+
padding-top: 0.5rem;
|
1307
|
+
padding-bottom: 0.5rem;
|
1308
|
+
overflow-y: auto;
|
1309
|
+
height: 100%;
|
1310
|
+
}
|
1311
|
+
.ax-list .ax-content.ax-list-items-container.ax-vertical {
|
1312
|
+
display: grid;
|
1313
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
1314
|
+
}
|
1315
|
+
.ax-list .ax-content.ax-list-items-container.ax-vertical.ax-divide {
|
1316
|
+
border-top: 1px solid;
|
1317
|
+
border-bottom: 1px solid;
|
1318
|
+
}
|
1319
|
+
.ax-list .ax-content.ax-list-items-container.ax-default {
|
1320
|
+
cursor: pointer;
|
1321
|
+
}
|
1322
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item-group > span {
|
1323
|
+
font-weight: 500;
|
1324
|
+
display: flex;
|
1325
|
+
align-items: center;
|
1326
|
+
padding: 0.75rem;
|
1327
|
+
}
|
1328
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item-group > ul {
|
1329
|
+
padding-left: 0.75rem;
|
1330
|
+
padding-right: 0.75rem;
|
1331
|
+
}
|
1332
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item-group .ax-list-item {
|
1333
|
+
border-radius: var(--ax-rounded-border-default);
|
1334
|
+
margin-bottom: 0.2rem;
|
1335
|
+
}
|
1336
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item {
|
1337
|
+
padding-inline-start: 0.75rem;
|
1338
|
+
padding-inline-end: 1rem;
|
1339
|
+
position: relative;
|
1340
|
+
height: var(--ax-size-default);
|
1341
|
+
display: flex;
|
1342
|
+
justify-content: space-between;
|
1343
|
+
align-items: center;
|
1344
|
+
user-select: none;
|
1345
|
+
}
|
1346
|
+
@media (max-width: 599px) {
|
1347
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item {
|
1348
|
+
font-size: 1rem;
|
1349
|
+
}
|
1350
|
+
}
|
1351
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:focus, .ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:focus-visible {
|
1352
|
+
outline: 2px solid transparent;
|
1353
|
+
outline-offset: 2px;
|
1354
|
+
}
|
1355
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-checkbox .ax-checkbox-label {
|
1356
|
+
margin-inline-start: 0.5rem;
|
1357
|
+
}
|
1358
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-selected {
|
1359
|
+
background-color: rgba(var(--ax-color-primary-500)) !important;
|
1360
|
+
color: rgba(var(--ax-color-primary-fore)) !important;
|
1361
|
+
}
|
1362
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-selected .ax-selected-icon {
|
1363
|
+
color: rgba(var(--ax-color-primary-500));
|
1364
|
+
font-size: 1.5rem;
|
1365
|
+
}
|
1366
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-disabled {
|
1367
|
+
cursor: not-allowed;
|
1368
|
+
opacity: 0.5;
|
1369
|
+
}
|
1370
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:focus-visible, .ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item:hover {
|
1371
|
+
background-color: rgba(var(--ax-color-on-surface));
|
1372
|
+
}
|
1373
|
+
.ax-list .ax-content.ax-list-items-container.ax-default .ax-list-item.ax-state-focus {
|
1374
|
+
background-color: rgba(var(--ax-color-on-surface));
|
1375
|
+
}
|
1376
|
+
.ax-list .ax-content.ax-list-items-container .ax-list-loading-container {
|
1377
|
+
display: flex;
|
1378
|
+
justify-content: center;
|
1379
|
+
padding: 0.5rem;
|
1380
|
+
}
|
1381
|
+
.ax-list .ax-search-box-container {
|
1382
|
+
padding: 0.5rem;
|
1383
|
+
}
|
1384
|
+
.ax-list .ax-search-box-container.ax-state-hidden {
|
1385
|
+
display: none;
|
1386
|
+
}
|
1387
|
+
.ax-radio {
|
1388
|
+
width: 1.125rem;
|
1389
|
+
height: 1.125rem;
|
1390
|
+
border: 1px solid;
|
1391
|
+
border-color: rgba(var(--ax-color-border-default));
|
1392
|
+
border-radius: 99rem;
|
1393
|
+
background-color: rgba(var(--ax-color-input-surface));
|
1394
|
+
outline: 2px solid transparent;
|
1395
|
+
outline-offset: 2px;
|
1396
|
+
vertical-align: middle;
|
1397
|
+
appearance: none;
|
1398
|
+
}
|
1399
|
+
.ax-radio:checked {
|
1400
|
+
border-color: rgba(var(--ax-color-primary-500));
|
1401
|
+
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
|
1402
|
+
background-color: rgba(var(--ax-color-primary-500));
|
1403
|
+
background-repeat: no-repeat;
|
1404
|
+
background-size: contain;
|
1405
|
+
}
|
1406
|
+
.ax-radio:focus-visible {
|
1407
|
+
outline-offset: 2px;
|
1408
|
+
outline-width: 2px;
|
1409
|
+
outline-style: solid;
|
1410
|
+
outline-color: rgba(var(--ax-color-primary-500));
|
1411
|
+
}
|
1412
|
+
.ax-radio:disabled {
|
1413
|
+
opacity: 0.5;
|
1414
|
+
cursor: not-allowed;
|
1415
|
+
}
|
1416
|
+
|
1417
|
+
.ax-dark .ax-table thead {
|
1418
|
+
background-color: rgba(var(--ax-color-on-surface));
|
1419
|
+
}
|
1420
|
+
|
1421
|
+
.ax-table {
|
1422
|
+
width: 100%;
|
1423
|
+
border-radius: var(--ax-rounded-border-default);
|
1424
|
+
border-spacing: 0px;
|
1425
|
+
border-collapse: collapse;
|
1426
|
+
border: 1px solid;
|
1427
|
+
border-color: rgba(var(--ax-color-border-default));
|
1428
|
+
overflow: hidden;
|
1429
|
+
font-size: 0.875rem;
|
1430
|
+
}
|
1431
|
+
.ax-table td {
|
1432
|
+
border-bottom: 1px solid;
|
1433
|
+
border-color: rgba(var(--ax-color-border-default));
|
1434
|
+
padding: 0.875rem 1rem;
|
1435
|
+
}
|
1436
|
+
.ax-table thead {
|
1437
|
+
background-color: rgba(var(--ax-color-on-surface));
|
1438
|
+
border-bottom: 1px solid;
|
1439
|
+
border-color: rgba(var(--ax-color-border-default));
|
1440
|
+
}
|
1441
|
+
.ax-table thead th {
|
1442
|
+
text-transform: uppercase;
|
1443
|
+
font-weight: 500;
|
1444
|
+
text-align: start;
|
1445
|
+
padding: 0.875rem 1rem;
|
1446
|
+
}
|
1447
|
+
.ax-table.ax-table-alternate tbody tr:nth-child(even) {
|
1448
|
+
background-color: rgba(var(--ax-color-on-surface));
|
1449
|
+
}
|
1450
|
+
.ax-table.ax-table-bordered thead th {
|
1451
|
+
border-top: 0 !important;
|
1452
|
+
}
|
1453
|
+
.ax-table.ax-table-bordered tbody tr:last-child td {
|
1454
|
+
border-bottom: 0 !important;
|
1455
|
+
}
|
1456
|
+
.ax-table.ax-table-bordered tbody tr td:last-child {
|
1457
|
+
border-bottom: 0 !important;
|
1458
|
+
}
|
1459
|
+
.ax-table.ax-table-bordered td,
|
1460
|
+
.ax-table.ax-table-bordered th {
|
1461
|
+
border: 1px solid;
|
1462
|
+
border-color: rgba(var(--ax-color-border-default));
|
1463
|
+
}
|
1464
|
+
.ax-table.ax-table-bordered td:first-child,
|
1465
|
+
.ax-table.ax-table-bordered th:first-child {
|
1466
|
+
border-inline-start-width: 0px;
|
1467
|
+
}
|
1468
|
+
.ax-table.ax-table-bordered td:last-child,
|
1469
|
+
.ax-table.ax-table-bordered th:last-child {
|
1470
|
+
border-inline-end-width: 0px;
|
1471
|
+
}
|
1472
|
+
@media screen and (max-width: 601px) {
|
1473
|
+
.ax-table.ax-table-responsive {
|
1474
|
+
overflow-wrap: break-word;
|
1475
|
+
display: block;
|
1476
|
+
border: 0px;
|
1477
|
+
}
|
1478
|
+
.ax-table.ax-table-responsive thead {
|
1479
|
+
position: absolute;
|
1480
|
+
inset-inline-start: -100%;
|
1481
|
+
top: -100%;
|
1482
|
+
}
|
1483
|
+
.ax-table.ax-table-responsive td {
|
1484
|
+
display: block;
|
1485
|
+
float: inline-start;
|
1486
|
+
width: 100%;
|
1487
|
+
clear: both;
|
1488
|
+
background: rgba(var(--ax-color-surface));
|
1489
|
+
padding: 0.375rem 0.625rem;
|
1490
|
+
box-sizing: border-box;
|
1491
|
+
}
|
1492
|
+
.ax-table.ax-table-responsive td:last-child {
|
1493
|
+
border: 0;
|
1494
|
+
}
|
1495
|
+
.ax-table.ax-table-responsive td:before {
|
1496
|
+
content: attr(data-label);
|
1497
|
+
display: block;
|
1498
|
+
font-weight: bold;
|
1499
|
+
}
|
1500
|
+
.ax-table.ax-table-responsive tr {
|
1501
|
+
border: 1px solid;
|
1502
|
+
border-color: rgba(var(--ax-color-border-default));
|
1503
|
+
}
|
1504
|
+
.ax-table.ax-table-responsive tr,
|
1505
|
+
.ax-table.ax-table-responsive tbody {
|
1506
|
+
display: block;
|
1507
|
+
width: 100%;
|
1508
|
+
float: inline-start;
|
1509
|
+
margin-bottom: 0.625rem;
|
1510
|
+
}
|
1511
|
+
}
|
1512
|
+
|
1513
|
+
[class*=" ax-icon-"],
|
1514
|
+
[class^=ax-icon-] {
|
1515
|
+
vertical-align: middle;
|
1516
|
+
}
|
1517
|
+
|
1518
|
+
.ax-w-full {
|
1519
|
+
width: 100%;
|
1520
|
+
}
|
1521
|
+
|
1522
|
+
.ax-h-full {
|
1523
|
+
height: 100%;
|
1524
|
+
}
|
1525
|
+
|
1526
|
+
.ax-fieldset {
|
1527
|
+
border: 1px solid;
|
1528
|
+
border-color: rgba(var(--ax-color-border-default));
|
1529
|
+
padding: 0.75rem;
|
1530
|
+
border-radius: var(--ax-rounded-border-default);
|
1531
|
+
}
|
1532
|
+
.ax-fieldset legend {
|
1533
|
+
font-size: 0.875rem;
|
1534
|
+
padding: 0 0.25rem;
|
1535
|
+
}
|
1536
|
+
|
1537
|
+
.ax-card {
|
1538
|
+
background-color: rgba(var(--ax-color-surface));
|
1539
|
+
border: 1px solid;
|
1540
|
+
border-color: rgba(var(--ax-color-border-default));
|
1541
|
+
border-radius: var(--ax-rounded-border-default);
|
1542
|
+
}
|
1543
|
+
|
1544
|
+
.ax-hidden {
|
1545
|
+
display: none;
|
1546
|
+
}
|
1547
|
+
|
1548
|
+
.ax-drop-zone > input {
|
1549
|
+
position: absolute;
|
1550
|
+
width: 100%;
|
1551
|
+
height: 100%;
|
1552
|
+
opacity: 0;
|
1553
|
+
cursor: pointer;
|
1554
|
+
}
|
1555
|
+
|
1556
|
+
.ax-uploader-overlay-state {
|
1557
|
+
width: 100%;
|
1558
|
+
height: 100%;
|
1559
|
+
position: absolute;
|
1560
|
+
top: 0;
|
1561
|
+
inset-inline-start: 0;
|
1562
|
+
background-color: rgba(var(--ax-color-primary-500), 0.15);
|
1563
|
+
pointer-events: none;
|
1564
|
+
outline: 2px dashed rgba(var(--ax-color-primary-500));
|
1565
|
+
outline-offset: -4px;
|
1566
|
+
border-radius: inherit;
|
1567
|
+
display: flex;
|
1568
|
+
align-items: center;
|
1569
|
+
justify-content: center;
|
1570
|
+
flex-direction: column;
|
1571
|
+
font-size: 0.875rem;
|
1572
|
+
gap: 0.5rem;
|
1573
|
+
cursor: pointer;
|
1574
|
+
color: rgba(var(--ax-color-primary-700));
|
1575
|
+
transition: all 0.3s;
|
1576
|
+
}
|
1577
|
+
.ax-uploader-overlay-state .ax-icon {
|
1578
|
+
font-size: 1.5rem;
|
1579
|
+
}
|
1580
|
+
|
1581
|
+
.ax-dark .ax-uploader-overlay-state {
|
1582
|
+
background-color: rgba(var(--ax-color-primary-200), 0.15);
|
1583
|
+
color: rgba(var(--ax-color-primary-200));
|
1584
|
+
outline: 2px dashed rgba(var(--ax-color-primary-200));
|
1585
|
+
}
|
1586
|
+
|
1587
|
+
.ax-xs {
|
1588
|
+
--ax-size-default: calc(var(--ax-size-base) - 0.75rem);
|
1589
|
+
}
|
1590
|
+
|
1591
|
+
.ax-sm {
|
1592
|
+
--ax-size-default: calc(var(--ax-size-base) - 0.5rem);
|
1593
|
+
}
|
1594
|
+
|
1595
|
+
.ax-md {
|
1596
|
+
--ax-size-default: var(--ax-size-base);
|
1597
|
+
}
|
1598
|
+
|
1599
|
+
.ax-lg {
|
1600
|
+
--ax-size-default: calc(var(--ax-size-base) + 0.5rem);
|
1601
|
+
}
|
1602
|
+
|
1603
|
+
.ax-xl {
|
1604
|
+
--ax-size-default: calc(var(--ax-size-base) + 1rem);
|
1605
|
+
}
|
1606
|
+
|
1607
|
+
.ax-filp {
|
1608
|
+
transform: scale(-1, 1);
|
1609
|
+
}
|
1610
|
+
|
1611
|
+
.ax-placeholder {
|
1612
|
+
color: rgba(var(--ax-color-text-default), 0.25);
|
1613
|
+
font-weight: 500;
|
1614
|
+
}
|