@ozdao/prometheus-framework 0.2.235 → 0.2.236

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,85 +3,10 @@
3
3
  try {
4
4
  if (typeof document != "undefined") {
5
5
  var elementStyle = document.createElement("style");
6
- elementStyle.appendChild(document.createTextNode(`.slide-fade-enter-active {
7
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
8
- }
9
- .slide-fade-leave-active {
10
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
11
- }
12
- .slide-fade-enter-from,
13
- .slide-fade-leave-to {
14
- position: absolute;
15
- transform: translateX(20px);
16
- opacity: 0;
17
- left: 0;
18
- top: 0;
19
- }.soon-label {
20
- position: absolute;
21
- right: -0.25em;
22
- top: -0.25rem;
23
- padding-left: 1rem;
24
- padding-right: 1rem;
25
- line-height: 1.5rem;
26
- }
27
- .slide-fade-enter-active {
28
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
29
- }
30
- .slide-fade-leave-active {
31
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
32
- }
33
- .slide-fade-enter-from,
34
- .slide-fade-leave-to {
35
- position: absolute;
36
- transform: translateX(20px);
37
- opacity: 0;
38
- left: 0;
39
- top: 0;
40
- }
41
- .input-error {
42
- border: 1px solid red;
43
- box-shadow: 0 0 3px 0 red;
44
- }.fade-enter-active, .fade-leave-active {
45
- transition: opacity 0.5s;
46
- }
47
- .fade-enter, .fade-leave-to {
48
- opacity: 0;
49
- }
50
- .carousel__track {
51
- height: 100%;
52
- }
53
- .carousel-controls {
54
- position: absolute;
55
- top: 0;
56
- right: 0;
57
- }
58
- .carousel-indicators {
59
- position: absolute;
60
- bottom: 0;
61
- left: 0;
62
- right: 0;
63
- display: flex;
64
- justify-content: center;
65
- }
66
- .carousel-indicators li {
67
- list-style: none;
68
- margin: 0 5px;
69
- width: 10px;
70
- height: 10px;
71
- background: gray;
72
- border-radius: 50%;
73
- }
74
- .carousel-indicators li.active {
75
- background: white;
76
- }
77
- .parent-div {
78
- display: flex;
79
- flex-direction: column;
80
- height: 100%;
81
- width: 100%;
82
- }
83
- .background-div {
6
+ elementStyle.appendChild(document.createTextNode(`.selector {
84
7
  flex-grow: 1;
8
+ flex-basis: 0;
9
+ min-width: 0;
85
10
  }.scaleIn-enter-active,
86
11
  .scaleIn-leave-active {
87
12
  transform: scale(1);
@@ -300,7 +225,9 @@
300
225
  opacity: 0;
301
226
  left: 0;
302
227
  top: 0;
303
- }.VueSelect {
228
+ }
229
+ /* Add styles for the user card component here */
230
+ .VueSelect {
304
231
  background: #f7f7f7;
305
232
  border-radius: 0.5rem;
306
233
  border: 0;
@@ -313,8 +240,6 @@
313
240
  font-weight: 300;
314
241
  background: #f7f7f7;
315
242
  }
316
- /* Add styles for the user card component here */
317
-
318
243
  .subdepartmentsartment[data-v-de9a0606] {
319
244
  border: 1px solid rgba(0, 0, 0, 0.1);
320
245
  margin-top: 1rem;
@@ -334,10 +259,85 @@
334
259
  padding: 20px;
335
260
  z-index: 10;
336
261
  }
337
- .selector {
262
+ .slide-fade-enter-active {
263
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
264
+ }
265
+ .slide-fade-leave-active {
266
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
267
+ }
268
+ .slide-fade-enter-from,
269
+ .slide-fade-leave-to {
270
+ position: absolute;
271
+ transform: translateX(20px);
272
+ opacity: 0;
273
+ left: 0;
274
+ top: 0;
275
+ }.soon-label {
276
+ position: absolute;
277
+ right: -0.25em;
278
+ top: -0.25rem;
279
+ padding-left: 1rem;
280
+ padding-right: 1rem;
281
+ line-height: 1.5rem;
282
+ }
283
+ .slide-fade-enter-active {
284
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
285
+ }
286
+ .slide-fade-leave-active {
287
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
288
+ }
289
+ .slide-fade-enter-from,
290
+ .slide-fade-leave-to {
291
+ position: absolute;
292
+ transform: translateX(20px);
293
+ opacity: 0;
294
+ left: 0;
295
+ top: 0;
296
+ }
297
+ .input-error {
298
+ border: 1px solid red;
299
+ box-shadow: 0 0 3px 0 red;
300
+ }.fade-enter-active, .fade-leave-active {
301
+ transition: opacity 0.5s;
302
+ }
303
+ .fade-enter, .fade-leave-to {
304
+ opacity: 0;
305
+ }
306
+ .carousel__track {
307
+ height: 100%;
308
+ }
309
+ .carousel-controls {
310
+ position: absolute;
311
+ top: 0;
312
+ right: 0;
313
+ }
314
+ .carousel-indicators {
315
+ position: absolute;
316
+ bottom: 0;
317
+ left: 0;
318
+ right: 0;
319
+ display: flex;
320
+ justify-content: center;
321
+ }
322
+ .carousel-indicators li {
323
+ list-style: none;
324
+ margin: 0 5px;
325
+ width: 10px;
326
+ height: 10px;
327
+ background: gray;
328
+ border-radius: 50%;
329
+ }
330
+ .carousel-indicators li.active {
331
+ background: white;
332
+ }
333
+ .parent-div {
334
+ display: flex;
335
+ flex-direction: column;
336
+ height: 100%;
337
+ width: 100%;
338
+ }
339
+ .background-div {
338
340
  flex-grow: 1;
339
- flex-basis: 0;
340
- min-width: 0;
341
341
  }.fade-move,
342
342
  .fade-enter-active,
343
343
  .fade-leave-active {
@@ -362,6 +362,18 @@
362
362
  padding-left: 3rem;
363
363
  background: rgb(var(--light));
364
364
  border-radius: var(--small);
365
+ }.vue-select {
366
+ background: #f7f7f7;
367
+ border-radius: 0.5rem;
368
+ border: 0;
369
+ height: 3rem;
370
+ padding-left: 1rem;
371
+ z-index: 4;
372
+ }
373
+ .vue-select .vue-input input {
374
+ font-size: 1.125rem;
375
+ font-weight: 300;
376
+ background: #f7f7f7;
365
377
  }
366
378
  .magnifier[data-v-48231055] {
367
379
  max-width: 32rem;
@@ -393,19 +405,7 @@
393
405
  max-width: 90%;
394
406
  max-height: 90%;
395
407
  }
396
- .vue-select {
397
- background: #f7f7f7;
398
- border-radius: 0.5rem;
399
- border: 0;
400
- height: 3rem;
401
- padding-left: 1rem;
402
- z-index: 4;
403
- }
404
- .vue-select .vue-input input {
405
- font-size: 1.125rem;
406
- font-weight: 300;
407
- background: #f7f7f7;
408
- }.shop-cart-item[data-v-bebbf16b]:first-of-type {
408
+ .shop-cart-item[data-v-bebbf16b]:first-of-type {
409
409
  padding-top: 0;
410
410
  }
411
411
  .spoiler-active[data-v-bebbf16b] {
@@ -487,6 +487,17 @@
487
487
  flex: 0 0 50%;
488
488
  min-width: 0;
489
489
  }
490
+ }.price-tag {
491
+ background: #058;
492
+ color: #fff;
493
+ cursor: pointer;
494
+ display: inline-block;
495
+ position: relative;
496
+ text-align: center;
497
+ display: flex;
498
+ align-items: center;
499
+ width: fit-content;
500
+ color: black;
490
501
  }.thc {
491
502
  position: absolute;
492
503
  right: 1rem;
@@ -521,17 +532,6 @@
521
532
  transform: scale(0.75) !important;
522
533
  transform-origin: top right !important;
523
534
  }
524
- }.price-tag {
525
- background: #058;
526
- color: #fff;
527
- cursor: pointer;
528
- display: inline-block;
529
- position: relative;
530
- text-align: center;
531
- display: flex;
532
- align-items: center;
533
- width: fit-content;
534
- color: black;
535
535
  }.h1-product {
536
536
  font-size: 3rem;
537
537
  }
@@ -628,82 +628,37 @@
628
628
  100% {
629
629
  transform: rotateX(45deg) translateY(0);
630
630
  }
631
- }.container-joinus {
632
- display: flex;
633
- align-items: center;
634
- justify-content: center;
635
- height: 66%;
631
+ }.round-wrapper {
636
632
  position: relative;
637
633
  }
638
- .container-joinus .content {
639
- display: flex;
640
- flex-direction: column;
641
- align-items: center;
642
- z-index: 2;
643
- }.slider-hotpost .embla__slide {
644
- flex: 0 0 25%;
634
+ .round-wrapper .round {
635
+ margin: 0;
636
+ margin-right: 1rem;
645
637
  }
646
- @media screen and (max-width: 1025px) {
647
- .slider-hotpost .embla__slide {
648
- flex: 0 0 75%;
638
+ .round-wrapper input:checked {
639
+ background: #00ff88;
649
640
  }
641
+ .round-wrapper .round-checkmark {
642
+ position: absolute;
643
+ width: 0.5rem;
644
+ height: 0.5rem;
645
+ background: white;
646
+ left: 0.5rem;
647
+ top: 0.5rem;
648
+ opacity: 1;
649
+ }.blink[data-v-d2db1c69] {
650
+ animation: blink-animation-d2db1c69 1s ease infinite;
650
651
  }
651
- .subspotsartment[data-v-a4b9b533] {
652
- border: 1px solid rgba(0, 0, 0, 0.1);
653
- margin-top: 1rem;
652
+ @keyframes blink-animation-d2db1c69 {
653
+ 0%, 100% {
654
+ opacity: 1;
654
655
  }
655
- #map[data-v-3b081dcc]:focus {
656
- outline: none;
656
+ 50% {
657
+ opacity: 0.8;
657
658
  }
658
- .subspotsartment[data-v-bc545dfb] {
659
- border: 1px solid rgba(0, 0, 0, 0.1);
660
- margin-top: 1rem;
661
- }
662
-
663
- .form-group[data-v-3c991e96] {
664
- margin-bottom: 1rem;
665
- }
666
- label[data-v-3c991e96] {
667
- display: block;
668
- margin-bottom: 0.5rem;
669
- }
670
- input[data-v-3c991e96] {
671
- width: 100%;
672
- padding: 0.5rem;
673
- border: 1px solid #ccc;
674
- border-radius: 5px;
675
- }
676
- .blink[data-v-d2db1c69] {
677
- animation: blink-animation-d2db1c69 1s ease infinite;
678
- }
679
- @keyframes blink-animation-d2db1c69 {
680
- 0%, 100% {
681
- opacity: 1;
682
- }
683
- 50% {
684
- opacity: 0.8;
685
- }
686
- }.round-wrapper {
687
- position: relative;
688
- }
689
- .round-wrapper .round {
690
- margin: 0;
691
- margin-right: 1rem;
692
- }
693
- .round-wrapper input:checked {
694
- background: #00ff88;
695
- }
696
- .round-wrapper .round-checkmark {
697
- position: absolute;
698
- width: 0.5rem;
699
- height: 0.5rem;
700
- background: white;
701
- left: 0.5rem;
702
- top: 0.5rem;
703
- opacity: 1;
704
- }.vue-select {
705
- width: inherit;
706
- margin-right: 1rem;
659
+ }.vue-select {
660
+ width: inherit;
661
+ margin-right: 1rem;
707
662
  }
708
663
  .vue-select-header {
709
664
  height: 3rem;
@@ -745,17 +700,146 @@ input[data-v-3c991e96] {
745
700
  .shop-cart-active .shopcart-footer {
746
701
  right: 0;
747
702
  }
748
- }.tab-selector {
703
+ }.container-joinus {
704
+ display: flex;
705
+ align-items: center;
706
+ justify-content: center;
707
+ height: 66%;
708
+ position: relative;
709
+ }
710
+ .container-joinus .content {
711
+ display: flex;
712
+ flex-direction: column;
713
+ align-items: center;
714
+ z-index: 2;
715
+ }.slider-hotpost .embla__slide {
716
+ flex: 0 0 25%;
717
+ }
718
+ @media screen and (max-width: 1025px) {
719
+ .slider-hotpost .embla__slide {
720
+ flex: 0 0 75%;
721
+ }
722
+ }
723
+ .subspotsartment[data-v-a4b9b533] {
724
+ border: 1px solid rgba(0, 0, 0, 0.1);
725
+ margin-top: 1rem;
726
+ }
727
+
728
+ .subspotsartment[data-v-bc545dfb] {
729
+ border: 1px solid rgba(0, 0, 0, 0.1);
730
+ margin-top: 1rem;
731
+ }
732
+ #map[data-v-3b081dcc]:focus {
733
+ outline: none;
734
+ }
735
+ .form-group[data-v-3c991e96] {
736
+ margin-bottom: 1rem;
737
+ }
738
+ label[data-v-3c991e96] {
739
+ display: block;
740
+ margin-bottom: 0.5rem;
741
+ }
742
+ input[data-v-3c991e96] {
743
+ width: 100%;
744
+ padding: 0.5rem;
745
+ border: 1px solid #ccc;
746
+ border-radius: 5px;
747
+ }
748
+ .vue3-marquee {
749
+ display: flex !important;
750
+ position: relative;
751
+ }
752
+ .vue3-marquee .marquee {
753
+ flex: 0 0 auto;
754
+ min-width: var(--min-width);
755
+ min-height: var(--min-height);
756
+ z-index: 1;
757
+ animation: var(--orientation) var(--duration) linear var(--delay) var(--loops);
758
+ animation-play-state: var(--pauseAnimation);
759
+ animation-direction: var(--direction);
760
+ }
761
+ .vue3-marquee .overlay {
749
762
  position: absolute;
750
- width: 50%;
763
+ width: 100%;
751
764
  height: 100%;
765
+ }
766
+ .vue3-marquee .overlay:before {
752
767
  left: 0;
753
768
  top: 0;
754
- z-index: 0;
755
- transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
756
- }input[data-v-5659d4ce], textarea[data-v-5659d4ce], span[data-v-5659d4ce] {
757
- line-height: 1;
758
- color: inherit;
769
+ }
770
+ .vue3-marquee .overlay:before, .vue3-marquee .overlay:after {
771
+ content: "";
772
+ position: absolute;
773
+ z-index: 2;
774
+ }
775
+ .vue3-marquee .transparent-overlay {
776
+ position: absolute;
777
+ width: 100.5%;
778
+ height: 100.5%;
779
+ }
780
+ .vue3-marquee.horizontal {
781
+ overflow-x: hidden !important;
782
+ flex-direction: row !important;
783
+ width: 100%;
784
+ height: max-content;
785
+ }
786
+ .vue3-marquee.horizontal .marquee {
787
+ display: flex;
788
+ flex-direction: row;
789
+ align-items: center;
790
+ }
791
+ .vue3-marquee.horizontal .overlay::before, .vue3-marquee.horizontal .overlay::after {
792
+ background: linear-gradient(to right, var(--gradient-color));
793
+ height: 100%;
794
+ width: var(--gradient-length);
795
+ }
796
+ .vue3-marquee.horizontal .overlay::after {
797
+ transform: rotateZ(180deg);
798
+ right: 0;
799
+ top: 0;
800
+ }
801
+ .vue3-marquee.vertical {
802
+ overflow-y: hidden !important;
803
+ flex-direction: column !important;
804
+ height: 100%;
805
+ width: max-content;
806
+ }
807
+ .vue3-marquee.vertical .marquee {
808
+ display: flex;
809
+ flex-direction: column;
810
+ align-items: center;
811
+ }
812
+ .vue3-marquee.vertical .overlay::before, .vue3-marquee.vertical .overlay::after {
813
+ background: linear-gradient(to bottom, var(--gradient-color));
814
+ height: var(--gradient-length);
815
+ width: 100%;
816
+ }
817
+ .vue3-marquee.vertical .overlay::after {
818
+ transform: rotateZ(-180deg);
819
+ left: 0;
820
+ bottom: 0;
821
+ }
822
+ .vue3-marquee:hover div {
823
+ animation-play-state: var(--pauseOnHover);
824
+ }
825
+ .vue3-marquee:active div {
826
+ animation-play-state: var(--pauseOnClick);
827
+ }
828
+ @keyframes scrollX {
829
+ 0% {
830
+ transform: translateX(0%);
831
+ }
832
+ 100% {
833
+ transform: translateX(-100%);
834
+ }
835
+ }
836
+ @keyframes scrollY {
837
+ 0% {
838
+ transform: translateY(0%);
839
+ }
840
+ 100% {
841
+ transform: translateY(-100%);
842
+ }
759
843
  }button[disabled] {
760
844
  background: grey;
761
845
  }
@@ -815,68 +899,30 @@ button[disabled]:hover {
815
899
  text-align: center;
816
900
  line-height: 16px;
817
901
  font-size: 10px;
818
- }.vue3-reactive-tel-input {
819
- display: flex;
820
- }
821
- .vue3-reactive-tel-input.disabled .dropdown, .vue3-reactive-tel-input.disabled .selection, .vue3-reactive-tel-input.disabled input {
822
- cursor: no-drop;
823
- }
824
- .vti__dropdown {
825
- display: flex;
826
- flex-direction: column;
827
- align-content: center;
828
- justify-content: center;
829
- position: relative;
830
- padding: 2px;
831
- cursor: pointer;
832
- }
833
- .vti__dropdown.show {
834
- max-height: 300px;
835
- overflow: scroll;
902
+ }input[data-v-5659d4ce], textarea[data-v-5659d4ce], span[data-v-5659d4ce] {
903
+ line-height: 1;
904
+ color: inherit;
836
905
  }
837
- .vti__dropdown-list {
838
- z-index: 1;
839
- padding: 0;
840
- margin: 0;
841
- text-align: left;
842
- list-style: none;
843
- max-height: 200px;
844
- overflow-y: scroll;
906
+ .dropdown-content {
907
+ display: block;
845
908
  position: absolute;
846
- left: -1px;
847
- background-color: #fff;
848
- width: fit-content;
849
- }
850
- .vti__dropdown-list.below {
851
- top: 33px;
852
- }
853
- .vti__dropdown-list.above {
854
- top: auto;
855
- bottom: 100%;
856
- }
857
- .vti__dropdown-arrow {
858
- transform: scaleY(0.5);
859
- display: inline-block;
860
- color: #666;
861
- }
862
- .vti__dropdown-item {
863
- cursor: pointer;
864
- padding: 4px 15px;
865
- }
866
- .vti__dropdown-item.last-preferred {
867
- border-bottom: 1px solid #cacaca;
868
- }
869
- .vti__dropdown-item .vti__flag {
870
- display: inline-block;
871
- margin-right: 5px;
909
+ box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
910
+ z-index: 1;
872
911
  }
873
- .vti__input {
874
- color: inherit;
875
- border: none;
876
- border-radius: 0 2px 2px 0;
877
- width: 100%;
878
- outline: 0;
879
- padding-left: 7px;
912
+
913
+ /*.dropdown:hover .dropdown-content {
914
+ display: block;
915
+ }*/
916
+ .mobile-menu-section > div:last-of-type {
917
+ border-bottom: none !important;
918
+ }.tab-selector {
919
+ position: absolute;
920
+ width: 50%;
921
+ height: 100%;
922
+ left: 0;
923
+ top: 0;
924
+ z-index: 0;
925
+ transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
880
926
  }.no-scroll {
881
927
  overflow: hidden;
882
928
  }
@@ -1024,69 +1070,50 @@ button[disabled]:hover {
1024
1070
  .slideY-enter-from span,
1025
1071
  .slideY-leave-to span {
1026
1072
  position: absolute;
1027
- }li[data-v-bf25c24d] {
1028
- list-style-type: none;
1029
- }
1030
- ul li[data-v-bf25c24d] {
1031
- line-height: 2;
1032
1073
  }.router-link-active[data-v-380d7b3b], .router-link-exact-active[data-v-380d7b3b] {
1033
1074
  color: rgb(var(--main)) !important;
1034
1075
  }
1035
1076
  a[data-v-380d7b3b]:hover {
1036
1077
  cursor: pointer;
1037
1078
  color: rgb(var(--main));
1038
- }.mobile-menu-section > div:last-of-type {
1039
- border-bottom: none !important;
1040
- }.breadcrumbs {
1041
- height: 4rem;
1042
- display: flex;
1043
- align-items: center;
1044
- flex-wrap: nowrap;
1079
+ }li[data-v-bf25c24d] {
1080
+ list-style-type: none;
1045
1081
  }
1046
- .breadcrumbs .home {
1047
- height: 1rem;
1082
+ ul li[data-v-bf25c24d] {
1083
+ line-height: 2;
1084
+ }.spoiler {
1085
+ transition: max-height 0.3s cubic-bezier(0.15, 0.68, 0.33, 0.93);
1048
1086
  }
1049
- .breadcrumbs .chevron {
1050
- height: 0.75rem;
1087
+ .collapse-enter-active,
1088
+ .collapse-leave-active {
1089
+ max-height: 2000px;
1051
1090
  }
1052
- .breadcrumbs a {
1091
+ .collapse-enter-from,
1092
+ .collapse-leave-to {
1093
+ max-height: 0;
1094
+ }.breadcrumbs {
1095
+ height: 4rem;
1053
1096
  display: flex;
1054
1097
  align-items: center;
1055
1098
  flex-wrap: nowrap;
1056
1099
  }
1057
- .breadcrumbs a span {
1058
- margin-left: 0.5rem;
1059
- margin-right: 0.5rem;
1060
- }
1061
- .breadcrumbs .router-link-exact-active:last-of-type span {
1062
- color: #00ff88;
1063
- }
1064
- .feed-move, /* apply transition to moving elements */
1065
- .feed-enter-active,
1066
- .feed-leave-active {
1067
- transition: all 0.5s ease;
1068
- }
1069
- .feed-enter-from,
1070
- .feed-leave-to {
1071
- opacity: 0;
1072
- transform: translateY(30px);
1073
- }
1074
-
1075
- /* ensure leaving items are taken out of layout flow so that moving
1076
- animations can be calculated correctly. */
1077
- .feed-leave-active {
1078
- position: absolute;
1100
+ .breadcrumbs .home {
1101
+ height: 1rem;
1079
1102
  }
1080
- .spoiler {
1081
- transition: max-height 0.3s cubic-bezier(0.15, 0.68, 0.33, 0.93);
1103
+ .breadcrumbs .chevron {
1104
+ height: 0.75rem;
1082
1105
  }
1083
- .collapse-enter-active,
1084
- .collapse-leave-active {
1085
- max-height: 2000px;
1106
+ .breadcrumbs a {
1107
+ display: flex;
1108
+ align-items: center;
1109
+ flex-wrap: nowrap;
1086
1110
  }
1087
- .collapse-enter-from,
1088
- .collapse-leave-to {
1089
- max-height: 0;
1111
+ .breadcrumbs a span {
1112
+ margin-left: 0.5rem;
1113
+ margin-right: 0.5rem;
1114
+ }
1115
+ .breadcrumbs .router-link-exact-active:last-of-type span {
1116
+ color: #00ff88;
1090
1117
  }
1091
1118
  .ti-tag-toDefactor {
1092
1119
  background-color: rgb(var(--main));
@@ -1475,6 +1502,23 @@ to {
1475
1502
  }
1476
1503
  }
1477
1504
 
1505
+ .feed-move, /* apply transition to moving elements */
1506
+ .feed-enter-active,
1507
+ .feed-leave-active {
1508
+ transition: all 0.5s ease;
1509
+ }
1510
+ .feed-enter-from,
1511
+ .feed-leave-to {
1512
+ opacity: 0;
1513
+ transform: translateY(30px);
1514
+ }
1515
+
1516
+ /* ensure leaving items are taken out of layout flow so that moving
1517
+ animations can be calculated correctly. */
1518
+ .feed-leave-active {
1519
+ position: absolute;
1520
+ }
1521
+
1478
1522
  .pac-container {
1479
1523
  position: absolute;
1480
1524
  background-color: white;
@@ -1498,116 +1542,72 @@ to {
1498
1542
  font-size: 0;
1499
1543
  }
1500
1544
 
1501
- .dropdown-content {
1502
- display: block;
1503
- position: absolute;
1504
- box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
1505
- z-index: 1;
1506
- }
1507
-
1508
- /*.dropdown:hover .dropdown-content {
1509
- display: block;
1510
- }*/
1511
-
1512
1545
  .subunit[data-v-a2ed7104] {
1513
1546
  border: 1px solid rgba(0, 0, 0, 0.1);
1514
1547
  margin-top: 1rem;
1515
1548
  }
1516
- .vue3-marquee {
1517
- display: flex !important;
1518
- position: relative;
1519
- }
1520
- .vue3-marquee .marquee {
1521
- flex: 0 0 auto;
1522
- min-width: var(--min-width);
1523
- min-height: var(--min-height);
1524
- z-index: 1;
1525
- animation: var(--orientation) var(--duration) linear var(--delay) var(--loops);
1526
- animation-play-state: var(--pauseAnimation);
1527
- animation-direction: var(--direction);
1528
- }
1529
- .vue3-marquee .overlay {
1530
- position: absolute;
1531
- width: 100%;
1532
- height: 100%;
1533
- }
1534
- .vue3-marquee .overlay:before {
1535
- left: 0;
1536
- top: 0;
1537
- }
1538
- .vue3-marquee .overlay:before, .vue3-marquee .overlay:after {
1539
- content: "";
1540
- position: absolute;
1541
- z-index: 2;
1542
- }
1543
- .vue3-marquee .transparent-overlay {
1544
- position: absolute;
1545
- width: 100.5%;
1546
- height: 100.5%;
1547
- }
1548
- .vue3-marquee.horizontal {
1549
- overflow-x: hidden !important;
1550
- flex-direction: row !important;
1551
- width: 100%;
1552
- height: max-content;
1553
- }
1554
- .vue3-marquee.horizontal .marquee {
1549
+ .vue3-reactive-tel-input {
1555
1550
  display: flex;
1556
- flex-direction: row;
1557
- align-items: center;
1558
- }
1559
- .vue3-marquee.horizontal .overlay::before, .vue3-marquee.horizontal .overlay::after {
1560
- background: linear-gradient(to right, var(--gradient-color));
1561
- height: 100%;
1562
- width: var(--gradient-length);
1563
- }
1564
- .vue3-marquee.horizontal .overlay::after {
1565
- transform: rotateZ(180deg);
1566
- right: 0;
1567
- top: 0;
1568
1551
  }
1569
- .vue3-marquee.vertical {
1570
- overflow-y: hidden !important;
1571
- flex-direction: column !important;
1572
- height: 100%;
1573
- width: max-content;
1552
+ .vue3-reactive-tel-input.disabled .dropdown, .vue3-reactive-tel-input.disabled .selection, .vue3-reactive-tel-input.disabled input {
1553
+ cursor: no-drop;
1574
1554
  }
1575
- .vue3-marquee.vertical .marquee {
1555
+ .vti__dropdown {
1576
1556
  display: flex;
1577
1557
  flex-direction: column;
1578
- align-items: center;
1579
- }
1580
- .vue3-marquee.vertical .overlay::before, .vue3-marquee.vertical .overlay::after {
1581
- background: linear-gradient(to bottom, var(--gradient-color));
1582
- height: var(--gradient-length);
1583
- width: 100%;
1558
+ align-content: center;
1559
+ justify-content: center;
1560
+ position: relative;
1561
+ padding: 2px;
1562
+ cursor: pointer;
1584
1563
  }
1585
- .vue3-marquee.vertical .overlay::after {
1586
- transform: rotateZ(-180deg);
1587
- left: 0;
1588
- bottom: 0;
1564
+ .vti__dropdown.show {
1565
+ max-height: 300px;
1566
+ overflow: scroll;
1589
1567
  }
1590
- .vue3-marquee:hover div {
1591
- animation-play-state: var(--pauseOnHover);
1568
+ .vti__dropdown-list {
1569
+ z-index: 1;
1570
+ padding: 0;
1571
+ margin: 0;
1572
+ text-align: left;
1573
+ list-style: none;
1574
+ max-height: 200px;
1575
+ overflow-y: scroll;
1576
+ position: absolute;
1577
+ left: -1px;
1578
+ background-color: #fff;
1579
+ width: fit-content;
1592
1580
  }
1593
- .vue3-marquee:active div {
1594
- animation-play-state: var(--pauseOnClick);
1581
+ .vti__dropdown-list.below {
1582
+ top: 33px;
1595
1583
  }
1596
- @keyframes scrollX {
1597
- 0% {
1598
- transform: translateX(0%);
1584
+ .vti__dropdown-list.above {
1585
+ top: auto;
1586
+ bottom: 100%;
1599
1587
  }
1600
- 100% {
1601
- transform: translateX(-100%);
1588
+ .vti__dropdown-arrow {
1589
+ transform: scaleY(0.5);
1590
+ display: inline-block;
1591
+ color: #666;
1602
1592
  }
1593
+ .vti__dropdown-item {
1594
+ cursor: pointer;
1595
+ padding: 4px 15px;
1603
1596
  }
1604
- @keyframes scrollY {
1605
- 0% {
1606
- transform: translateY(0%);
1597
+ .vti__dropdown-item.last-preferred {
1598
+ border-bottom: 1px solid #cacaca;
1607
1599
  }
1608
- 100% {
1609
- transform: translateY(-100%);
1600
+ .vti__dropdown-item .vti__flag {
1601
+ display: inline-block;
1602
+ margin-right: 5px;
1610
1603
  }
1604
+ .vti__input {
1605
+ color: inherit;
1606
+ border: none;
1607
+ border-radius: 0 2px 2px 0;
1608
+ width: 100%;
1609
+ outline: 0;
1610
+ padding-left: 7px;
1611
1611
  }.editable-div {
1612
1612
  width: 100%;
1613
1613
  min-height: 1rem;
@@ -1637,6 +1637,9 @@ to {
1637
1637
  }
1638
1638
  .formatting-bar button:hover {
1639
1639
  background-color: #e0e0e0;
1640
+ }input[data-v-516f3e07], span[data-v-516f3e07] {
1641
+ line-height: 1;
1642
+ color: inherit;
1640
1643
  }
1641
1644
  .calendar__week {
1642
1645
  display: grid;
@@ -1678,9 +1681,10 @@ to {
1678
1681
  color: #ccc;
1679
1682
  cursor: not-allowed;
1680
1683
  }
1681
- input[data-v-516f3e07], span[data-v-516f3e07] {
1682
- line-height: 1;
1683
- color: inherit;
1684
+ @media screen and (max-width: 1025px) {
1685
+ #mainguest > div:first-of-type {
1686
+ order: 2;
1687
+ }
1684
1688
  }@media screen and (max-width: 1025px) {
1685
1689
  .content-hero-refactor[data-v-c7a21d03] {
1686
1690
  text-align: center;
@@ -1689,13 +1693,14 @@ h3[data-v-c7a21d03], div[data-v-c7a21d03] {
1689
1693
  margin-left: auto;
1690
1694
  margin-right: auto;
1691
1695
  }
1692
- }@media screen and (max-width: 1025px) {
1693
- #mainguest > div:first-of-type {
1694
- order: 2;
1695
- }
1696
1696
  }
1697
1697
  /* Existing styles can stay unchanged */
1698
-
1698
+ .dp__input {
1699
+ border: 0;
1700
+ padding: var(--medium);
1701
+ padding-left: 3rem;
1702
+ background: rgb(var(--grey));
1703
+ }
1699
1704
  .photo-container {
1700
1705
  width: 100%;
1701
1706
  height: 100%;
@@ -1710,12 +1715,7 @@ h3[data-v-c7a21d03], div[data-v-c7a21d03] {
1710
1715
  object-fit: scale-down;
1711
1716
  transition: transform 0.3s;
1712
1717
  }
1713
- .dp__input {
1714
- border: 0;
1715
- padding: var(--medium);
1716
- padding-left: 3rem;
1717
- background: rgb(var(--grey));
1718
- }
1718
+
1719
1719
  #glcanvas {
1720
1720
  width: 100%;
1721
1721
  height: 100%;
@@ -1768,7 +1768,24 @@ h3[data-v-c7a21d03], div[data-v-c7a21d03] {
1768
1768
  .modal-enter[data-v-2fc13a78], .modal-leave-to[data-v-2fc13a78] {
1769
1769
  opacity: 0;
1770
1770
  }
1771
- @charset "UTF-8";
1771
+ .blink[data-v-5785b6f6] {
1772
+ animation: blink-animation-5785b6f6 1s ease infinite;
1773
+ }
1774
+ @keyframes blink-animation-5785b6f6 {
1775
+ 0%, 100% {
1776
+ opacity: 1;
1777
+ }
1778
+ 50% {
1779
+ opacity: 0.8;
1780
+ }
1781
+ }
1782
+ /* Стили остаются без изменений */
1783
+ .card-page-title .card-page-actions {
1784
+ display: none;
1785
+ }
1786
+ .card-page-title:hover .card-page-actions {
1787
+ display: block;
1788
+ }@charset "UTF-8";
1772
1789
  .ti-icon-check:before {
1773
1790
  content: "\\e902";
1774
1791
  font-size: 0.5rem;
@@ -1891,23 +1908,11 @@ div.vue-tags-input.disabled * {
1891
1908
  height: 300px;
1892
1909
  width: 100%;
1893
1910
  }
1894
- .card-page-title .card-page-actions {
1895
- display: none;
1896
- }
1897
- .card-page-title:hover .card-page-actions {
1898
- display: block;
1899
- }.blink[data-v-5785b6f6] {
1900
- animation: blink-animation-5785b6f6 1s ease infinite;
1901
- }
1902
- @keyframes blink-animation-5785b6f6 {
1903
- 0%, 100% {
1904
- opacity: 1;
1905
- }
1906
- 50% {
1907
- opacity: 0.8;
1908
- }
1911
+
1912
+ .address[data-v-97ae0556] {
1913
+ text-wrap: nowrap;
1914
+ display: block;
1909
1915
  }
1910
- /* Стили остаются без изменений */
1911
1916
 
1912
1917
  .tooltip-container {
1913
1918
  position: relative;
@@ -1917,26 +1922,48 @@ div.vue-tags-input.disabled * {
1917
1922
  pointer-events: none;
1918
1923
  }
1919
1924
  /* Your styles here */
1920
- .address[data-v-97ae0556] {
1921
- text-wrap: nowrap;
1922
- display: block;
1925
+ .draggable-container {
1926
+ display: flex;
1927
+ flex-direction: column;
1923
1928
  }
1924
1929
 
1925
- .draggable-container {
1930
+ .barcode-scanner-modal[data-v-7a4f2d02] {
1931
+ position: fixed;
1932
+ top: 0;
1933
+ left: 0;
1934
+ width: 100%;
1935
+ height: 100%;
1936
+ background-color: rgba(0, 0, 0, 0.8);
1926
1937
  display: flex;
1927
1938
  flex-direction: column;
1939
+ justify-content: center;
1940
+ align-items: center;
1941
+ }
1942
+ .square[data-v-7a4f2d02] {
1943
+ width: 200px;
1944
+ height: 200px;
1945
+ border: 2px solid white;
1946
+ border-radius: 10px;
1947
+ }
1948
+ .zoom-ratio-wrapper[data-v-7a4f2d02] {
1949
+ width: 80%;
1950
+ margin-top: 20px;
1951
+ }
1952
+ .stop-scan-button[data-v-7a4f2d02],
1953
+ .torch-button[data-v-7a4f2d02] {
1954
+ margin-top: 20px;
1928
1955
  }
1929
1956
 
1930
- body.barcode-scanner-active {
1931
- visibility: hidden;
1957
+ /* Existing styles */
1958
+ body.barcode-scanner-active[data-v-7a4f2d02] {
1932
1959
  --background: transparent;
1933
1960
  --ion-background-color: transparent;
1934
1961
  }
1935
- .barcode-scanner-modal {
1936
- visibility: visible;
1962
+ html.barcode-scanner-active-html[data-v-7a4f2d02] {
1963
+ background: transparent !important;
1937
1964
  }
1938
1965
  @media (prefers-color-scheme: dark) {
1939
- .barcode-scanner-modal {
1966
+ .barcode-scanner-modal[data-v-7a4f2d02] {
1940
1967
  --background: transparent;
1941
1968
  --ion-background-color: transparent;
1942
1969
  }