@pelcro/react-pelcro-js 4.0.0-alpha.70 → 4.0.0-alpha.72
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.cjs.js +330 -166
- package/dist/index.esm.js +330 -166
- package/dist/pelcro.css +0 -20
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -2044,10 +2044,6 @@ apple-pay-button {
|
|
|
2044
2044
|
top: 0.25rem;
|
|
2045
2045
|
}
|
|
2046
2046
|
|
|
2047
|
-
.pelcro-root .plc-top-2{
|
|
2048
|
-
top: 0.5rem;
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
2047
|
.pelcro-root .plc-top-4{
|
|
2052
2048
|
top: 1rem;
|
|
2053
2049
|
}
|
|
@@ -2120,10 +2116,6 @@ apple-pay-button {
|
|
|
2120
2116
|
left: 0px;
|
|
2121
2117
|
}
|
|
2122
2118
|
|
|
2123
|
-
.pelcro-root .plc-left-2{
|
|
2124
|
-
left: 0.5rem;
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
2119
|
.pelcro-root .plc-left-4{
|
|
2128
2120
|
left: 1rem;
|
|
2129
2121
|
}
|
|
@@ -3852,18 +3844,6 @@ apple-pay-button {
|
|
|
3852
3844
|
}
|
|
3853
3845
|
|
|
3854
3846
|
@media (min-width: 768px){
|
|
3855
|
-
.pelcro-root .md\:plc-top-5{
|
|
3856
|
-
top: 1.25rem;
|
|
3857
|
-
}
|
|
3858
|
-
|
|
3859
|
-
.pelcro-root .md\:plc-right-10{
|
|
3860
|
-
right: 2.5rem;
|
|
3861
|
-
}
|
|
3862
|
-
|
|
3863
|
-
.pelcro-root .md\:plc-left-10{
|
|
3864
|
-
left: 2.5rem;
|
|
3865
|
-
}
|
|
3866
|
-
|
|
3867
3847
|
.pelcro-root .md\:plc-mx-auto{
|
|
3868
3848
|
margin-left: auto;
|
|
3869
3849
|
margin-right: auto;
|