@ozdao/prometheus-framework 0.2.254 → 0.2.256

Sign up to get free protection for your applications and to get access to all the features.
@@ -113,13 +113,13 @@
113
113
  font-weight: 300;
114
114
  background: #f7f7f7;
115
115
  }
116
- /* Add styles for the user card component here */
117
-
118
116
  .subdepartmentsartment[data-v-15358182] {
119
117
  border: 1px solid rgba(0, 0, 0, 0.1);
120
118
  margin-top: 1rem;
121
119
  }
122
120
 
121
+ /* Add styles for the user card component here */
122
+
123
123
  .documents[data-v-f93fcad7] {
124
124
  display: flex;
125
125
  flex-direction: column;
@@ -371,6 +371,28 @@
371
371
  opacity: 1;
372
372
  }#sidebar ul li {
373
373
  margin-bottom: 1rem;
374
+ }
375
+ /* Стили остаются без изменений */
376
+
377
+ .list-enter-active,
378
+ .list-leave-active {
379
+ transition: all 0.5s ease;
380
+ }
381
+ .list-enter-from,
382
+ .list-leave-to {
383
+ opacity: 0;
384
+ transform: translateX(30px);
385
+ }
386
+ @media screen and (max-width: 1025px) {
387
+ #mobileApp {
388
+ text-align: center;
389
+ }
390
+ #mobileApp > section {
391
+ flex-direction: column;
392
+ }
393
+ #mobileApp > section > div {
394
+ order: 1;
395
+ }
374
396
  }.spiral[data-v-4a28df5c] {
375
397
  background-image: url("https://weeder.delivery/spiral.jpg");
376
398
  background-size: cover;
@@ -391,16 +413,6 @@
391
413
  100% {
392
414
  transform: translate(-50%, -50%) rotate(360deg);
393
415
  }
394
- }@media screen and (max-width: 1025px) {
395
- #mobileApp {
396
- text-align: center;
397
- }
398
- #mobileApp > section {
399
- flex-direction: column;
400
- }
401
- #mobileApp > section > div {
402
- order: 1;
403
- }
404
416
  }.grid[data-v-9b14ae83] {
405
417
  perspective: 450px;
406
418
  background-size: cover;
@@ -422,18 +434,6 @@
422
434
  transform: rotateX(45deg) translateY(0);
423
435
  }
424
436
  }
425
- /* Стили остаются без изменений */
426
-
427
- .list-enter-active,
428
- .list-leave-active {
429
- transition: all 0.5s ease;
430
- }
431
- .list-enter-from,
432
- .list-leave-to {
433
- opacity: 0;
434
- transform: translateX(30px);
435
- }
436
-
437
437
  .magnifier[data-v-48231055] {
438
438
  max-width: 32rem;
439
439
  }
@@ -521,20 +521,7 @@
521
521
  }*/
522
522
 
523
523
  /* Ваши стили */
524
- .grid-container {
525
- display: grid;
526
- grid-template-columns: repeat(4, 1fr);
527
- grid-template-rows: repeat(2, 1fr);
528
- }
529
- .grid-item:first-of-type {
530
- grid-column: span 2;
531
- grid-row: span 2;
532
- }
533
- @media screen and (max-width: 1025px) {
534
- .grid-container {
535
- grid-template-columns: repeat(2, 1fr);
536
- }
537
- }
524
+
538
525
  .spiral {
539
526
 
540
527
  background-size: cover;
@@ -567,6 +554,21 @@
567
554
  align-items: center;
568
555
  width: fit-content;
569
556
  color: black;
557
+ }.embla {
558
+ overflow: hidden;
559
+ }
560
+ .embla__container {
561
+ display: flex;
562
+ }
563
+ .embla__slide {
564
+ flex: 0 0 25%;
565
+ min-width: 0;
566
+ }
567
+ @media screen and (max-width: 1025px) {
568
+ .embla__slide {
569
+ flex: 0 0 50%;
570
+ min-width: 0;
571
+ }
570
572
  }.thc {
571
573
  position: absolute;
572
574
  right: 1rem;
@@ -601,20 +603,18 @@
601
603
  transform: scale(0.75) !important;
602
604
  transform-origin: top right !important;
603
605
  }
604
- }.embla {
605
- overflow: hidden;
606
- }
607
- .embla__container {
608
- display: flex;
606
+ }.grid-container {
607
+ display: grid;
608
+ grid-template-columns: repeat(4, 1fr);
609
+ grid-template-rows: repeat(2, 1fr);
609
610
  }
610
- .embla__slide {
611
- flex: 0 0 25%;
612
- min-width: 0;
611
+ .grid-item:first-of-type {
612
+ grid-column: span 2;
613
+ grid-row: span 2;
613
614
  }
614
615
  @media screen and (max-width: 1025px) {
615
- .embla__slide {
616
- flex: 0 0 50%;
617
- min-width: 0;
616
+ .grid-container {
617
+ grid-template-columns: repeat(2, 1fr);
618
618
  }
619
619
  }.h1-product {
620
620
  font-size: 3rem;
@@ -624,12 +624,7 @@
624
624
  padding-bottom: 0;
625
625
  }
626
626
  /* Add your styles here */
627
- .main-photo {
628
- max-width: 50%;
629
- }
630
- .main-photo img {
631
- width: 100%;
632
- }.round-stat {
627
+ .round-stat {
633
628
  padding: 1rem;
634
629
  border-radius: 5rem;
635
630
  width: 3rem;
@@ -662,6 +657,11 @@
662
657
  .order-card .block {
663
658
  border-radius: 0;
664
659
  border: 0;
660
+ }.main-photo {
661
+ max-width: 50%;
662
+ }
663
+ .main-photo img {
664
+ width: 100%;
665
665
  }.blink[data-v-d2db1c69] {
666
666
  animation: blink-animation-d2db1c69 1s ease infinite;
667
667
  }
@@ -690,14 +690,14 @@
690
690
  left: 0.5rem;
691
691
  top: 0.5rem;
692
692
  opacity: 1;
693
- }.shop-cart-item[data-v-e9803d20]:first-of-type {
694
- padding-top: 0;
695
693
  }.vue-select {
696
694
  width: inherit;
697
695
  margin-right: 1rem;
698
696
  }
699
697
  .vue-select-header {
700
698
  height: 3rem;
699
+ }.shop-cart-item[data-v-e9803d20]:first-of-type {
700
+ padding-top: 0;
701
701
  }.shop-cart {
702
702
  display: block;
703
703
  position: fixed;
@@ -735,12 +735,12 @@
735
735
  right: 0;
736
736
  }
737
737
  }
738
- .subspotsartment[data-v-83b42a48] {
738
+ .subspotsartment[data-v-bc545dfb] {
739
739
  border: 1px solid rgba(0, 0, 0, 0.1);
740
740
  margin-top: 1rem;
741
741
  }
742
742
 
743
- .subspotsartment[data-v-bc545dfb] {
743
+ .subspotsartment[data-v-83b42a48] {
744
744
  border: 1px solid rgba(0, 0, 0, 0.1);
745
745
  margin-top: 1rem;
746
746
  }
@@ -905,16 +905,6 @@ button[disabled]:hover {
905
905
  }*/
906
906
  .mobile-menu-section > div:last-of-type {
907
907
  border-bottom: none !important;
908
- }.spoiler {
909
- transition: max-height 0.3s cubic-bezier(0.15, 0.68, 0.33, 0.93);
910
- }
911
- .collapse-enter-active,
912
- .collapse-leave-active {
913
- max-height: 2000px;
914
- }
915
- .collapse-enter-from,
916
- .collapse-leave-to {
917
- max-height: 0;
918
908
  }.vue3-marquee {
919
909
  display: flex !important;
920
910
  position: relative;
@@ -1010,6 +1000,20 @@ button[disabled]:hover {
1010
1000
  100% {
1011
1001
  transform: translateY(-100%);
1012
1002
  }
1003
+ }
1004
+ .ti-tag-toDefactor {
1005
+ background-color: rgb(var(--main));
1006
+ color: rgb(var(--black));
1007
+ border-radius: 4rem;
1008
+ padding: 1px 8px 2px;
1009
+ margin: 2px;
1010
+ font-size: .85em;
1011
+ }
1012
+ li[data-v-bf25c24d] {
1013
+ list-style-type: none;
1014
+ }
1015
+ ul li[data-v-bf25c24d] {
1016
+ line-height: 2;
1013
1017
  }.breadcrumbs {
1014
1018
  height: 4rem;
1015
1019
  display: flex;
@@ -1033,38 +1037,57 @@ button[disabled]:hover {
1033
1037
  }
1034
1038
  .breadcrumbs .router-link-exact-active:last-of-type span {
1035
1039
  color: #00ff88;
1036
- }li[data-v-bf25c24d] {
1037
- list-style-type: none;
1040
+ }.no-scroll {
1041
+ overflow: hidden;
1038
1042
  }
1039
- ul li[data-v-bf25c24d] {
1040
- line-height: 2;
1043
+ .popup-wrapper {
1044
+ display: flex;
1045
+ position: fixed;
1046
+ align-items: center;
1047
+ justify-content: center;
1048
+ width: 100%;
1049
+ height: 100%;
1050
+ left: 0;
1051
+ top: 0;
1052
+ z-index: 40;
1041
1053
  }
1042
- .ti-tag-toDefactor {
1043
- background-color: rgb(var(--main));
1044
- color: rgb(var(--black));
1045
- border-radius: 4rem;
1046
- padding: 1px 8px 2px;
1047
- margin: 2px;
1048
- font-size: .85em;
1054
+ .popup-wrapper .popup {
1055
+ position: absolute;
1056
+ height: auto;
1057
+ padding: 2rem;
1058
+ min-width: 24rem;
1059
+ border-radius: 2rem;
1060
+ overflow: hidden;
1061
+ color: white;
1062
+ background: black;
1063
+ z-index: 40;
1049
1064
  }
1050
-
1051
- .feed-move, /* apply transition to moving elements */
1052
- .feed-enter-active,
1053
- .feed-leave-active {
1054
- transition: all 0.5s ease;
1065
+ .color-overlay {
1066
+ display: block;
1067
+ position: fixed;
1068
+ left: 0;
1069
+ top: 0;
1070
+ width: 100%;
1071
+ height: 100%;
1072
+ background: rgba(0, 0, 0, 0);
1073
+ pointer-events: none;
1074
+ transform: scale(1.5);
1075
+ transition: all 0.5s cubic-bezier(0.31, 0.79, 0.24, 0.92);
1055
1076
  }
1056
- .feed-enter-from,
1057
- .feed-leave-to {
1058
- opacity: 0;
1059
- transform: translateY(30px);
1077
+ .color-overlay.active {
1078
+ background: rgba(0, 0, 0, 0.25);
1079
+ pointer-events: all;
1080
+ }.spoiler {
1081
+ transition: max-height 0.3s cubic-bezier(0.15, 0.68, 0.33, 0.93);
1060
1082
  }
1061
-
1062
- /* ensure leaving items are taken out of layout flow so that moving
1063
- animations can be calculated correctly. */
1064
- .feed-leave-active {
1065
- position: absolute;
1083
+ .collapse-enter-active,
1084
+ .collapse-leave-active {
1085
+ max-height: 2000px;
1086
+ }
1087
+ .collapse-enter-from,
1088
+ .collapse-leave-to {
1089
+ max-height: 0;
1066
1090
  }
1067
-
1068
1091
  fieldset[disabled] .multiselect {
1069
1092
  pointer-events: none;
1070
1093
  }
@@ -1442,47 +1465,24 @@ to {
1442
1465
  transform: rotate(2turn);
1443
1466
  }
1444
1467
  }
1445
- .no-scroll {
1446
- overflow: hidden;
1468
+
1469
+ .feed-move, /* apply transition to moving elements */
1470
+ .feed-enter-active,
1471
+ .feed-leave-active {
1472
+ transition: all 0.5s ease;
1447
1473
  }
1448
- .popup-wrapper {
1449
- display: flex;
1450
- position: fixed;
1451
- align-items: center;
1452
- justify-content: center;
1453
- width: 100%;
1454
- height: 100%;
1455
- left: 0;
1456
- top: 0;
1457
- z-index: 40;
1474
+ .feed-enter-from,
1475
+ .feed-leave-to {
1476
+ opacity: 0;
1477
+ transform: translateY(30px);
1458
1478
  }
1459
- .popup-wrapper .popup {
1479
+
1480
+ /* ensure leaving items are taken out of layout flow so that moving
1481
+ animations can be calculated correctly. */
1482
+ .feed-leave-active {
1460
1483
  position: absolute;
1461
- height: auto;
1462
- padding: 2rem;
1463
- min-width: 24rem;
1464
- border-radius: 2rem;
1465
- overflow: hidden;
1466
- color: white;
1467
- background: black;
1468
- z-index: 40;
1469
- }
1470
- .color-overlay {
1471
- display: block;
1472
- position: fixed;
1473
- left: 0;
1474
- top: 0;
1475
- width: 100%;
1476
- height: 100%;
1477
- background: rgba(0, 0, 0, 0);
1478
- pointer-events: none;
1479
- transform: scale(1.5);
1480
- transition: all 0.5s cubic-bezier(0.31, 0.79, 0.24, 0.92);
1481
- }
1482
- .color-overlay.active {
1483
- background: rgba(0, 0, 0, 0.25);
1484
- pointer-events: all;
1485
1484
  }
1485
+
1486
1486
  .t-trimmed {
1487
1487
  font-size: 0;
1488
1488
  }
@@ -1911,17 +1911,17 @@ a[data-v-380d7b3b]:hover {
1911
1911
  50% {
1912
1912
  opacity: 0.8;
1913
1913
  }
1914
- }
1915
- .gmap[data-v-786189a4] {
1916
- height: 300px;
1917
- width: 100%;
1918
- }
1919
- .card-page-title .card-page-actions {
1914
+ }.card-page-title .card-page-actions {
1920
1915
  display: none;
1921
1916
  }
1922
1917
  .card-page-title:hover .card-page-actions {
1923
1918
  display: block;
1924
1919
  }
1920
+ .gmap[data-v-786189a4] {
1921
+ height: 300px;
1922
+ width: 100%;
1923
+ }
1924
+
1925
1925
  .address[data-v-97ae0556] {
1926
1926
  text-wrap: nowrap;
1927
1927
  display: block;