@pelcro/react-pelcro-js 3.2.0-beta.32 → 3.2.0-beta.35
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 +789 -432
- package/dist/index.esm.js +789 -433
- package/dist/pelcro.css +8 -0
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -2005,6 +2005,10 @@ in order to scope selectors under pelcro-root
|
|
|
2005
2005
|
cursor: pointer;
|
|
2006
2006
|
}
|
|
2007
2007
|
|
|
2008
|
+
.pelcro-root .plc-block {
|
|
2009
|
+
display: block;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2008
2012
|
.pelcro-root .plc-inline-block {
|
|
2009
2013
|
display: inline-block;
|
|
2010
2014
|
}
|
|
@@ -2263,6 +2267,10 @@ in order to scope selectors under pelcro-root
|
|
|
2263
2267
|
margin-top: 0.75rem;
|
|
2264
2268
|
}
|
|
2265
2269
|
|
|
2270
|
+
.pelcro-root .plc-mb-3 {
|
|
2271
|
+
margin-bottom: 0.75rem;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2266
2274
|
.pelcro-root .plc-ml-3 {
|
|
2267
2275
|
margin-left: 0.75rem;
|
|
2268
2276
|
}
|