@steedos-widgets/amis-object 6.10.1-beta.29 → 6.10.1-beta.31
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/amis-object.cjs.css +632 -569
- package/dist/amis-object.cjs.js +64 -47
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +632 -569
- package/dist/amis-object.esm.js +64 -47
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +632 -569
- package/dist/amis-object.umd.js +18 -18
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/dist/index.d.ts +1 -0
- package/dist/meta.js +11 -1
- package/package.json +3 -3
package/dist/amis-object.cjs.css
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
--Form-fontSize: 14px;
|
|
10
10
|
--Form-selectValue-fontSize: 14px;
|
|
11
11
|
--Form-item-gap: 0.75rem;
|
|
12
|
+
--Form-select-outer-boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
13
|
+
--Form-select-outer-borderWidth: 0;
|
|
12
14
|
/* --Table-color: #303030; */
|
|
13
15
|
/* --Table-thead-color: #303030; */
|
|
14
16
|
--Table-borderColor: #e5e7eb;
|
|
@@ -42,17 +44,13 @@
|
|
|
42
44
|
--button-size-default-bottom-left-border-radius: 0.25rem;
|
|
43
45
|
--button-size-default-marginRight: 4px;
|
|
44
46
|
--button-default-default-bg-color: white;
|
|
45
|
-
--button-default-
|
|
46
|
-
--button-default-default-
|
|
47
|
-
--button-default-default-
|
|
48
|
-
--button-default-default-
|
|
47
|
+
/* --button-default-hover-bg-color: rgb(245, 245, 245); */
|
|
48
|
+
--button-default-default-top-border-color: rgb(224, 224, 224);
|
|
49
|
+
--button-default-default-bottom-border-color: rgb(224, 224, 224);
|
|
50
|
+
--button-default-default-left-border-color: rgb(224, 224, 224);
|
|
51
|
+
--button-default-default-right-border-color: rgb(224, 224, 224);
|
|
49
52
|
--button-default-default-font-color: rgb(1, 118, 211);
|
|
50
53
|
--button-enhance-default-bg-color: white;
|
|
51
|
-
--Nav-item-borderRadius: 0px;
|
|
52
|
-
--Nav-item-onHover-bg: rgba(21,137,238,.1);
|
|
53
|
-
--Nav-item-onActive-bg: rgba(21,137,238,.1);
|
|
54
|
-
--Nav-item-onActive-color: #000;
|
|
55
|
-
--Nav-Item-maxWidth--tabs: 200px;
|
|
56
54
|
--Crud-toolbar-gap: 2px;
|
|
57
55
|
--DropDown-caret-marginLeft: 0;
|
|
58
56
|
--Tabs--vertical-width: 180px;
|
|
@@ -62,6 +60,9 @@
|
|
|
62
60
|
--fieldSet-legend-fontWeight: 600;
|
|
63
61
|
--fieldSet-legend-marginTop: 1rem;
|
|
64
62
|
--fieldSet-legend-marginBottom: 1rem;
|
|
63
|
+
|
|
64
|
+
--DropDown-menu-boxShadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 4px 8px;
|
|
65
|
+
|
|
65
66
|
}
|
|
66
67
|
|
|
67
68
|
/* 修正手机端字体小的问题 */
|
|
@@ -84,11 +85,6 @@
|
|
|
84
85
|
padding: 0 0.625rem 0 0.625rem;
|
|
85
86
|
}
|
|
86
87
|
}
|
|
87
|
-
|
|
88
|
-
.steedos-header-container .antd-Nav-Menu {
|
|
89
|
-
--Menu-light-backgroundColor: transparent;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
88
|
fieldset.antd-Collapse {
|
|
93
89
|
margin-bottom: 1rem;
|
|
94
90
|
}
|
|
@@ -167,10 +163,6 @@ fieldset.antd-Collapse > legend.antd-Collapse-header > .antd-Collapse-arrow:befo
|
|
|
167
163
|
}
|
|
168
164
|
|
|
169
165
|
|
|
170
|
-
.antd-Nav-item.is-active {
|
|
171
|
-
box-shadow:var(--link-color) 4px 0 0 inset;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
166
|
.antd-Pagination > li > a, .antd-Pagination > li > span {
|
|
175
167
|
display: flex;
|
|
176
168
|
align-items: center;
|
|
@@ -185,47 +177,6 @@ fieldset.antd-Collapse > legend.antd-Collapse-header > .antd-Collapse-arrow:befo
|
|
|
185
177
|
top: 0px;
|
|
186
178
|
}
|
|
187
179
|
|
|
188
|
-
/* start: amis , component Nav */
|
|
189
|
-
:root {
|
|
190
|
-
--Nav-Item-height--horizontal: 2.5rem;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.antd-Nav-Menu-submenu-arrow > svg {
|
|
194
|
-
display: initial;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.antd-Nav-Menu-horizontal .antd-Nav-Menu-item.antd-Nav-Menu-item-selected:after {
|
|
198
|
-
height: 3px;
|
|
199
|
-
top: 0;
|
|
200
|
-
bottom: unset;
|
|
201
|
-
background: rgb(14 165 233);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.antd-Nav-Menu-light .antd-Nav-Menu-item {
|
|
205
|
-
padding-right: 0.5rem;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-selected {
|
|
209
|
-
background: rgba(21,137,238,.1);
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-active {
|
|
213
|
-
background: rgba(151, 151, 151, 0.1);
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.antd-Nav-Menu-light .antd-Nav-Menu-submenu.antd-Nav-Menu-submenu-active .antd-Nav-Menu-submenu-title{
|
|
217
|
-
background: rgba(151, 151, 151, 0.1);
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.antd-Nav-Menu-light .antd-Nav-Menu-submenu.antd-Nav-Menu-submenu .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-link .antd-Nav-Menu-item-label {
|
|
221
|
-
font-weight: bold !important;
|
|
222
|
-
color: black !important;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.antd-Nav-Menu-horizontal > .antd-Nav-Menu-item-tooltip-wrap > .antd-Nav-Menu-item {
|
|
226
|
-
padding: 0 15px;
|
|
227
|
-
}
|
|
228
|
-
/* end: amis component Nav */
|
|
229
180
|
|
|
230
181
|
/* 处理amis debug 滚动条异常 */
|
|
231
182
|
.AMISDebug-content{
|
|
@@ -242,12 +193,6 @@ fieldset.antd-Collapse > legend.antd-Collapse-header > .antd-Collapse-arrow:befo
|
|
|
242
193
|
height: calc(100% - 40px);
|
|
243
194
|
}
|
|
244
195
|
|
|
245
|
-
/* nav下配置itemBadge属性后item不会自动撑开 */
|
|
246
|
-
.antd-Nav-Menu-item-wrap .antd-Badge{
|
|
247
|
-
width: -webkit-fill-available;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
|
|
251
196
|
/* 实现弹框中的crud中的inputTree高度满屏,目前选人控件的左侧树样式 */
|
|
252
197
|
.antd-Modal-body .antd-Crud .antd-Table .antd-Tree{
|
|
253
198
|
max-height: unset;
|
|
@@ -287,28 +232,12 @@ fieldset.antd-Collapse > legend.antd-Collapse-header > .antd-Collapse-arrow:befo
|
|
|
287
232
|
}
|
|
288
233
|
}
|
|
289
234
|
|
|
290
|
-
/* TODO: amis3.2.0 .antd-Nav-Menu-item-link类中缺少flex,影响nav样式 */
|
|
291
|
-
.antd-Nav-Menu-item-link{
|
|
292
|
-
display: flex;
|
|
293
|
-
align-items: center;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
/* TODO: amis3.2.0 .antd-Nav类中多了background属性,影响nav样式 */
|
|
297
|
-
.antd-Nav{
|
|
298
|
-
background-color: unset;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
235
|
/* TODO: amis3.2.0 fieldset.antd-Collapse > legend类中多了background属性,影响分组样式 */
|
|
302
236
|
fieldset.antd-Collapse > legend{
|
|
303
237
|
height: unset;
|
|
304
238
|
width: unset;
|
|
305
239
|
}
|
|
306
240
|
|
|
307
|
-
/* crud中的快速搜索框样式改成与按钮风格统一的边框 */
|
|
308
|
-
.antd-Crud .antd-Crud-toolbar .antd-SearchBox.is-active{
|
|
309
|
-
border-color: var(--button-default-default-top-border-color);
|
|
310
|
-
}
|
|
311
|
-
|
|
312
241
|
/* crud中的快速搜索框图标没对齐 */
|
|
313
242
|
.antd-Crud .antd-Crud-toolbar .antd-SearchBox.is-active svg.icon{
|
|
314
243
|
top: unset
|
|
@@ -329,6 +258,10 @@ fieldset.antd-Collapse > legend{
|
|
|
329
258
|
margin-bottom: 0;
|
|
330
259
|
}
|
|
331
260
|
|
|
261
|
+
.antd-Crud .antd-Crud-toolbar-item .antd-Button--default {
|
|
262
|
+
border-color: transparent;
|
|
263
|
+
}
|
|
264
|
+
|
|
332
265
|
.bg-white {
|
|
333
266
|
color: var(--body-color);
|
|
334
267
|
}
|
|
@@ -475,8 +408,111 @@ fieldset.antd-Collapse > legend{
|
|
|
475
408
|
/* 修正 DropButton 组件的样式 */
|
|
476
409
|
.antd-DropDown-menu-root {
|
|
477
410
|
margin-top: 0;
|
|
411
|
+
border: none;
|
|
412
|
+
padding: 6px;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
:root, .antd-Nav-Menu {
|
|
417
|
+
--Menu-light-fontColor: var(--Layout-light-fontColor);
|
|
418
|
+
--Menu-light-fontColor-onHover: var(--Layout-light-fontColor);
|
|
419
|
+
--Menu-light-fontColor-onActive: var(--Layout-light--onActive);
|
|
420
|
+
--Menu-light-active-backgroundColor: #fff;
|
|
421
|
+
--Menu-light-backgroundColor-onHover: rgb(250, 250, 250);
|
|
422
|
+
|
|
423
|
+
--Nav-Item-height: 2.5rem;
|
|
424
|
+
/* --Nav-Item-height--horizontal: 2.5rem; */
|
|
425
|
+
--Nav-item-borderRadius: 0px;
|
|
426
|
+
--Nav-item-onActive-color: #000;
|
|
427
|
+
--Nav-item-onHover-bg: rgba(21,137,238,.1);
|
|
428
|
+
--Nav-item-onActive-bg: rgba(21,137,238,.1);
|
|
429
|
+
--Nav-item-onActive-color: var(--Layout-light--onActive);
|
|
430
|
+
--Nav-Item-maxWidth--tabs: 200px;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.antd-Nav {
|
|
434
|
+
--Nav-item-onActive-color: #000;
|
|
478
435
|
}
|
|
479
436
|
|
|
437
|
+
.antd-Nav-Menu-item-dragBar {
|
|
438
|
+
left: 0;
|
|
439
|
+
top: 11px;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.steedos-app-service-edit .antd-Nav-Menu-inline .antd-Nav-Menu-item-active.antd-Nav-Menu-item-selected::before {
|
|
443
|
+
display: none;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.antd-Nav-Menu-item-active {
|
|
447
|
+
/* line-height: var(--Nav-Item-height); */
|
|
448
|
+
background: var(--Menu-light-backgroundColor-onHover);
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.antd-Nav-item.is-active {
|
|
452
|
+
box-shadow:var(--link-color) 4px 0 0 inset;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
.antd-Nav-Menu-submenu-arrow > svg {
|
|
457
|
+
display: initial;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.antd-Nav-Menu-horizontal .antd-Nav-Menu-item.antd-Nav-Menu-item-selected:after {
|
|
461
|
+
height: 3px;
|
|
462
|
+
top: 0;
|
|
463
|
+
bottom: unset;
|
|
464
|
+
background: rgb(14 165 233);
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.antd-Nav-Menu-light .antd-Nav-Menu-item {
|
|
468
|
+
padding-right: 0.5rem;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
.antd-Nav-Menu-horizontal > .antd-Nav-Menu-item-tooltip-wrap > .antd-Nav-Menu-item {
|
|
473
|
+
padding: 0 15px;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
/* nav下配置itemBadge属性后item不会自动撑开 */
|
|
478
|
+
.antd-Nav-Menu-item-wrap .antd-Badge{
|
|
479
|
+
width: -webkit-fill-available;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
/* TODO: amis3.2.0 .antd-Nav-Menu-item-link类中缺少flex,影响nav样式 */
|
|
485
|
+
.antd-Nav-Menu-item-link{
|
|
486
|
+
display: flex;
|
|
487
|
+
align-items: center;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
/* TODO: amis3.2.0 .antd-Nav类中多了background属性,影响nav样式 */
|
|
491
|
+
.antd-Nav {
|
|
492
|
+
background-color: unset;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
.steedos-header-container .antd-Nav-Menu {
|
|
497
|
+
--Menu-light-backgroundColor: transparent;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.antd-Nav-Menu .antd-Nav-Menu-submenu-selected > .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-label {
|
|
501
|
+
color: var(--Menu-light-fontColor);
|
|
502
|
+
}
|
|
503
|
+
.antd-Nav-Menu a, a:hover, a:active, a:focus {
|
|
504
|
+
color: var(--Menu-light-fontColor);
|
|
505
|
+
}
|
|
506
|
+
.antd-Nav-Menu-item-active .antd-Nav-Menu-item-label, .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon, .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon-after, .antd-Nav-Menu-item-active .antd-Nav-Menu-submenu-arrow {
|
|
507
|
+
color: var(--Menu-light-fontColor);
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.antd-Nav-Menu .antd-Nav-Menu-submenu-title a, .antd-Nav-Menu .antd-Nav-Menu-submenu-title a:hover {
|
|
511
|
+
padding-left: 6px;
|
|
512
|
+
font-weight: bold;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
|
|
480
516
|
.ant-dropdown{
|
|
481
517
|
z-index: 1400;
|
|
482
518
|
}
|
|
@@ -561,944 +597,983 @@ fieldset.antd-Collapse > legend{
|
|
|
561
597
|
}
|
|
562
598
|
}
|
|
563
599
|
|
|
564
|
-
.antd-DropDown-menu-root {
|
|
565
|
-
border: 1px solid #c9c9c9;
|
|
566
|
-
}
|
|
567
600
|
/* @tailwind base; */
|
|
568
601
|
.container {
|
|
569
|
-
|
|
602
|
+
width: 100%;
|
|
570
603
|
}
|
|
571
604
|
@media (min-width: 640px) {
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
605
|
+
.container {
|
|
606
|
+
max-width: 640px;
|
|
607
|
+
}
|
|
575
608
|
}
|
|
576
609
|
@media (min-width: 768px) {
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
610
|
+
.container {
|
|
611
|
+
max-width: 768px;
|
|
612
|
+
}
|
|
580
613
|
}
|
|
581
614
|
@media (min-width: 1024px) {
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
615
|
+
.container {
|
|
616
|
+
max-width: 1024px;
|
|
617
|
+
}
|
|
585
618
|
}
|
|
586
619
|
@media (min-width: 1280px) {
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
620
|
+
.container {
|
|
621
|
+
max-width: 1280px;
|
|
622
|
+
}
|
|
590
623
|
}
|
|
591
624
|
@media (min-width: 1536px) {
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
625
|
+
.container {
|
|
626
|
+
max-width: 1536px;
|
|
627
|
+
}
|
|
595
628
|
}
|
|
596
629
|
@media (min-width: 1600px) {
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
630
|
+
.container {
|
|
631
|
+
max-width: 1600px;
|
|
632
|
+
}
|
|
600
633
|
}
|
|
601
634
|
@media (min-width: 1800px) {
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
635
|
+
.container {
|
|
636
|
+
max-width: 1800px;
|
|
637
|
+
}
|
|
605
638
|
}
|
|
606
639
|
@media (min-width: 2000px) {
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
640
|
+
.container {
|
|
641
|
+
max-width: 2000px;
|
|
642
|
+
}
|
|
610
643
|
}
|
|
611
644
|
.visible {
|
|
612
|
-
|
|
645
|
+
visibility: visible;
|
|
613
646
|
}
|
|
614
647
|
.collapse {
|
|
615
|
-
|
|
648
|
+
visibility: collapse;
|
|
616
649
|
}
|
|
617
650
|
.static {
|
|
618
|
-
|
|
651
|
+
position: static;
|
|
619
652
|
}
|
|
620
653
|
.fixed {
|
|
621
|
-
|
|
654
|
+
position: fixed;
|
|
622
655
|
}
|
|
623
656
|
.absolute {
|
|
624
|
-
|
|
657
|
+
position: absolute;
|
|
625
658
|
}
|
|
626
659
|
.sticky {
|
|
627
|
-
|
|
660
|
+
position: sticky;
|
|
628
661
|
}
|
|
629
662
|
.inset-0 {
|
|
630
|
-
|
|
663
|
+
inset: 0px;
|
|
631
664
|
}
|
|
632
665
|
.bottom-4 {
|
|
633
|
-
|
|
666
|
+
bottom: 1rem;
|
|
634
667
|
}
|
|
635
668
|
.left-0 {
|
|
636
|
-
|
|
669
|
+
left: 0px;
|
|
637
670
|
}
|
|
638
671
|
.right-0 {
|
|
639
|
-
|
|
672
|
+
right: 0px;
|
|
640
673
|
}
|
|
641
674
|
.right-4 {
|
|
642
|
-
|
|
675
|
+
right: 1rem;
|
|
643
676
|
}
|
|
644
677
|
.top-0 {
|
|
645
|
-
|
|
678
|
+
top: 0px;
|
|
646
679
|
}
|
|
647
680
|
.z-20 {
|
|
648
|
-
|
|
681
|
+
z-index: 20;
|
|
649
682
|
}
|
|
650
683
|
.z-40 {
|
|
651
|
-
|
|
684
|
+
z-index: 40;
|
|
652
685
|
}
|
|
653
686
|
.col-span-2 {
|
|
654
|
-
|
|
687
|
+
grid-column: span 2 / span 2;
|
|
688
|
+
}
|
|
689
|
+
.float-right {
|
|
690
|
+
float: right;
|
|
655
691
|
}
|
|
656
692
|
.m-0 {
|
|
657
|
-
|
|
693
|
+
margin: 0px;
|
|
658
694
|
}
|
|
659
695
|
.m-2 {
|
|
660
|
-
|
|
696
|
+
margin: 0.5rem;
|
|
697
|
+
}
|
|
698
|
+
.m-4 {
|
|
699
|
+
margin: 1rem;
|
|
661
700
|
}
|
|
662
701
|
.\!mx-0 {
|
|
663
|
-
|
|
664
|
-
|
|
702
|
+
margin-left: 0px !important;
|
|
703
|
+
margin-right: 0px !important;
|
|
704
|
+
}
|
|
705
|
+
.mx-3 {
|
|
706
|
+
margin-left: 0.75rem;
|
|
707
|
+
margin-right: 0.75rem;
|
|
665
708
|
}
|
|
666
709
|
.my-2 {
|
|
667
|
-
|
|
668
|
-
|
|
710
|
+
margin-top: 0.5rem;
|
|
711
|
+
margin-bottom: 0.5rem;
|
|
669
712
|
}
|
|
670
713
|
.\!mb-6 {
|
|
671
|
-
|
|
672
|
-
}
|
|
673
|
-
.-mb-4 {
|
|
674
|
-
margin-bottom: -1rem
|
|
714
|
+
margin-bottom: 1.5rem !important;
|
|
675
715
|
}
|
|
676
716
|
.-ml-1 {
|
|
677
|
-
|
|
717
|
+
margin-left: -0.25rem;
|
|
678
718
|
}
|
|
679
719
|
.-ml-px {
|
|
680
|
-
|
|
720
|
+
margin-left: -1px;
|
|
681
721
|
}
|
|
682
722
|
.mb-0 {
|
|
683
|
-
|
|
723
|
+
margin-bottom: 0px;
|
|
684
724
|
}
|
|
685
725
|
.mb-1 {
|
|
686
|
-
|
|
726
|
+
margin-bottom: 0.25rem;
|
|
687
727
|
}
|
|
688
728
|
.mb-2 {
|
|
689
|
-
|
|
729
|
+
margin-bottom: 0.5rem;
|
|
690
730
|
}
|
|
691
731
|
.mb-3 {
|
|
692
|
-
|
|
732
|
+
margin-bottom: 0.75rem;
|
|
693
733
|
}
|
|
694
734
|
.mb-4 {
|
|
695
|
-
|
|
735
|
+
margin-bottom: 1rem;
|
|
696
736
|
}
|
|
697
737
|
.mb-6 {
|
|
698
|
-
|
|
738
|
+
margin-bottom: 1.5rem;
|
|
699
739
|
}
|
|
700
740
|
.mb-\[-3px\] {
|
|
701
|
-
|
|
741
|
+
margin-bottom: -3px;
|
|
702
742
|
}
|
|
703
743
|
.ml-1 {
|
|
704
|
-
|
|
744
|
+
margin-left: 0.25rem;
|
|
705
745
|
}
|
|
706
746
|
.ml-2 {
|
|
707
|
-
|
|
747
|
+
margin-left: 0.5rem;
|
|
708
748
|
}
|
|
709
749
|
.ml-3 {
|
|
710
|
-
|
|
750
|
+
margin-left: 0.75rem;
|
|
711
751
|
}
|
|
712
752
|
.ml-4 {
|
|
713
|
-
|
|
753
|
+
margin-left: 1rem;
|
|
714
754
|
}
|
|
715
755
|
.mr-0 {
|
|
716
|
-
|
|
756
|
+
margin-right: 0px;
|
|
717
757
|
}
|
|
718
758
|
.mr-1 {
|
|
719
|
-
|
|
759
|
+
margin-right: 0.25rem;
|
|
720
760
|
}
|
|
721
761
|
.mr-2 {
|
|
722
|
-
|
|
762
|
+
margin-right: 0.5rem;
|
|
723
763
|
}
|
|
724
764
|
.mr-3 {
|
|
725
|
-
|
|
765
|
+
margin-right: 0.75rem;
|
|
726
766
|
}
|
|
727
767
|
.mr-4 {
|
|
728
|
-
|
|
768
|
+
margin-right: 1rem;
|
|
729
769
|
}
|
|
730
770
|
.mt-0 {
|
|
731
|
-
|
|
771
|
+
margin-top: 0px;
|
|
732
772
|
}
|
|
733
773
|
.mt-0\.5 {
|
|
734
|
-
|
|
774
|
+
margin-top: 0.125rem;
|
|
735
775
|
}
|
|
736
776
|
.mt-1 {
|
|
737
|
-
|
|
738
|
-
}
|
|
739
|
-
.mt-2 {
|
|
740
|
-
margin-top: 0.5rem
|
|
777
|
+
margin-top: 0.25rem;
|
|
741
778
|
}
|
|
742
779
|
.mt-\[50px\] {
|
|
743
|
-
|
|
780
|
+
margin-top: 50px;
|
|
744
781
|
}
|
|
745
782
|
.block {
|
|
746
|
-
|
|
783
|
+
display: block;
|
|
747
784
|
}
|
|
748
785
|
.inline-block {
|
|
749
|
-
|
|
786
|
+
display: inline-block;
|
|
750
787
|
}
|
|
751
788
|
.inline {
|
|
752
|
-
|
|
789
|
+
display: inline;
|
|
753
790
|
}
|
|
754
791
|
.flex {
|
|
755
|
-
|
|
792
|
+
display: flex;
|
|
756
793
|
}
|
|
757
794
|
.inline-flex {
|
|
758
|
-
|
|
795
|
+
display: inline-flex;
|
|
759
796
|
}
|
|
760
797
|
.table {
|
|
761
|
-
|
|
798
|
+
display: table;
|
|
762
799
|
}
|
|
763
800
|
.grid {
|
|
764
|
-
|
|
801
|
+
display: grid;
|
|
765
802
|
}
|
|
766
803
|
.contents {
|
|
767
|
-
|
|
804
|
+
display: contents;
|
|
768
805
|
}
|
|
769
806
|
.hidden {
|
|
770
|
-
|
|
807
|
+
display: none;
|
|
771
808
|
}
|
|
772
809
|
.\!h-10 {
|
|
773
|
-
|
|
810
|
+
height: 2.5rem !important;
|
|
774
811
|
}
|
|
775
812
|
.h-10 {
|
|
776
|
-
|
|
813
|
+
height: 2.5rem;
|
|
777
814
|
}
|
|
778
815
|
.h-12 {
|
|
779
|
-
|
|
816
|
+
height: 3rem;
|
|
780
817
|
}
|
|
781
818
|
.h-14 {
|
|
782
|
-
|
|
819
|
+
height: 3.5rem;
|
|
783
820
|
}
|
|
784
821
|
.h-4 {
|
|
785
|
-
|
|
822
|
+
height: 1rem;
|
|
786
823
|
}
|
|
787
824
|
.h-5 {
|
|
788
|
-
|
|
825
|
+
height: 1.25rem;
|
|
789
826
|
}
|
|
790
827
|
.h-6 {
|
|
791
|
-
|
|
828
|
+
height: 1.5rem;
|
|
792
829
|
}
|
|
793
830
|
.h-7 {
|
|
794
|
-
|
|
831
|
+
height: 1.75rem;
|
|
795
832
|
}
|
|
796
833
|
.h-8 {
|
|
797
|
-
|
|
834
|
+
height: 2rem;
|
|
798
835
|
}
|
|
799
836
|
.h-\[50px\] {
|
|
800
|
-
|
|
837
|
+
height: 50px;
|
|
801
838
|
}
|
|
802
839
|
.h-full {
|
|
803
|
-
|
|
840
|
+
height: 100%;
|
|
804
841
|
}
|
|
805
842
|
.\!max-h-\[80vh\] {
|
|
806
|
-
|
|
843
|
+
max-height: 80vh !important;
|
|
807
844
|
}
|
|
808
845
|
.max-h-12 {
|
|
809
|
-
|
|
846
|
+
max-height: 3rem;
|
|
810
847
|
}
|
|
811
848
|
.max-h-96 {
|
|
812
|
-
|
|
849
|
+
max-height: 24rem;
|
|
813
850
|
}
|
|
814
851
|
.max-h-\[80vh\] {
|
|
815
|
-
|
|
852
|
+
max-height: 80vh;
|
|
816
853
|
}
|
|
817
854
|
.min-h-8 {
|
|
818
|
-
|
|
855
|
+
min-height: 2rem;
|
|
819
856
|
}
|
|
820
857
|
.\!w-10 {
|
|
821
|
-
|
|
858
|
+
width: 2.5rem !important;
|
|
822
859
|
}
|
|
823
860
|
.\!w-full {
|
|
824
|
-
|
|
861
|
+
width: 100% !important;
|
|
825
862
|
}
|
|
826
863
|
.w-1\/3 {
|
|
827
|
-
|
|
864
|
+
width: 33.333333%;
|
|
828
865
|
}
|
|
829
866
|
.w-10 {
|
|
830
|
-
|
|
867
|
+
width: 2.5rem;
|
|
831
868
|
}
|
|
832
869
|
.w-12 {
|
|
833
|
-
|
|
870
|
+
width: 3rem;
|
|
834
871
|
}
|
|
835
872
|
.w-14 {
|
|
836
|
-
|
|
873
|
+
width: 3.5rem;
|
|
837
874
|
}
|
|
838
875
|
.w-4 {
|
|
839
|
-
|
|
876
|
+
width: 1rem;
|
|
840
877
|
}
|
|
841
878
|
.w-6 {
|
|
842
|
-
|
|
879
|
+
width: 1.5rem;
|
|
843
880
|
}
|
|
844
881
|
.w-64 {
|
|
845
|
-
|
|
882
|
+
width: 16rem;
|
|
883
|
+
}
|
|
884
|
+
.w-7 {
|
|
885
|
+
width: 1.75rem;
|
|
846
886
|
}
|
|
847
887
|
.w-8 {
|
|
848
|
-
|
|
888
|
+
width: 2rem;
|
|
849
889
|
}
|
|
850
890
|
.w-96 {
|
|
851
|
-
|
|
891
|
+
width: 24rem;
|
|
852
892
|
}
|
|
853
893
|
.w-\[240px\] {
|
|
854
|
-
|
|
855
|
-
}
|
|
856
|
-
.w-\[60px\] {
|
|
857
|
-
width: 60px
|
|
894
|
+
width: 240px;
|
|
858
895
|
}
|
|
859
896
|
.w-auto {
|
|
860
|
-
|
|
897
|
+
width: auto;
|
|
861
898
|
}
|
|
862
899
|
.w-fit {
|
|
863
|
-
|
|
864
|
-
|
|
900
|
+
width: -moz-fit-content;
|
|
901
|
+
width: fit-content;
|
|
865
902
|
}
|
|
866
903
|
.w-full {
|
|
867
|
-
|
|
904
|
+
width: 100%;
|
|
868
905
|
}
|
|
869
906
|
.\!min-w-\[160px\] {
|
|
870
|
-
|
|
907
|
+
min-width: 160px !important;
|
|
871
908
|
}
|
|
872
909
|
.min-w-56 {
|
|
873
|
-
|
|
910
|
+
min-width: 14rem;
|
|
874
911
|
}
|
|
875
912
|
.min-w-\[200px\] {
|
|
876
|
-
|
|
913
|
+
min-width: 200px;
|
|
877
914
|
}
|
|
878
915
|
.min-w-\[240px\] {
|
|
879
|
-
|
|
916
|
+
min-width: 240px;
|
|
880
917
|
}
|
|
881
918
|
.min-w-\[300px\] {
|
|
882
|
-
|
|
919
|
+
min-width: 300px;
|
|
883
920
|
}
|
|
884
921
|
.min-w-\[388px\] {
|
|
885
|
-
|
|
922
|
+
min-width: 388px;
|
|
886
923
|
}
|
|
887
924
|
.max-w-\[360px\] {
|
|
888
|
-
|
|
925
|
+
max-width: 360px;
|
|
889
926
|
}
|
|
890
927
|
.max-w-md {
|
|
891
|
-
|
|
928
|
+
max-width: 28rem;
|
|
892
929
|
}
|
|
893
930
|
.flex-1 {
|
|
894
|
-
|
|
931
|
+
flex: 1 1 0%;
|
|
895
932
|
}
|
|
896
933
|
.flex-auto {
|
|
897
|
-
|
|
934
|
+
flex: 1 1 auto;
|
|
898
935
|
}
|
|
899
936
|
.flex-initial {
|
|
900
|
-
|
|
937
|
+
flex: 0 1 auto;
|
|
901
938
|
}
|
|
902
939
|
.flex-none {
|
|
903
|
-
|
|
940
|
+
flex: none;
|
|
904
941
|
}
|
|
905
942
|
.flex-shrink-0 {
|
|
906
|
-
|
|
943
|
+
flex-shrink: 0;
|
|
907
944
|
}
|
|
908
945
|
.grow {
|
|
909
|
-
|
|
946
|
+
flex-grow: 1;
|
|
910
947
|
}
|
|
911
948
|
.-translate-x-0 {
|
|
912
|
-
|
|
913
|
-
|
|
949
|
+
--tw-translate-x: -0px;
|
|
950
|
+
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));
|
|
914
951
|
}
|
|
915
952
|
.transform {
|
|
916
|
-
|
|
953
|
+
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));
|
|
917
954
|
}
|
|
918
955
|
@keyframes spin {
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
956
|
+
to {
|
|
957
|
+
transform: rotate(360deg);
|
|
958
|
+
}
|
|
922
959
|
}
|
|
923
960
|
.animate-spin {
|
|
924
|
-
|
|
961
|
+
animation: spin 1s linear infinite;
|
|
925
962
|
}
|
|
926
963
|
.grid-cols-1 {
|
|
927
|
-
|
|
964
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
928
965
|
}
|
|
929
966
|
.flex-row {
|
|
930
|
-
|
|
967
|
+
flex-direction: row;
|
|
931
968
|
}
|
|
932
969
|
.flex-col {
|
|
933
|
-
|
|
970
|
+
flex-direction: column;
|
|
934
971
|
}
|
|
935
972
|
.flex-wrap {
|
|
936
|
-
|
|
973
|
+
flex-wrap: wrap;
|
|
937
974
|
}
|
|
938
975
|
.flex-nowrap {
|
|
939
|
-
|
|
976
|
+
flex-wrap: nowrap;
|
|
940
977
|
}
|
|
941
978
|
.items-center {
|
|
942
|
-
|
|
979
|
+
align-items: center;
|
|
943
980
|
}
|
|
944
981
|
.justify-end {
|
|
945
|
-
|
|
982
|
+
justify-content: flex-end;
|
|
946
983
|
}
|
|
947
984
|
.justify-center {
|
|
948
|
-
|
|
985
|
+
justify-content: center;
|
|
949
986
|
}
|
|
950
987
|
.justify-between {
|
|
951
|
-
|
|
988
|
+
justify-content: space-between;
|
|
952
989
|
}
|
|
953
990
|
.gap-2 {
|
|
954
|
-
|
|
991
|
+
gap: 0.5rem;
|
|
955
992
|
}
|
|
956
993
|
.gap-x-3 {
|
|
957
|
-
|
|
958
|
-
|
|
994
|
+
-moz-column-gap: 0.75rem;
|
|
995
|
+
column-gap: 0.75rem;
|
|
959
996
|
}
|
|
960
997
|
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
998
|
+
--tw-space-x-reverse: 0;
|
|
999
|
+
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
1000
|
+
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
964
1001
|
}
|
|
965
1002
|
.overflow-auto {
|
|
966
|
-
|
|
1003
|
+
overflow: auto;
|
|
967
1004
|
}
|
|
968
1005
|
.overflow-hidden {
|
|
969
|
-
|
|
1006
|
+
overflow: hidden;
|
|
970
1007
|
}
|
|
971
1008
|
.overflow-y-auto {
|
|
972
|
-
|
|
1009
|
+
overflow-y: auto;
|
|
973
1010
|
}
|
|
974
1011
|
.overflow-x-hidden {
|
|
975
|
-
|
|
1012
|
+
overflow-x: hidden;
|
|
976
1013
|
}
|
|
977
1014
|
.truncate {
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
1015
|
+
overflow: hidden;
|
|
1016
|
+
text-overflow: ellipsis;
|
|
1017
|
+
white-space: nowrap;
|
|
981
1018
|
}
|
|
982
1019
|
.whitespace-normal {
|
|
983
|
-
|
|
1020
|
+
white-space: normal;
|
|
984
1021
|
}
|
|
985
1022
|
.whitespace-nowrap {
|
|
986
|
-
|
|
1023
|
+
white-space: nowrap;
|
|
987
1024
|
}
|
|
988
1025
|
.break-words {
|
|
989
|
-
|
|
1026
|
+
overflow-wrap: break-word;
|
|
990
1027
|
}
|
|
991
1028
|
.break-all {
|
|
992
|
-
|
|
1029
|
+
word-break: break-all;
|
|
993
1030
|
}
|
|
994
1031
|
.rounded {
|
|
995
|
-
|
|
1032
|
+
border-radius: 0.25rem;
|
|
996
1033
|
}
|
|
997
1034
|
.rounded-full {
|
|
998
|
-
|
|
1035
|
+
border-radius: 9999px;
|
|
999
1036
|
}
|
|
1000
1037
|
.rounded-md {
|
|
1001
|
-
|
|
1038
|
+
border-radius: 0.375rem;
|
|
1002
1039
|
}
|
|
1003
1040
|
.rounded-xl {
|
|
1004
|
-
|
|
1041
|
+
border-radius: 0.75rem;
|
|
1005
1042
|
}
|
|
1006
1043
|
.border {
|
|
1007
|
-
|
|
1044
|
+
border-width: 1px;
|
|
1008
1045
|
}
|
|
1009
1046
|
.border-0 {
|
|
1010
|
-
|
|
1011
|
-
}
|
|
1012
|
-
.border-y {
|
|
1013
|
-
border-top-width: 1px;
|
|
1014
|
-
border-bottom-width: 1px
|
|
1047
|
+
border-width: 0px;
|
|
1015
1048
|
}
|
|
1016
1049
|
.\!border-b-0 {
|
|
1017
|
-
|
|
1050
|
+
border-bottom-width: 0px !important;
|
|
1018
1051
|
}
|
|
1019
1052
|
.border-b {
|
|
1020
|
-
|
|
1053
|
+
border-bottom-width: 1px;
|
|
1021
1054
|
}
|
|
1022
1055
|
.border-b-\[3px\] {
|
|
1023
|
-
|
|
1056
|
+
border-bottom-width: 3px;
|
|
1024
1057
|
}
|
|
1025
1058
|
.border-r {
|
|
1026
|
-
|
|
1059
|
+
border-right-width: 1px;
|
|
1027
1060
|
}
|
|
1028
1061
|
.border-t {
|
|
1029
|
-
|
|
1062
|
+
border-top-width: 1px;
|
|
1030
1063
|
}
|
|
1031
1064
|
.border-solid {
|
|
1032
|
-
|
|
1065
|
+
border-style: solid;
|
|
1033
1066
|
}
|
|
1034
1067
|
.\!border-none {
|
|
1035
|
-
|
|
1068
|
+
border-style: none !important;
|
|
1036
1069
|
}
|
|
1037
1070
|
.border-none {
|
|
1038
|
-
|
|
1071
|
+
border-style: none;
|
|
1039
1072
|
}
|
|
1040
1073
|
.border-gray-200 {
|
|
1041
|
-
|
|
1042
|
-
|
|
1074
|
+
--tw-border-opacity: 1;
|
|
1075
|
+
border-color: rgb(229 231 235 / var(--tw-border-opacity));
|
|
1043
1076
|
}
|
|
1044
1077
|
.border-gray-300 {
|
|
1045
|
-
|
|
1046
|
-
|
|
1078
|
+
--tw-border-opacity: 1;
|
|
1079
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
|
1047
1080
|
}
|
|
1048
1081
|
.border-sky-500 {
|
|
1049
|
-
|
|
1050
|
-
|
|
1082
|
+
--tw-border-opacity: 1;
|
|
1083
|
+
border-color: rgb(14 165 233 / var(--tw-border-opacity));
|
|
1051
1084
|
}
|
|
1052
1085
|
.\!bg-transparent {
|
|
1053
|
-
|
|
1086
|
+
background-color: transparent !important;
|
|
1087
|
+
}
|
|
1088
|
+
.bg-\[\#F0F0F0\] {
|
|
1089
|
+
--tw-bg-opacity: 1;
|
|
1090
|
+
background-color: rgb(240 240 240 / var(--tw-bg-opacity));
|
|
1054
1091
|
}
|
|
1055
1092
|
.bg-blue-500 {
|
|
1056
|
-
|
|
1057
|
-
|
|
1093
|
+
--tw-bg-opacity: 1;
|
|
1094
|
+
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
|
1058
1095
|
}
|
|
1059
1096
|
.bg-gray-100 {
|
|
1060
|
-
|
|
1061
|
-
|
|
1097
|
+
--tw-bg-opacity: 1;
|
|
1098
|
+
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
1062
1099
|
}
|
|
1063
1100
|
.bg-gray-50 {
|
|
1064
|
-
|
|
1065
|
-
|
|
1101
|
+
--tw-bg-opacity: 1;
|
|
1102
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
|
1066
1103
|
}
|
|
1067
1104
|
.bg-transparent {
|
|
1068
|
-
|
|
1105
|
+
background-color: transparent;
|
|
1069
1106
|
}
|
|
1070
1107
|
.bg-white {
|
|
1071
|
-
|
|
1072
|
-
|
|
1108
|
+
--tw-bg-opacity: 1;
|
|
1109
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1073
1110
|
}
|
|
1074
1111
|
.bg-none {
|
|
1075
|
-
|
|
1112
|
+
background-image: none;
|
|
1076
1113
|
}
|
|
1077
1114
|
.\!fill-white {
|
|
1078
|
-
|
|
1115
|
+
fill: #fff !important;
|
|
1079
1116
|
}
|
|
1080
1117
|
.fill-gray-500 {
|
|
1081
|
-
|
|
1118
|
+
fill: #6b7280;
|
|
1082
1119
|
}
|
|
1083
1120
|
.fill-gray-700 {
|
|
1084
|
-
|
|
1121
|
+
fill: #374151;
|
|
1085
1122
|
}
|
|
1086
1123
|
.fill-slate-500 {
|
|
1087
|
-
|
|
1124
|
+
fill: #64748b;
|
|
1088
1125
|
}
|
|
1089
1126
|
.\!p-2 {
|
|
1090
|
-
|
|
1127
|
+
padding: 0.5rem !important;
|
|
1091
1128
|
}
|
|
1092
1129
|
.p-0 {
|
|
1093
|
-
|
|
1130
|
+
padding: 0px;
|
|
1094
1131
|
}
|
|
1095
1132
|
.p-1 {
|
|
1096
|
-
|
|
1133
|
+
padding: 0.25rem;
|
|
1097
1134
|
}
|
|
1098
1135
|
.p-2 {
|
|
1099
|
-
|
|
1136
|
+
padding: 0.5rem;
|
|
1137
|
+
}
|
|
1138
|
+
.p-3 {
|
|
1139
|
+
padding: 0.75rem;
|
|
1100
1140
|
}
|
|
1101
1141
|
.p-4 {
|
|
1102
|
-
|
|
1142
|
+
padding: 1rem;
|
|
1103
1143
|
}
|
|
1104
1144
|
.px-0 {
|
|
1105
|
-
|
|
1106
|
-
|
|
1145
|
+
padding-left: 0px;
|
|
1146
|
+
padding-right: 0px;
|
|
1107
1147
|
}
|
|
1108
1148
|
.px-1 {
|
|
1109
|
-
|
|
1110
|
-
|
|
1149
|
+
padding-left: 0.25rem;
|
|
1150
|
+
padding-right: 0.25rem;
|
|
1111
1151
|
}
|
|
1112
1152
|
.px-2 {
|
|
1113
|
-
|
|
1114
|
-
|
|
1153
|
+
padding-left: 0.5rem;
|
|
1154
|
+
padding-right: 0.5rem;
|
|
1115
1155
|
}
|
|
1116
1156
|
.px-3 {
|
|
1117
|
-
|
|
1118
|
-
|
|
1157
|
+
padding-left: 0.75rem;
|
|
1158
|
+
padding-right: 0.75rem;
|
|
1119
1159
|
}
|
|
1120
1160
|
.px-4 {
|
|
1121
|
-
|
|
1122
|
-
|
|
1161
|
+
padding-left: 1rem;
|
|
1162
|
+
padding-right: 1rem;
|
|
1123
1163
|
}
|
|
1124
1164
|
.py-1 {
|
|
1125
|
-
|
|
1126
|
-
|
|
1165
|
+
padding-top: 0.25rem;
|
|
1166
|
+
padding-bottom: 0.25rem;
|
|
1127
1167
|
}
|
|
1128
1168
|
.py-2 {
|
|
1129
|
-
|
|
1130
|
-
|
|
1169
|
+
padding-top: 0.5rem;
|
|
1170
|
+
padding-bottom: 0.5rem;
|
|
1131
1171
|
}
|
|
1132
1172
|
.py-2\.5 {
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
}
|
|
1136
|
-
.py-3 {
|
|
1137
|
-
padding-top: 0.75rem;
|
|
1138
|
-
padding-bottom: 0.75rem
|
|
1173
|
+
padding-top: 0.625rem;
|
|
1174
|
+
padding-bottom: 0.625rem;
|
|
1139
1175
|
}
|
|
1140
1176
|
.py-4 {
|
|
1141
|
-
|
|
1142
|
-
|
|
1177
|
+
padding-top: 1rem;
|
|
1178
|
+
padding-bottom: 1rem;
|
|
1143
1179
|
}
|
|
1144
1180
|
.pb-0 {
|
|
1145
|
-
|
|
1181
|
+
padding-bottom: 0px;
|
|
1146
1182
|
}
|
|
1147
1183
|
.pb-16 {
|
|
1148
|
-
|
|
1184
|
+
padding-bottom: 4rem;
|
|
1149
1185
|
}
|
|
1150
1186
|
.pb-2 {
|
|
1151
|
-
|
|
1187
|
+
padding-bottom: 0.5rem;
|
|
1152
1188
|
}
|
|
1153
1189
|
.pb-4 {
|
|
1154
|
-
|
|
1190
|
+
padding-bottom: 1rem;
|
|
1155
1191
|
}
|
|
1156
1192
|
.pl-0 {
|
|
1157
|
-
|
|
1193
|
+
padding-left: 0px;
|
|
1158
1194
|
}
|
|
1159
1195
|
.pl-1 {
|
|
1160
|
-
|
|
1196
|
+
padding-left: 0.25rem;
|
|
1161
1197
|
}
|
|
1162
1198
|
.pl-1\.5 {
|
|
1163
|
-
|
|
1164
|
-
}
|
|
1165
|
-
.pl-2 {
|
|
1166
|
-
padding-left: 0.5rem
|
|
1199
|
+
padding-left: 0.375rem;
|
|
1167
1200
|
}
|
|
1168
1201
|
.pl-4 {
|
|
1169
|
-
|
|
1202
|
+
padding-left: 1rem;
|
|
1170
1203
|
}
|
|
1171
1204
|
.pl-5 {
|
|
1172
|
-
|
|
1205
|
+
padding-left: 1.25rem;
|
|
1173
1206
|
}
|
|
1174
1207
|
.pr-4 {
|
|
1175
|
-
|
|
1208
|
+
padding-right: 1rem;
|
|
1176
1209
|
}
|
|
1177
1210
|
.pt-0 {
|
|
1178
|
-
|
|
1211
|
+
padding-top: 0px;
|
|
1179
1212
|
}
|
|
1180
1213
|
.pt-2 {
|
|
1181
|
-
|
|
1214
|
+
padding-top: 0.5rem;
|
|
1182
1215
|
}
|
|
1183
1216
|
.text-left {
|
|
1184
|
-
|
|
1217
|
+
text-align: left;
|
|
1185
1218
|
}
|
|
1186
1219
|
.text-center {
|
|
1187
|
-
|
|
1220
|
+
text-align: center;
|
|
1188
1221
|
}
|
|
1189
1222
|
.text-\[11px\] {
|
|
1190
|
-
|
|
1223
|
+
font-size: 11px;
|
|
1191
1224
|
}
|
|
1192
1225
|
.text-base {
|
|
1193
|
-
|
|
1226
|
+
font-size: 14px;
|
|
1194
1227
|
}
|
|
1195
1228
|
.text-lg {
|
|
1196
|
-
|
|
1229
|
+
font-size: 16px;
|
|
1197
1230
|
}
|
|
1198
1231
|
.text-md {
|
|
1199
|
-
|
|
1232
|
+
font-size: 14px;
|
|
1200
1233
|
}
|
|
1201
1234
|
.text-xl {
|
|
1202
|
-
|
|
1235
|
+
font-size: 18px;
|
|
1203
1236
|
}
|
|
1204
1237
|
.text-xs {
|
|
1205
|
-
|
|
1238
|
+
font-size: 12px;
|
|
1206
1239
|
}
|
|
1207
1240
|
.font-bold {
|
|
1208
|
-
|
|
1241
|
+
font-weight: 700;
|
|
1209
1242
|
}
|
|
1210
1243
|
.font-medium {
|
|
1211
|
-
|
|
1244
|
+
font-weight: 500;
|
|
1212
1245
|
}
|
|
1213
1246
|
.font-semibold {
|
|
1214
|
-
|
|
1247
|
+
font-weight: 600;
|
|
1215
1248
|
}
|
|
1216
1249
|
.leading-3 {
|
|
1217
|
-
|
|
1250
|
+
line-height: .75rem;
|
|
1218
1251
|
}
|
|
1219
1252
|
.leading-4 {
|
|
1220
|
-
|
|
1253
|
+
line-height: 1rem;
|
|
1221
1254
|
}
|
|
1222
1255
|
.leading-5 {
|
|
1223
|
-
|
|
1256
|
+
line-height: 1.25rem;
|
|
1224
1257
|
}
|
|
1225
1258
|
.leading-6 {
|
|
1226
|
-
|
|
1259
|
+
line-height: 1.5rem;
|
|
1227
1260
|
}
|
|
1228
1261
|
.leading-none {
|
|
1229
|
-
|
|
1262
|
+
line-height: 1;
|
|
1230
1263
|
}
|
|
1231
1264
|
.\!text-gray-700 {
|
|
1232
|
-
|
|
1233
|
-
|
|
1265
|
+
--tw-text-opacity: 1 !important;
|
|
1266
|
+
color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
|
|
1234
1267
|
}
|
|
1235
1268
|
.text-\[blue\] {
|
|
1236
|
-
|
|
1237
|
-
|
|
1269
|
+
--tw-text-opacity: 1;
|
|
1270
|
+
color: rgb(0 0 255 / var(--tw-text-opacity));
|
|
1238
1271
|
}
|
|
1239
1272
|
.text-\[red\] {
|
|
1240
|
-
|
|
1241
|
-
|
|
1273
|
+
--tw-text-opacity: 1;
|
|
1274
|
+
color: rgb(255 0 0 / var(--tw-text-opacity));
|
|
1242
1275
|
}
|
|
1243
1276
|
.text-black {
|
|
1244
|
-
|
|
1245
|
-
|
|
1277
|
+
--tw-text-opacity: 1;
|
|
1278
|
+
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1246
1279
|
}
|
|
1247
1280
|
.text-blue-600 {
|
|
1248
|
-
|
|
1249
|
-
|
|
1281
|
+
--tw-text-opacity: 1;
|
|
1282
|
+
color: rgb(37 99 235 / var(--tw-text-opacity));
|
|
1250
1283
|
}
|
|
1251
1284
|
.text-gray-400 {
|
|
1252
|
-
|
|
1253
|
-
|
|
1285
|
+
--tw-text-opacity: 1;
|
|
1286
|
+
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
1254
1287
|
}
|
|
1255
1288
|
.text-gray-500 {
|
|
1256
|
-
|
|
1257
|
-
|
|
1289
|
+
--tw-text-opacity: 1;
|
|
1290
|
+
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
1291
|
+
}
|
|
1292
|
+
.text-gray-600 {
|
|
1293
|
+
--tw-text-opacity: 1;
|
|
1294
|
+
color: rgb(75 85 99 / var(--tw-text-opacity));
|
|
1258
1295
|
}
|
|
1259
1296
|
.text-gray-700 {
|
|
1260
|
-
|
|
1261
|
-
|
|
1297
|
+
--tw-text-opacity: 1;
|
|
1298
|
+
color: rgb(55 65 81 / var(--tw-text-opacity));
|
|
1262
1299
|
}
|
|
1263
1300
|
.text-gray-800 {
|
|
1264
|
-
|
|
1265
|
-
|
|
1301
|
+
--tw-text-opacity: 1;
|
|
1302
|
+
color: rgb(31 41 55 / var(--tw-text-opacity));
|
|
1266
1303
|
}
|
|
1267
1304
|
.text-green-600 {
|
|
1268
|
-
|
|
1269
|
-
|
|
1305
|
+
--tw-text-opacity: 1;
|
|
1306
|
+
color: rgb(22 163 74 / var(--tw-text-opacity));
|
|
1270
1307
|
}
|
|
1271
1308
|
.text-sky-500 {
|
|
1272
|
-
|
|
1273
|
-
|
|
1309
|
+
--tw-text-opacity: 1;
|
|
1310
|
+
color: rgb(14 165 233 / var(--tw-text-opacity));
|
|
1274
1311
|
}
|
|
1275
1312
|
.text-white {
|
|
1276
|
-
|
|
1277
|
-
|
|
1313
|
+
--tw-text-opacity: 1;
|
|
1314
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1278
1315
|
}
|
|
1279
1316
|
.no-underline {
|
|
1280
|
-
|
|
1317
|
+
text-decoration-line: none;
|
|
1281
1318
|
}
|
|
1282
1319
|
.opacity-25 {
|
|
1283
|
-
|
|
1320
|
+
opacity: 0.25;
|
|
1284
1321
|
}
|
|
1285
1322
|
.opacity-75 {
|
|
1286
|
-
|
|
1323
|
+
opacity: 0.75;
|
|
1287
1324
|
}
|
|
1288
1325
|
.shadow {
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1326
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1327
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1328
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1292
1329
|
}
|
|
1293
1330
|
.shadow-lg {
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1331
|
+
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1332
|
+
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1333
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1297
1334
|
}
|
|
1298
1335
|
.shadow-none {
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1336
|
+
--tw-shadow: 0 0 #0000;
|
|
1337
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
1338
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1302
1339
|
}
|
|
1303
1340
|
.blur {
|
|
1304
|
-
|
|
1305
|
-
|
|
1341
|
+
--tw-blur: blur(8px);
|
|
1342
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1306
1343
|
}
|
|
1307
1344
|
.\!filter {
|
|
1308
|
-
|
|
1345
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
|
|
1309
1346
|
}
|
|
1310
1347
|
.filter {
|
|
1311
|
-
|
|
1348
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1312
1349
|
}
|
|
1313
1350
|
.backdrop-blur {
|
|
1314
|
-
|
|
1315
|
-
|
|
1351
|
+
--tw-backdrop-blur: blur(8px);
|
|
1352
|
+
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
1316
1353
|
}
|
|
1317
1354
|
.transition-colors {
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1355
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1356
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1357
|
+
transition-duration: 150ms;
|
|
1321
1358
|
}
|
|
1322
1359
|
.duration-300 {
|
|
1323
|
-
|
|
1360
|
+
transition-duration: 300ms;
|
|
1324
1361
|
}
|
|
1325
1362
|
.duration-500 {
|
|
1326
|
-
|
|
1363
|
+
transition-duration: 500ms;
|
|
1327
1364
|
}
|
|
1328
1365
|
.ease-in-out {
|
|
1329
|
-
|
|
1366
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
.shadow, .sm\:shadow {
|
|
1371
|
+
box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px, rgba(0, 0, 0, 0.14) 0px 1px 2px !important;
|
|
1330
1372
|
}
|
|
1373
|
+
|
|
1374
|
+
|
|
1331
1375
|
.last\:mb-0:last-child {
|
|
1332
|
-
|
|
1376
|
+
margin-bottom: 0px;
|
|
1333
1377
|
}
|
|
1378
|
+
|
|
1379
|
+
|
|
1334
1380
|
.hover\:bg-\[\#1589EE1A\]:hover {
|
|
1335
|
-
|
|
1381
|
+
background-color: #1589EE1A;
|
|
1336
1382
|
}
|
|
1383
|
+
|
|
1384
|
+
|
|
1337
1385
|
.hover\:bg-sky-50:hover {
|
|
1338
|
-
|
|
1339
|
-
|
|
1386
|
+
--tw-bg-opacity: 1;
|
|
1387
|
+
background-color: rgb(240 249 255 / var(--tw-bg-opacity));
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
.hover\:bg-white:hover {
|
|
1392
|
+
--tw-bg-opacity: 1;
|
|
1393
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1340
1394
|
}
|
|
1395
|
+
|
|
1396
|
+
|
|
1341
1397
|
.hover\:font-bold:hover {
|
|
1342
|
-
|
|
1398
|
+
font-weight: 700;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
.hover\:shadow:hover {
|
|
1403
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1404
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1405
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1343
1406
|
}
|
|
1407
|
+
|
|
1408
|
+
|
|
1344
1409
|
.focus\:outline-none:focus {
|
|
1345
|
-
|
|
1346
|
-
|
|
1410
|
+
outline: 2px solid transparent;
|
|
1411
|
+
outline-offset: 2px;
|
|
1347
1412
|
}
|
|
1413
|
+
|
|
1414
|
+
|
|
1348
1415
|
@media (min-width: 640px) {
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
.
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
}
|
|
1408
|
-
.sm\:p-3 {
|
|
1409
|
-
padding: 0.75rem
|
|
1410
|
-
}
|
|
1411
|
-
.sm\:shadow {
|
|
1412
|
-
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1413
|
-
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1414
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1415
|
-
}
|
|
1416
|
+
.sm\:sticky {
|
|
1417
|
+
position: sticky;
|
|
1418
|
+
}
|
|
1419
|
+
.sm\:z-10 {
|
|
1420
|
+
z-index: 10;
|
|
1421
|
+
}
|
|
1422
|
+
.sm\:m-3 {
|
|
1423
|
+
margin: 0.75rem;
|
|
1424
|
+
}
|
|
1425
|
+
.sm\:m-4 {
|
|
1426
|
+
margin: 1rem;
|
|
1427
|
+
}
|
|
1428
|
+
.sm\:mt-3 {
|
|
1429
|
+
margin-top: 0.75rem;
|
|
1430
|
+
}
|
|
1431
|
+
.sm\:mt-\[90px\] {
|
|
1432
|
+
margin-top: 90px;
|
|
1433
|
+
}
|
|
1434
|
+
.sm\:grid {
|
|
1435
|
+
display: grid;
|
|
1436
|
+
}
|
|
1437
|
+
.sm\:w-\[220px\] {
|
|
1438
|
+
width: 220px;
|
|
1439
|
+
}
|
|
1440
|
+
.sm\:grid-cols-2 {
|
|
1441
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1442
|
+
}
|
|
1443
|
+
.sm\:gap-4 {
|
|
1444
|
+
gap: 1rem;
|
|
1445
|
+
}
|
|
1446
|
+
.sm\:rounded {
|
|
1447
|
+
border-radius: 0.25rem;
|
|
1448
|
+
}
|
|
1449
|
+
.sm\:rounded-lg {
|
|
1450
|
+
border-radius: 0.5rem;
|
|
1451
|
+
}
|
|
1452
|
+
.sm\:border {
|
|
1453
|
+
border-width: 1px;
|
|
1454
|
+
}
|
|
1455
|
+
.sm\:border-r {
|
|
1456
|
+
border-right-width: 1px;
|
|
1457
|
+
}
|
|
1458
|
+
.sm\:border-gray-300 {
|
|
1459
|
+
--tw-border-opacity: 1;
|
|
1460
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
|
1461
|
+
}
|
|
1462
|
+
.sm\:bg-\[\#FAFAFA\] {
|
|
1463
|
+
--tw-bg-opacity: 1;
|
|
1464
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
|
|
1465
|
+
}
|
|
1466
|
+
.sm\:p-3 {
|
|
1467
|
+
padding: 0.75rem;
|
|
1468
|
+
}
|
|
1469
|
+
.sm\:shadow {
|
|
1470
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1471
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1472
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1473
|
+
}
|
|
1416
1474
|
}
|
|
1475
|
+
|
|
1476
|
+
|
|
1417
1477
|
@media (min-width: 768px) {
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1478
|
+
.md\:grid-cols-3 {
|
|
1479
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1480
|
+
}
|
|
1481
|
+
.md\:border-b {
|
|
1482
|
+
border-bottom-width: 1px;
|
|
1483
|
+
}
|
|
1424
1484
|
}
|
|
1485
|
+
|
|
1486
|
+
|
|
1425
1487
|
@media (min-width: 1024px) {
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1488
|
+
.lg\:z-\[1000\] {
|
|
1489
|
+
z-index: 1000;
|
|
1490
|
+
}
|
|
1491
|
+
.lg\:order-first {
|
|
1492
|
+
order: -9999;
|
|
1493
|
+
}
|
|
1494
|
+
.lg\:order-last {
|
|
1495
|
+
order: 9999;
|
|
1496
|
+
}
|
|
1497
|
+
.lg\:flex {
|
|
1498
|
+
display: flex;
|
|
1499
|
+
}
|
|
1500
|
+
.lg\:grid-cols-1 {
|
|
1501
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1502
|
+
}
|
|
1503
|
+
.lg\:grid-cols-10 {
|
|
1504
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
1505
|
+
}
|
|
1506
|
+
.lg\:grid-cols-11 {
|
|
1507
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
1508
|
+
}
|
|
1509
|
+
.lg\:grid-cols-12 {
|
|
1510
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
1511
|
+
}
|
|
1512
|
+
.lg\:grid-cols-2 {
|
|
1513
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1514
|
+
}
|
|
1515
|
+
.lg\:grid-cols-3 {
|
|
1516
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1517
|
+
}
|
|
1518
|
+
.lg\:grid-cols-4 {
|
|
1519
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1520
|
+
}
|
|
1521
|
+
.lg\:grid-cols-5 {
|
|
1522
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
1523
|
+
}
|
|
1524
|
+
.lg\:grid-cols-6 {
|
|
1525
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
1526
|
+
}
|
|
1527
|
+
.lg\:grid-cols-7 {
|
|
1528
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
1529
|
+
}
|
|
1530
|
+
.lg\:grid-cols-8 {
|
|
1531
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
1532
|
+
}
|
|
1533
|
+
.lg\:grid-cols-9 {
|
|
1534
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
1535
|
+
}
|
|
1536
|
+
.lg\:flex-col {
|
|
1537
|
+
flex-direction: column;
|
|
1538
|
+
}
|
|
1477
1539
|
}
|
|
1540
|
+
|
|
1541
|
+
|
|
1478
1542
|
@media (min-width: 1280px) {
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1543
|
+
.xl\:grid-cols-5 {
|
|
1544
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
1545
|
+
}
|
|
1482
1546
|
}
|
|
1547
|
+
|
|
1548
|
+
|
|
1483
1549
|
@media (min-width: 1536px) {
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1550
|
+
.\32xl\:grid-cols-5 {
|
|
1551
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
1552
|
+
}
|
|
1553
|
+
.\32xl\:grid-cols-6 {
|
|
1554
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
1555
|
+
}
|
|
1487
1556
|
}
|
|
1557
|
+
|
|
1558
|
+
|
|
1488
1559
|
@media (min-width: 1600px) {
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1560
|
+
.\33xl\:grid-cols-8 {
|
|
1561
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
1562
|
+
}
|
|
1492
1563
|
}
|
|
1564
|
+
|
|
1565
|
+
|
|
1493
1566
|
@media (min-width: 1800px) {
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1567
|
+
.\34xl\:grid-cols-8 {
|
|
1568
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
1569
|
+
}
|
|
1497
1570
|
}
|
|
1571
|
+
|
|
1572
|
+
|
|
1498
1573
|
@media (min-width: 2000px) {
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1574
|
+
.\35xl\:grid-cols-10 {
|
|
1575
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
1576
|
+
}
|
|
1502
1577
|
}
|
|
1503
1578
|
|
|
1504
1579
|
.ant-dropdown-menu-item .antd-Button.antd-Button--default {
|
|
@@ -2744,26 +2819,6 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2744
2819
|
min-height: var(--Nav-Item-height);
|
|
2745
2820
|
height: unset;
|
|
2746
2821
|
}
|
|
2747
|
-
.steedos-app-menu.stacked .antd-Nav-Menu .antd-Nav-Menu-submenu-selected > .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-label {
|
|
2748
|
-
color: black;
|
|
2749
|
-
}
|
|
2750
|
-
.steedos-app-menu.stacked a,
|
|
2751
|
-
.steedos-app-menu.stacked a:hover,
|
|
2752
|
-
.steedos-app-menu.stacked a:active,
|
|
2753
|
-
.steedos-app-menu.stacked a:focus {
|
|
2754
|
-
color: black;
|
|
2755
|
-
}
|
|
2756
|
-
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-label,
|
|
2757
|
-
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon,
|
|
2758
|
-
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-item-icon-after,
|
|
2759
|
-
.steedos-app-menu.stacked .antd-Nav-Menu-item-active .antd-Nav-Menu-submenu-arrow {
|
|
2760
|
-
color: black;
|
|
2761
|
-
}
|
|
2762
|
-
.steedos-app-menu.stacked .antd-Nav-SearchBox.is-active {
|
|
2763
|
-
width: calc(100% - 1rem);
|
|
2764
|
-
margin: 0 0.5rem;
|
|
2765
|
-
margin-bottom: 0.5rem;
|
|
2766
|
-
}
|
|
2767
2822
|
.steedos-header-container-line-two .ant-dropdown-placement-bottomLeft {
|
|
2768
2823
|
left: -15px !important;
|
|
2769
2824
|
}
|
|
@@ -2776,8 +2831,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2776
2831
|
.antd-Nav-Menu-submenu-active .antd-Nav-Menu-item .hover-inline-flex {
|
|
2777
2832
|
display: none !important;
|
|
2778
2833
|
}
|
|
2779
|
-
.
|
|
2780
|
-
|
|
2834
|
+
.antd-Nav-Menu-inline .antd-Nav-Menu-item-selected::before {
|
|
2835
|
+
top: 10px;
|
|
2836
|
+
left: 5px;
|
|
2837
|
+
bottom: 10px;
|
|
2838
|
+
border-radius: 22px;
|
|
2781
2839
|
}
|
|
2782
2840
|
|
|
2783
2841
|
#steedosGlobalFooterRoot .steedos-global-footer {
|
|
@@ -2862,7 +2920,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2862
2920
|
overflow-x: hidden;
|
|
2863
2921
|
}
|
|
2864
2922
|
.sidebar-wrapper .steedos-app-service {
|
|
2865
|
-
left:
|
|
2923
|
+
left: 160px;
|
|
2866
2924
|
}
|
|
2867
2925
|
.antd-Nav-Menu-item-divider {
|
|
2868
2926
|
border-bottom: 0.0625rem solid #cacacc !important;
|
|
@@ -2873,7 +2931,6 @@ body.sidebar-open .sidebar-wrapper {
|
|
|
2873
2931
|
-moz-transform: translate(0, 0);
|
|
2874
2932
|
-ms-transform: translate(0, 0);
|
|
2875
2933
|
-o-transform: translate(0, 0);
|
|
2876
|
-
width: 240px !important;
|
|
2877
2934
|
}
|
|
2878
2935
|
body.sidebar-open .sidebar-wrapper .steedos-app-service {
|
|
2879
2936
|
left: 0px;
|
|
@@ -3079,14 +3136,20 @@ body.sidebar #sidebar {
|
|
|
3079
3136
|
.steedos-input-table.steedos-show-index tbody tr td:nth-child(1) {
|
|
3080
3137
|
text-align: center;
|
|
3081
3138
|
}
|
|
3139
|
+
.steedos-input-table.steedos-show-index tbody tr td.antd-Table-dragCell + td {
|
|
3140
|
+
text-align: center;
|
|
3141
|
+
}
|
|
3082
3142
|
.steedos-input-table.steedos-show-index thead tr th:nth-child(1) .antd-TableCell--title {
|
|
3083
3143
|
visibility: hidden;
|
|
3084
3144
|
}
|
|
3145
|
+
.steedos-input-table.steedos-show-index thead tr th.antd-Table-dragCell + th .antd-TableCell--title {
|
|
3146
|
+
visibility: hidden;
|
|
3147
|
+
}
|
|
3085
3148
|
.steedos-input-table .antd-OperationField {
|
|
3086
3149
|
width: 50px;
|
|
3087
3150
|
}
|
|
3088
|
-
.steedos-input-table.steedos-show-index.steedos-has-operations
|
|
3089
|
-
.steedos-input-table.steedos-show-index.steedos-has-operations
|
|
3151
|
+
.steedos-input-table.steedos-show-index.steedos-has-operations td.steedos-input-table-column-operation,
|
|
3152
|
+
.steedos-input-table.steedos-show-index.steedos-has-operations th.antd-Table-operationCell {
|
|
3090
3153
|
padding: 0;
|
|
3091
3154
|
}
|
|
3092
3155
|
.steedos-input-table.steedos-show-index.steedos-has-operations td .antd-OperationField {
|
|
@@ -3110,8 +3173,8 @@ body.sidebar #sidebar {
|
|
|
3110
3173
|
visibility: visible;
|
|
3111
3174
|
justify-content: center;
|
|
3112
3175
|
}
|
|
3113
|
-
.steedos-input-table.steedos-has-operations
|
|
3114
|
-
.steedos-input-table.steedos-has-operations
|
|
3176
|
+
.steedos-input-table.steedos-has-operations td.steedos-input-table-column-operation,
|
|
3177
|
+
.steedos-input-table.steedos-has-operations th.antd-Table-operationCell {
|
|
3115
3178
|
padding: 0;
|
|
3116
3179
|
}
|
|
3117
3180
|
.steedos-input-table.steedos-has-operations td .antd-OperationField {
|