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.
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: var(
4787
- --custom-highlight-background,
4788
- linear-gradient(
4789
- 90deg,
4790
- var(--base-color) 0%,
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