@fractalpay/fractalpay-next-dev 0.0.10 → 0.0.11
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/dist/index.js +4 -2
- package/dist/index.mjs +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1905,9 +1905,10 @@
|
|
|
1905
1905
|
font-size:15px;
|
|
1906
1906
|
color: #000000 !important;
|
|
1907
1907
|
background-color: transparent !important;
|
|
1908
|
+
background: transparent !important;
|
|
1908
1909
|
border:1px solid #000000 !important;
|
|
1909
1910
|
border-radius: 10px !important;
|
|
1910
|
-
padding:
|
|
1911
|
+
padding: 10px 25px !important;
|
|
1911
1912
|
cursor:pointer;
|
|
1912
1913
|
font-size: 16px;
|
|
1913
1914
|
}
|
|
@@ -1920,9 +1921,10 @@
|
|
|
1920
1921
|
font-size:15px;
|
|
1921
1922
|
color: #2979FF !important;
|
|
1922
1923
|
background-color: transparent !important;
|
|
1924
|
+
background: transparent !important;
|
|
1923
1925
|
border:1px solid #2979FF !important;
|
|
1924
1926
|
border-radius: 10px !important;
|
|
1925
|
-
padding:
|
|
1927
|
+
padding: 10px 25px !important;
|
|
1926
1928
|
cursor:pointer;
|
|
1927
1929
|
font-size: 16px;
|
|
1928
1930
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1905,9 +1905,10 @@ var tn=Object.defineProperty,nn=Object.defineProperties;var an=Object.getOwnProp
|
|
|
1905
1905
|
font-size:15px;
|
|
1906
1906
|
color: #000000 !important;
|
|
1907
1907
|
background-color: transparent !important;
|
|
1908
|
+
background: transparent !important;
|
|
1908
1909
|
border:1px solid #000000 !important;
|
|
1909
1910
|
border-radius: 10px !important;
|
|
1910
|
-
padding:
|
|
1911
|
+
padding: 10px 25px !important;
|
|
1911
1912
|
cursor:pointer;
|
|
1912
1913
|
font-size: 16px;
|
|
1913
1914
|
}
|
|
@@ -1920,9 +1921,10 @@ var tn=Object.defineProperty,nn=Object.defineProperties;var an=Object.getOwnProp
|
|
|
1920
1921
|
font-size:15px;
|
|
1921
1922
|
color: #2979FF !important;
|
|
1922
1923
|
background-color: transparent !important;
|
|
1924
|
+
background: transparent !important;
|
|
1923
1925
|
border:1px solid #2979FF !important;
|
|
1924
1926
|
border-radius: 10px !important;
|
|
1925
|
-
padding:
|
|
1927
|
+
padding: 10px 25px !important;
|
|
1926
1928
|
cursor:pointer;
|
|
1927
1929
|
font-size: 16px;
|
|
1928
1930
|
}
|