paymob-pixel-alpha 1.1.50 → 1.1.52
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/Inter-Regular.otf +0 -0
- package/assets/fonts/CurrencyFont/Inter-Regular.otf +0 -0
- package/main.css +5 -8
- package/main.js +13000 -13316
- package/package.json +1 -1
- package/styles.css +2 -2
|
Binary file
|
|
Binary file
|
package/main.css
CHANGED
|
@@ -4783,14 +4783,11 @@ p,h3{margin:0}.modal-header_modal-header__CaU0q{padding:1.5rem;border-bottom:.06
|
|
|
4783
4783
|
right: 0;
|
|
4784
4784
|
height: 100%;
|
|
4785
4785
|
background-repeat: no-repeat;
|
|
4786
|
-
background-image:
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
var(--highlight-color) 50%,
|
|
4792
|
-
var(--base-color) 100%
|
|
4793
|
-
)
|
|
4786
|
+
background-image: linear-gradient(
|
|
4787
|
+
90deg,
|
|
4788
|
+
var(--base-color),
|
|
4789
|
+
var(--highlight-color),
|
|
4790
|
+
var(--base-color)
|
|
4794
4791
|
);
|
|
4795
4792
|
transform: translateX(-100%);
|
|
4796
4793
|
|