@bagelink/vue 0.0.233-beta.0 → 0.0.235-beta.0
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/components/ModalBglForm.vue.d.ts +2 -2
- package/dist/components/ModalBglForm.vue.d.ts.map +1 -1
- package/dist/components/TableSchema.vue.d.ts +2 -2
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/index.cjs +12 -10
- package/dist/index.mjs +12 -10
- package/dist/style.css +141 -266
- package/dist/utils/index.d.ts +0 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/ModalBglForm.vue +23 -7
- package/src/components/ModalForm.vue +9 -33
- package/src/components/TableSchema.vue +11 -4
- package/src/components/index.ts +0 -1
- package/src/styles/dark.css +2 -13
- package/src/styles/inputs.css +98 -231
- package/src/styles/theme.css +21 -29
- package/src/utils/index.ts +0 -6
- package/src/components/formkit/index.ts +0 -24
package/dist/style.css
CHANGED
|
@@ -521,11 +521,11 @@
|
|
|
521
521
|
}
|
|
522
522
|
}
|
|
523
523
|
|
|
524
|
-
.modal-title[data-v-
|
|
524
|
+
.modal-title[data-v-b81f66ed] {
|
|
525
525
|
margin-top: 0.5rem;
|
|
526
526
|
}
|
|
527
527
|
@media screen and (max-width: 910px) {
|
|
528
|
-
.modal-title[data-v-
|
|
528
|
+
.modal-title[data-v-b81f66ed] {
|
|
529
529
|
margin-top: 1rem;
|
|
530
530
|
}
|
|
531
531
|
}
|
|
@@ -720,37 +720,37 @@
|
|
|
720
720
|
transform: translateY(-2.6rem);
|
|
721
721
|
}
|
|
722
722
|
|
|
723
|
-
.list-arrows[data-v-
|
|
723
|
+
.list-arrows[data-v-89607f2f] {
|
|
724
724
|
opacity: 0;
|
|
725
725
|
}
|
|
726
|
-
.list-arrows .icon-font[data-v-
|
|
726
|
+
.list-arrows .icon-font[data-v-89607f2f] {
|
|
727
727
|
transition: all ease-in-out 0.2s;
|
|
728
728
|
}
|
|
729
|
-
.list-arrows.sorted[data-v-
|
|
729
|
+
.list-arrows.sorted[data-v-89607f2f] {
|
|
730
730
|
opacity: 1;
|
|
731
731
|
}
|
|
732
|
-
.col img[data-v-
|
|
732
|
+
.col img[data-v-89607f2f] {
|
|
733
733
|
height: 35px;
|
|
734
734
|
margin-top: -14px;
|
|
735
735
|
margin-bottom: -14px;
|
|
736
736
|
border-radius: 5px;
|
|
737
737
|
}
|
|
738
|
-
.list-arrows.sorted .desc[data-v-
|
|
738
|
+
.list-arrows.sorted .desc[data-v-89607f2f] {
|
|
739
739
|
transform: rotate(180deg);
|
|
740
740
|
}
|
|
741
|
-
table[data-v-
|
|
741
|
+
table[data-v-89607f2f] {
|
|
742
742
|
border-collapse: separate;
|
|
743
743
|
border-spacing: 0 15px;
|
|
744
744
|
border-collapse: collapse;
|
|
745
745
|
}
|
|
746
|
-
th[data-v-
|
|
746
|
+
th[data-v-89607f2f] {
|
|
747
747
|
font-weight: 400;
|
|
748
748
|
}
|
|
749
|
-
.row[data-v-
|
|
749
|
+
.row[data-v-89607f2f] {
|
|
750
750
|
border-bottom: 1px solid var(--border-color);
|
|
751
751
|
cursor: pointer;
|
|
752
752
|
}
|
|
753
|
-
.row.first-row[data-v-
|
|
753
|
+
.row.first-row[data-v-89607f2f] {
|
|
754
754
|
font-size: 0.8rem;
|
|
755
755
|
color: var(--bgl-black-tint);
|
|
756
756
|
position: sticky;
|
|
@@ -760,7 +760,7 @@ th[data-v-31691460] {
|
|
|
760
760
|
height: 50px;
|
|
761
761
|
vertical-align: bottom;
|
|
762
762
|
}
|
|
763
|
-
.row.first-row[data-v-
|
|
763
|
+
.row.first-row[data-v-89607f2f]::after {
|
|
764
764
|
content: "";
|
|
765
765
|
border-bottom: 1px solid var(--border-color);
|
|
766
766
|
position: absolute;
|
|
@@ -768,11 +768,11 @@ th[data-v-31691460] {
|
|
|
768
768
|
right: 0;
|
|
769
769
|
bottom: -1px;
|
|
770
770
|
}
|
|
771
|
-
.first-row .col[data-v-
|
|
771
|
+
.first-row .col[data-v-89607f2f] {
|
|
772
772
|
cursor: pointer;
|
|
773
773
|
background: var(--bgl-white);
|
|
774
774
|
}
|
|
775
|
-
.col[data-v-
|
|
775
|
+
.col[data-v-89607f2f] {
|
|
776
776
|
white-space: nowrap;
|
|
777
777
|
padding: 14px;
|
|
778
778
|
transition: var(--bgl-transition);
|
|
@@ -781,16 +781,16 @@ th[data-v-31691460] {
|
|
|
781
781
|
padding-right: 1rem;
|
|
782
782
|
align-items: center;
|
|
783
783
|
}
|
|
784
|
-
.col>div[data-v-
|
|
784
|
+
.col>div[data-v-89607f2f] {
|
|
785
785
|
display: flex;
|
|
786
786
|
gap: 0.5rem;
|
|
787
787
|
}
|
|
788
|
-
.max-col-width[data-v-
|
|
788
|
+
.max-col-width[data-v-89607f2f] {
|
|
789
789
|
max-width: 30vw;
|
|
790
790
|
overflow: hidden;
|
|
791
791
|
text-overflow: ellipsis;
|
|
792
792
|
}
|
|
793
|
-
.col.check .icon-font[data-v-
|
|
793
|
+
.col.check .icon-font[data-v-89607f2f] {
|
|
794
794
|
border-radius: 100%;
|
|
795
795
|
background: var(--bgl-blue-20);
|
|
796
796
|
color: var(--bgl-primary);
|
|
@@ -801,27 +801,27 @@ th[data-v-31691460] {
|
|
|
801
801
|
justify-content: center;
|
|
802
802
|
margin-top: -2px;
|
|
803
803
|
}
|
|
804
|
-
.rows[data-v-
|
|
804
|
+
.rows[data-v-89607f2f] {
|
|
805
805
|
font-size: 0.8125em;
|
|
806
806
|
}
|
|
807
|
-
.table-list[data-v-
|
|
807
|
+
.table-list[data-v-89607f2f] {
|
|
808
808
|
height: 100%;
|
|
809
809
|
position: relative;
|
|
810
810
|
padding-left: 0 !important;
|
|
811
811
|
padding-right: 0 !important;
|
|
812
812
|
overflow: auto;
|
|
813
813
|
}
|
|
814
|
-
.BagelTable .table-list[data-v-
|
|
814
|
+
.BagelTable .table-list[data-v-89607f2f] {
|
|
815
815
|
overflow: unset;
|
|
816
816
|
}
|
|
817
|
-
.row-item[data-v-
|
|
817
|
+
.row-item[data-v-89607f2f] {
|
|
818
818
|
height: 50px;
|
|
819
819
|
transition: all 200ms ease;
|
|
820
820
|
}
|
|
821
|
-
.row-item[data-v-
|
|
821
|
+
.row-item[data-v-89607f2f]:hover {
|
|
822
822
|
background: var(--bgl-gray-light);
|
|
823
823
|
}
|
|
824
|
-
.infinite-wrapper[data-v-
|
|
824
|
+
.infinite-wrapper[data-v-89607f2f] {
|
|
825
825
|
overflow-y: auto;
|
|
826
826
|
width: 100%;
|
|
827
827
|
}
|
|
@@ -2450,300 +2450,187 @@ label,
|
|
|
2450
2450
|
input,
|
|
2451
2451
|
textarea,
|
|
2452
2452
|
select {
|
|
2453
|
-
|
|
2454
|
-
|
|
2453
|
+
font-family: inherit;
|
|
2454
|
+
width: 100%;
|
|
2455
2455
|
}
|
|
2456
2456
|
.bagel-input {
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2457
|
+
position: relative;
|
|
2458
|
+
display: flex;
|
|
2459
|
+
flex-direction: column;
|
|
2460
|
+
text-align: start;
|
|
2461
|
+
margin-bottom: 0.5rem;
|
|
2462
|
+
width: 100%;
|
|
2463
|
+
color: var(--bgl-black);
|
|
2464
2464
|
}
|
|
2465
2465
|
.bagel-input::placeholder .bagel-input label {
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2466
|
+
display: block;
|
|
2467
|
+
font-size: var(--label-font-size);
|
|
2468
|
+
margin-bottom: 2px;
|
|
2469
|
+
line-height: 1.3;
|
|
2470
2470
|
}
|
|
2471
2471
|
.bagel-input::placeholder {
|
|
2472
|
-
|
|
2472
|
+
color: var(--placeholder-color);
|
|
2473
2473
|
}
|
|
2474
2474
|
.bagel-input label {
|
|
2475
|
-
|
|
2475
|
+
color: var(--label-color);
|
|
2476
2476
|
}
|
|
2477
2477
|
.bagel-input input,
|
|
2478
2478
|
.bagel-input select,
|
|
2479
2479
|
.custom-select .input {
|
|
2480
|
-
|
|
2481
|
-
|
|
2480
|
+
height: var(--input-height);
|
|
2481
|
+
font-size: var(--input-font-size);
|
|
2482
2482
|
}
|
|
2483
2483
|
.bagel-input input,
|
|
2484
2484
|
.bagel-input textarea,
|
|
2485
2485
|
.bagel-input select,
|
|
2486
2486
|
.custom-select .input {
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2487
|
+
background: var(--input-bg);
|
|
2488
|
+
border: none;
|
|
2489
|
+
padding: 0.7rem;
|
|
2490
|
+
border-radius: var(--input-border-radius);
|
|
2491
|
+
color: var(--input-color);
|
|
2492
|
+
min-width: calc(var(--input-height) * 3);
|
|
2493
|
+
width: 100%;
|
|
2494
2494
|
}
|
|
2495
2495
|
.bagel-input input::placeholder,
|
|
2496
2496
|
.bagel-input textarea::placeholder,
|
|
2497
2497
|
.bagel-input select::placeholder,
|
|
2498
2498
|
.custom-select .input::placeholder {
|
|
2499
|
-
|
|
2499
|
+
color: var(--placeholder-color);
|
|
2500
2500
|
}
|
|
2501
2501
|
.bagel-input.search-wrap {
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2502
|
+
display: flex;
|
|
2503
|
+
flex-direction: row;
|
|
2504
|
+
align-items: center;
|
|
2505
2505
|
}
|
|
2506
2506
|
.bagel-input.search-wrap input {
|
|
2507
|
-
|
|
2507
|
+
padding-inline-end: 2rem;
|
|
2508
2508
|
}
|
|
2509
2509
|
.bagel-input.search-wrap .icon-font {
|
|
2510
|
-
|
|
2510
|
+
margin-inline-start: -1.75rem;
|
|
2511
2511
|
}
|
|
2512
2512
|
.bagel-input select {
|
|
2513
|
-
|
|
2513
|
+
height: var(--input-height);
|
|
2514
2514
|
}
|
|
2515
2515
|
.bagel-input textarea {
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2516
|
+
resize: vertical;
|
|
2517
|
+
min-height: calc(var(--input-height) * 3);
|
|
2518
|
+
line-height: 1.5;
|
|
2519
2519
|
}
|
|
2520
2520
|
.bagel-input.wider input {
|
|
2521
|
-
|
|
2521
|
+
min-width: 320px;
|
|
2522
2522
|
}
|
|
2523
|
-
.bagel-input input[type=
|
|
2524
|
-
|
|
2525
|
-
|
|
2523
|
+
.bagel-input input[type="radio"] {
|
|
2524
|
+
padding: 0;
|
|
2525
|
+
width: fit-content;
|
|
2526
2526
|
}
|
|
2527
2527
|
.bagel-input:focus-within label {
|
|
2528
|
-
|
|
2528
|
+
color: var(--bgl-primary);
|
|
2529
2529
|
}
|
|
2530
2530
|
.bagel-input select.no-edit,
|
|
2531
2531
|
.bagel-input input.no-edit,
|
|
2532
2532
|
.bagel-input textarea.no-edit,
|
|
2533
2533
|
.bagel-input .switch.no-edit {
|
|
2534
|
-
|
|
2535
|
-
|
|
2534
|
+
pointer-events: none;
|
|
2535
|
+
outline: none;
|
|
2536
2536
|
}
|
|
2537
|
-
input[type=
|
|
2538
|
-
input[type=
|
|
2539
|
-
|
|
2537
|
+
input[type="number"]::-webkit-inner-spin-button,
|
|
2538
|
+
input[type="number"]::-webkit-outer-spin-button {
|
|
2539
|
+
-webkit-appearance: none;
|
|
2540
2540
|
}
|
|
2541
2541
|
label.active {
|
|
2542
|
-
|
|
2542
|
+
color: var(--bgl-primary);
|
|
2543
2543
|
}
|
|
2544
2544
|
.inline-80 {
|
|
2545
|
-
|
|
2546
|
-
|
|
2545
|
+
display: inline-block;
|
|
2546
|
+
width: 80%;
|
|
2547
2547
|
}
|
|
2548
2548
|
.inline-20 {
|
|
2549
|
-
|
|
2550
|
-
|
|
2549
|
+
display: inline-block;
|
|
2550
|
+
width: 20%;
|
|
2551
2551
|
}
|
|
2552
2552
|
.inline-10 {
|
|
2553
|
-
|
|
2554
|
-
|
|
2553
|
+
display: inline-block;
|
|
2554
|
+
width: 20%;
|
|
2555
2555
|
}
|
|
2556
2556
|
.inline-50 {
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
}
|
|
2561
|
-
button.formkit-input {
|
|
2562
|
-
background: var(--bgl-primary);
|
|
2563
|
-
color: var(--bgl-white);
|
|
2564
|
-
border: none;
|
|
2565
|
-
padding: 0 1.5rem;
|
|
2566
|
-
border-radius: var(--input-border-radius);
|
|
2567
|
-
font-size: var(--input-font-size);
|
|
2568
|
-
font-weight: 500;
|
|
2569
|
-
cursor: pointer;
|
|
2570
|
-
transition: all 0.2s ease-in-out;
|
|
2571
|
-
margin-top: 0.5rem;
|
|
2572
|
-
}
|
|
2573
|
-
button.formkit-input:hover {
|
|
2574
|
-
filter: var(--bgl-hover-filter);
|
|
2575
|
-
}
|
|
2576
|
-
button.formkit-input:active {
|
|
2577
|
-
filter: var(--bgl-active-filter);
|
|
2578
|
-
}
|
|
2579
|
-
.formkit-messages {
|
|
2580
|
-
list-style-type: none;
|
|
2581
|
-
padding: 0;
|
|
2582
|
-
color: var(--bgl-red);
|
|
2583
|
-
margin: none;
|
|
2584
|
-
font-size: 0.7rem;
|
|
2585
|
-
position: absolute;
|
|
2586
|
-
right: 0;
|
|
2587
|
-
top: -10px;
|
|
2588
|
-
}
|
|
2589
|
-
.formkit-outer {
|
|
2590
|
-
position: relative;
|
|
2591
|
-
display: flex;
|
|
2592
|
-
flex-direction: column;
|
|
2593
|
-
text-align: start;
|
|
2594
|
-
margin-bottom: 0.5rem;
|
|
2595
|
-
width: 100%;
|
|
2596
|
-
}
|
|
2597
|
-
.formkit-outer .formkit-help {
|
|
2598
|
-
font-size: 0.8rem;
|
|
2599
|
-
color: var(--input-color);
|
|
2600
|
-
margin-top: 0.5rem;
|
|
2601
|
-
font-weight: 300;
|
|
2602
|
-
}
|
|
2603
|
-
.formkit-outer label {
|
|
2604
|
-
display: block;
|
|
2605
|
-
font-size: var(--label-font-size);
|
|
2606
|
-
margin-bottom: 2px;
|
|
2607
|
-
line-height: 1.3;
|
|
2608
|
-
color: var(--label-color);
|
|
2557
|
+
display: inline-block;
|
|
2558
|
+
width: 49%;
|
|
2559
|
+
margin: 0 0.5%;
|
|
2609
2560
|
}
|
|
2610
|
-
.formkit-outer input,
|
|
2611
|
-
.formkit-outer select,
|
|
2612
2561
|
.custom-select .input {
|
|
2613
|
-
|
|
2614
|
-
|
|
2562
|
+
height: var(--input-height);
|
|
2563
|
+
font-size: var(--input-font-size);
|
|
2615
2564
|
}
|
|
2616
|
-
.formkit-outer input,
|
|
2617
|
-
.formkit-outer textarea,
|
|
2618
|
-
.formkit-outer select,
|
|
2619
2565
|
.custom-select .input {
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
}
|
|
2628
|
-
.formkit-outer.search-wrap {
|
|
2629
|
-
display: flex;
|
|
2630
|
-
flex-direction: row;
|
|
2631
|
-
align-items: center;
|
|
2632
|
-
}
|
|
2633
|
-
.formkit-outer.search-wrap input {
|
|
2634
|
-
padding-inline-end: 2rem;
|
|
2635
|
-
}
|
|
2636
|
-
.formkit-outer.search-wrap .icon-font {
|
|
2637
|
-
margin-inline-start: -1.75rem;
|
|
2638
|
-
}
|
|
2639
|
-
.formkit-outer select {
|
|
2640
|
-
height: var(--input-height);
|
|
2641
|
-
appearance: none;
|
|
2642
|
-
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
|
|
2643
|
-
background-repeat: no-repeat;
|
|
2644
|
-
background-position: right 1rem center;
|
|
2645
|
-
background-size: 1.2em;
|
|
2646
|
-
}
|
|
2647
|
-
[dir=rtl] .formkit-outer select {
|
|
2648
|
-
background-position: left 1rem center;
|
|
2649
|
-
}
|
|
2650
|
-
.formkit-outer textarea {
|
|
2651
|
-
resize: vertical;
|
|
2652
|
-
min-height: calc(var(--input-height) * 3);
|
|
2653
|
-
line-height: 1.5;
|
|
2654
|
-
}
|
|
2655
|
-
.formkit-outer.wider input {
|
|
2656
|
-
min-width: 320px;
|
|
2657
|
-
}
|
|
2658
|
-
.formkit-outer input[type='radio'] {
|
|
2659
|
-
padding: 0;
|
|
2660
|
-
width: fit-content;
|
|
2566
|
+
background: var(--input-bg);
|
|
2567
|
+
border: none;
|
|
2568
|
+
padding: 0.7rem;
|
|
2569
|
+
border-radius: var(--input-border-radius);
|
|
2570
|
+
color: var(--input-color);
|
|
2571
|
+
min-width: calc(var(--input-height) * 3);
|
|
2572
|
+
width: 100%;
|
|
2661
2573
|
}
|
|
2662
|
-
.formkit-outer input:focus-visible,
|
|
2663
|
-
.formkit-outer select:focus-visible,
|
|
2664
|
-
.formkit-outer textarea:focus-visible,
|
|
2665
2574
|
.input.active,
|
|
2666
2575
|
.bagel-input input:focus-visible,
|
|
2667
2576
|
.bagel-input select:focus-visible,
|
|
2668
2577
|
.bagel-input textarea:focus-visible {
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
}
|
|
2672
|
-
.formkit-outer:focus-within label {
|
|
2673
|
-
color: var(--bgl-primary);
|
|
2674
|
-
}
|
|
2675
|
-
.formkit-outer:focus-within label {
|
|
2676
|
-
color: var(--bgl-primary);
|
|
2677
|
-
}
|
|
2678
|
-
.formkit-outer select.no-edit,
|
|
2679
|
-
.formkit-outer input.no-edit,
|
|
2680
|
-
.formkit-outer textarea.no-edit,
|
|
2681
|
-
.formkit-outer .switch.no-edit {
|
|
2682
|
-
pointer-events: none;
|
|
2683
|
-
outline: none;
|
|
2578
|
+
outline: none;
|
|
2579
|
+
box-shadow: inset 0 0 10px #00000012;
|
|
2684
2580
|
}
|
|
2685
|
-
input[type=
|
|
2686
|
-
input[type=
|
|
2687
|
-
|
|
2581
|
+
input[type="number"]::-webkit-inner-spin-button,
|
|
2582
|
+
input[type="number"]::-webkit-outer-spin-button {
|
|
2583
|
+
-webkit-appearance: none;
|
|
2688
2584
|
}
|
|
2689
2585
|
label.active {
|
|
2690
|
-
|
|
2586
|
+
color: var(--bgl-primary);
|
|
2691
2587
|
}
|
|
2692
2588
|
.label-count-0 label {
|
|
2693
|
-
|
|
2589
|
+
display: none;
|
|
2694
2590
|
}
|
|
2695
2591
|
.label-count-0 button.btn.flatBtn {
|
|
2696
|
-
|
|
2697
|
-
|
|
2592
|
+
/* background: var(--bgl-blue-light); */
|
|
2593
|
+
margin-right: 5px;
|
|
2698
2594
|
}
|
|
2699
2595
|
.label-count-0 button.btn.flatBtn:hover {
|
|
2700
|
-
|
|
2701
|
-
}
|
|
2702
|
-
.formkit-outer.label-count-0 {
|
|
2703
|
-
display: none;
|
|
2596
|
+
background: var(--bgl-hover-filter);
|
|
2704
2597
|
}
|
|
2705
2598
|
input[type="color"] {
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2599
|
+
padding: 0.025rem 0.05rem;
|
|
2600
|
+
display: block;
|
|
2601
|
+
width: var(--input-height);
|
|
2602
|
+
height: var(--input-height);
|
|
2603
|
+
border: none;
|
|
2604
|
+
-webkit-appearance: none;
|
|
2605
|
+
-moz-appearance: none;
|
|
2606
|
+
appearance: none;
|
|
2607
|
+
cursor: pointer;
|
|
2715
2608
|
}
|
|
2716
2609
|
input[type="color"]::-webkit-color-swatch {
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2610
|
+
border-radius: var(--input-border-radius);
|
|
2611
|
+
border: none;
|
|
2612
|
+
transition: box-shadow 200ms ease;
|
|
2720
2613
|
}
|
|
2721
2614
|
input[type="color"]::-moz-color-swatch {
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2615
|
+
border-radius: var(--input-border-radius);
|
|
2616
|
+
border: none;
|
|
2617
|
+
transition: box-shadow 200ms ease;
|
|
2725
2618
|
}
|
|
2726
2619
|
input[type="color"]::-webkit-color-swatch:hover {
|
|
2727
|
-
|
|
2620
|
+
box-shadow: inset 0 0 10px #00000050;
|
|
2728
2621
|
}
|
|
2729
2622
|
input[type="color"]::-moz-color-swatch:hover {
|
|
2730
|
-
|
|
2623
|
+
box-shadow: inset 0 0 10px #00000050;
|
|
2731
2624
|
}
|
|
2732
2625
|
@media screen and (max-width: 910px) {
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
.formkit-outer.wider input {
|
|
2738
|
-
min-width: 120px;
|
|
2739
|
-
}
|
|
2740
|
-
|
|
2741
|
-
.bagel-input label,
|
|
2742
|
-
.formkit-outer label {
|
|
2743
|
-
font-size: calc(var(--input-font-size) / 1.1);
|
|
2744
|
-
line-height: 1.2;
|
|
2626
|
+
.bagel-input.wider input {
|
|
2627
|
+
min-width: 120px;
|
|
2628
|
+
}
|
|
2745
2629
|
|
|
2746
|
-
|
|
2630
|
+
.bagel-input label {
|
|
2631
|
+
font-size: calc(var(--input-font-size) / 1.1);
|
|
2632
|
+
line-height: 1.2;
|
|
2633
|
+
}
|
|
2747
2634
|
}
|
|
2748
2635
|
button,
|
|
2749
2636
|
.btn,
|
|
@@ -2898,8 +2785,8 @@ h6 {}
|
|
|
2898
2785
|
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@300;400;500;600;700&display=swap"); */
|
|
2899
2786
|
/*noinspection CssUnknownTarget*/
|
|
2900
2787
|
:root {
|
|
2901
|
-
--bgl-primary: #
|
|
2902
|
-
--bgl-primary-tint: #
|
|
2788
|
+
--bgl-primary: #2e5bff;
|
|
2789
|
+
--bgl-primary-tint: #2e5bff80;
|
|
2903
2790
|
--bgl-primary-light: #eef6ff;
|
|
2904
2791
|
--bgl-blue-20: rgba(46, 91, 255, 20%);
|
|
2905
2792
|
--bgl-blue-dark: #191c30;
|
|
@@ -2976,18 +2863,13 @@ h6 {}
|
|
|
2976
2863
|
margin-bottom: 20px;
|
|
2977
2864
|
width: 100%;
|
|
2978
2865
|
-webkit-padding-end: 40px;
|
|
2979
|
-
|
|
2866
|
+
padding-inline-end: 40px;
|
|
2980
2867
|
}
|
|
2981
2868
|
.modal-footer {
|
|
2982
2869
|
gap: 1rem;
|
|
2983
2870
|
display: flex;
|
|
2984
2871
|
justify-content: space-between;
|
|
2985
2872
|
}
|
|
2986
|
-
.formkit-actions .formkit-wrapper {
|
|
2987
|
-
gap: 1rem;
|
|
2988
|
-
display: flex;
|
|
2989
|
-
justify-content: flex-end;
|
|
2990
|
-
}
|
|
2991
2873
|
* {
|
|
2992
2874
|
box-sizing: border-box;
|
|
2993
2875
|
}
|
|
@@ -3040,7 +2922,7 @@ h6 {}
|
|
|
3040
2922
|
}
|
|
3041
2923
|
.login-card .forgot-password:active {
|
|
3042
2924
|
-webkit-filter: brightness(70%);
|
|
3043
|
-
|
|
2925
|
+
filter: brightness(70%);
|
|
3044
2926
|
color: var(--bgl-primary);
|
|
3045
2927
|
}
|
|
3046
2928
|
.login-card .error {
|
|
@@ -3059,15 +2941,15 @@ h6 {}
|
|
|
3059
2941
|
}
|
|
3060
2942
|
.tabs {
|
|
3061
2943
|
-moz-column-gap: 1rem;
|
|
3062
|
-
|
|
2944
|
+
column-gap: 1rem;
|
|
3063
2945
|
margin-top: 20px;
|
|
3064
2946
|
margin-bottom: -2rem;
|
|
3065
2947
|
border-top: 1px solid var(--border-color);
|
|
3066
2948
|
width: calc(100% + 4rem);
|
|
3067
2949
|
-webkit-margin-start: -2rem;
|
|
3068
|
-
|
|
2950
|
+
margin-inline-start: -2rem;
|
|
3069
2951
|
-webkit-padding-start: 2rem;
|
|
3070
|
-
|
|
2952
|
+
padding-inline-start: 2rem;
|
|
3071
2953
|
overflow: auto;
|
|
3072
2954
|
display: flex;
|
|
3073
2955
|
}
|
|
@@ -3098,7 +2980,7 @@ h6 {}
|
|
|
3098
2980
|
}
|
|
3099
2981
|
.tab:active {
|
|
3100
2982
|
-webkit-filter: brightness(70%);
|
|
3101
|
-
|
|
2983
|
+
filter: brightness(70%);
|
|
3102
2984
|
}
|
|
3103
2985
|
.router-tab {
|
|
3104
2986
|
font-size: 14px;
|
|
@@ -3121,7 +3003,7 @@ h6 {}
|
|
|
3121
3003
|
}
|
|
3122
3004
|
.router-tab:active {
|
|
3123
3005
|
-webkit-filter: brightness(70%);
|
|
3124
|
-
|
|
3006
|
+
filter: brightness(70%);
|
|
3125
3007
|
}
|
|
3126
3008
|
.pill {
|
|
3127
3009
|
border-radius: 10px;
|
|
@@ -3193,7 +3075,7 @@ h6 {}
|
|
|
3193
3075
|
}
|
|
3194
3076
|
.list-item:active {
|
|
3195
3077
|
-webkit-filter: var(--bgl-hover-filter);
|
|
3196
|
-
|
|
3078
|
+
filter: var(--bgl-hover-filter);
|
|
3197
3079
|
}
|
|
3198
3080
|
.entity-container {
|
|
3199
3081
|
display: grid;
|
|
@@ -3202,11 +3084,12 @@ h6 {}
|
|
|
3202
3084
|
grid-template-columns: minmax(300px, 1fr) 3fr;
|
|
3203
3085
|
grid-gap: 1rem;
|
|
3204
3086
|
-moz-column-gap: 1rem;
|
|
3205
|
-
|
|
3087
|
+
column-gap: 1rem;
|
|
3206
3088
|
grid-template-rows: 1fr;
|
|
3207
3089
|
grid-template-areas: "list-view detail-view";
|
|
3208
3090
|
transition: grid-template-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99);
|
|
3209
|
-
transition: grid-template-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99),
|
|
3091
|
+
transition: grid-template-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99),
|
|
3092
|
+
-ms-grid-columns 0.4s cubic-bezier(0.79, 0.01, 0.34, 0.99);
|
|
3210
3093
|
transition: all 0.5s cubic-bezier(0.79, 0.01, 0.34, 0.99);
|
|
3211
3094
|
}
|
|
3212
3095
|
.detail-main {
|
|
@@ -3254,7 +3137,7 @@ h6 {}
|
|
|
3254
3137
|
width: 50px;
|
|
3255
3138
|
aspect-ratio: 1;
|
|
3256
3139
|
-o-object-fit: contain;
|
|
3257
|
-
|
|
3140
|
+
object-fit: contain;
|
|
3258
3141
|
line-height: 1;
|
|
3259
3142
|
}
|
|
3260
3143
|
.list-content {
|
|
@@ -3297,7 +3180,7 @@ h6 {}
|
|
|
3297
3180
|
}
|
|
3298
3181
|
.list-view {
|
|
3299
3182
|
grid-area: list-view;
|
|
3300
|
-
grid-template-areas: "list-header""list-content";
|
|
3183
|
+
grid-template-areas: "list-header" "list-content";
|
|
3301
3184
|
grid-template-columns: 1fr;
|
|
3302
3185
|
overflow-y: auto;
|
|
3303
3186
|
grid-template-rows: -webkit-max-content 1fr;
|
|
@@ -3321,7 +3204,7 @@ h6 {}
|
|
|
3321
3204
|
transform: translateX(-20px);
|
|
3322
3205
|
opacity: 0;
|
|
3323
3206
|
}
|
|
3324
|
-
.grid
|
|
3207
|
+
.grid > * {
|
|
3325
3208
|
min-height: 0;
|
|
3326
3209
|
}
|
|
3327
3210
|
.view-wrapper {
|
|
@@ -3370,14 +3253,14 @@ h6 {}
|
|
|
3370
3253
|
|
|
3371
3254
|
.tabs {
|
|
3372
3255
|
-moz-column-gap: 10px;
|
|
3373
|
-
|
|
3256
|
+
column-gap: 10px;
|
|
3374
3257
|
margin-top: 10px;
|
|
3375
3258
|
margin-bottom: -15px;
|
|
3376
3259
|
box-sizing: border-box;
|
|
3377
3260
|
-webkit-margin-start: -1rem;
|
|
3378
|
-
|
|
3261
|
+
margin-inline-start: -1rem;
|
|
3379
3262
|
-webkit-padding-start: 1rem;
|
|
3380
|
-
|
|
3263
|
+
padding-inline-start: 1rem;
|
|
3381
3264
|
max-width: calc(100vw - 2rem);
|
|
3382
3265
|
}
|
|
3383
3266
|
|
|
@@ -3424,7 +3307,7 @@ h6 {}
|
|
|
3424
3307
|
margin-bottom: 1rem;
|
|
3425
3308
|
font-weight: 400;
|
|
3426
3309
|
-webkit-margin-start: 0.5rem;
|
|
3427
|
-
|
|
3310
|
+
margin-inline-start: 0.5rem;
|
|
3428
3311
|
}
|
|
3429
3312
|
}
|
|
3430
3313
|
[theme="dark"] {
|
|
@@ -3458,9 +3341,6 @@ h6 {}
|
|
|
3458
3341
|
--bgl-hover-filter: brightness(130%);
|
|
3459
3342
|
--bgl-active-filter: brightness(110%);
|
|
3460
3343
|
}
|
|
3461
|
-
[theme="dark"] .formkit-outer input:focus-visible,
|
|
3462
|
-
[theme="dark"] .formkit-outer select:focus-visible,
|
|
3463
|
-
[theme="dark"] .formkit-outer textarea:focus-visible,
|
|
3464
3344
|
[theme="dark"] .input.active,
|
|
3465
3345
|
[theme="dark"] .bagel-input input:focus-visible,
|
|
3466
3346
|
[theme="dark"] .bagel-input select:focus-visible,
|
|
@@ -3468,9 +3348,6 @@ h6 {}
|
|
|
3468
3348
|
outline: none;
|
|
3469
3349
|
box-shadow: inset 0 0 10px var(--bgl-bg);
|
|
3470
3350
|
}
|
|
3471
|
-
[theme="dark"] .formkit-outer select {
|
|
3472
|
-
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
|
|
3473
|
-
}
|
|
3474
3351
|
/* use this is to override the nav color */
|
|
3475
3352
|
[theme="dark"] .nav {
|
|
3476
3353
|
color: var(--bgl-black) !important;
|
|
@@ -3483,7 +3360,6 @@ h6 {}
|
|
|
3483
3360
|
}
|
|
3484
3361
|
[theme="dark"] .nav * {
|
|
3485
3362
|
color: var(--bgl-black) !important;
|
|
3486
|
-
|
|
3487
3363
|
}
|
|
3488
3364
|
[theme="dark"] .dropdown-project-head {
|
|
3489
3365
|
background: var(--bgl-bg) !important;
|
|
@@ -3503,10 +3379,9 @@ h6 {}
|
|
|
3503
3379
|
[theme="dark"] .whatsapp-msg {
|
|
3504
3380
|
color: var(--bgl-gray-light);
|
|
3505
3381
|
}
|
|
3506
|
-
[theme="dark"] button.formkit-input,
|
|
3507
3382
|
[theme="dark"] .btn,
|
|
3508
3383
|
[theme="dark"] .btn-icon,
|
|
3509
|
-
[theme="dark"] .primary-checkbox input:checked+span,
|
|
3384
|
+
[theme="dark"] .primary-checkbox input:checked + span,
|
|
3510
3385
|
[theme="dark"] .btn.light {
|
|
3511
3386
|
color: var(--bgl-black);
|
|
3512
3387
|
}
|