paymob-pixel-alpha 1.0.7 → 1.0.8
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/README.md +9 -1
- package/main.js +2110 -2075
- package/package.json +1 -1
- package/styles.css +32 -9
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -521,12 +521,20 @@ video {
|
|
|
521
521
|
--tw-contain-style: ;
|
|
522
522
|
}
|
|
523
523
|
|
|
524
|
+
.\!container {
|
|
525
|
+
width: 100% !important;
|
|
526
|
+
}
|
|
527
|
+
|
|
524
528
|
.container {
|
|
525
529
|
width: 100%;
|
|
526
530
|
}
|
|
527
531
|
|
|
528
532
|
@media (min-width: 640px) {
|
|
529
533
|
|
|
534
|
+
.\!container {
|
|
535
|
+
max-width: 640px !important;
|
|
536
|
+
}
|
|
537
|
+
|
|
530
538
|
.container {
|
|
531
539
|
max-width: 640px;
|
|
532
540
|
}
|
|
@@ -534,6 +542,10 @@ video {
|
|
|
534
542
|
|
|
535
543
|
@media (min-width: 768px) {
|
|
536
544
|
|
|
545
|
+
.\!container {
|
|
546
|
+
max-width: 768px !important;
|
|
547
|
+
}
|
|
548
|
+
|
|
537
549
|
.container {
|
|
538
550
|
max-width: 768px;
|
|
539
551
|
}
|
|
@@ -541,6 +553,10 @@ video {
|
|
|
541
553
|
|
|
542
554
|
@media (min-width: 1024px) {
|
|
543
555
|
|
|
556
|
+
.\!container {
|
|
557
|
+
max-width: 1024px !important;
|
|
558
|
+
}
|
|
559
|
+
|
|
544
560
|
.container {
|
|
545
561
|
max-width: 1024px;
|
|
546
562
|
}
|
|
@@ -548,6 +564,10 @@ video {
|
|
|
548
564
|
|
|
549
565
|
@media (min-width: 1280px) {
|
|
550
566
|
|
|
567
|
+
.\!container {
|
|
568
|
+
max-width: 1280px !important;
|
|
569
|
+
}
|
|
570
|
+
|
|
551
571
|
.container {
|
|
552
572
|
max-width: 1280px;
|
|
553
573
|
}
|
|
@@ -555,6 +575,10 @@ video {
|
|
|
555
575
|
|
|
556
576
|
@media (min-width: 1536px) {
|
|
557
577
|
|
|
578
|
+
.\!container {
|
|
579
|
+
max-width: 1536px !important;
|
|
580
|
+
}
|
|
581
|
+
|
|
558
582
|
.container {
|
|
559
583
|
max-width: 1536px;
|
|
560
584
|
}
|
|
@@ -693,11 +717,6 @@ video {
|
|
|
693
717
|
margin-right: auto;
|
|
694
718
|
}
|
|
695
719
|
|
|
696
|
-
.my-16 {
|
|
697
|
-
margin-top: 4rem;
|
|
698
|
-
margin-bottom: 4rem;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
720
|
.my-2 {
|
|
702
721
|
margin-top: 0.5rem;
|
|
703
722
|
margin-bottom: 0.5rem;
|
|
@@ -717,6 +736,10 @@ video {
|
|
|
717
736
|
margin-top: 0px !important;
|
|
718
737
|
}
|
|
719
738
|
|
|
739
|
+
.-mt-1 {
|
|
740
|
+
margin-top: -0.25rem;
|
|
741
|
+
}
|
|
742
|
+
|
|
720
743
|
.-mt-6 {
|
|
721
744
|
margin-top: -1.5rem;
|
|
722
745
|
}
|
|
@@ -2878,6 +2901,10 @@ video {
|
|
|
2878
2901
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2879
2902
|
}
|
|
2880
2903
|
|
|
2904
|
+
.\[\&\>\*\]\:flex-1>* {
|
|
2905
|
+
flex: 1 1 0%;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2881
2908
|
.\[\&\>div\:nth-child\(even\)\]\:w-\[calc\(100\%-1px\)\]>div:nth-child(even) {
|
|
2882
2909
|
width: calc(100% - 1px);
|
|
2883
2910
|
}
|
|
@@ -2942,7 +2969,3 @@ video {
|
|
|
2942
2969
|
.\[\&_input\]\:pl-6 input {
|
|
2943
2970
|
padding-left: 1.5rem;
|
|
2944
2971
|
}
|
|
2945
|
-
|
|
2946
|
-
.\[\&_svg\]\:fill-gray-700 svg {
|
|
2947
|
-
fill: #344054;
|
|
2948
|
-
}
|