@6thbridge/hexa 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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +12 -10
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -1302,16 +1302,6 @@ video {
|
|
1302
1302
|
padding: 1px;
|
1303
1303
|
}
|
1304
1304
|
|
1305
|
-
.\!px-3{
|
1306
|
-
padding-left: 0.75rem !important;
|
1307
|
-
padding-right: 0.75rem !important;
|
1308
|
-
}
|
1309
|
-
|
1310
|
-
.\!py-2{
|
1311
|
-
padding-top: 0.5rem !important;
|
1312
|
-
padding-bottom: 0.5rem !important;
|
1313
|
-
}
|
1314
|
-
|
1315
1305
|
.px-0{
|
1316
1306
|
padding-left: 0px;
|
1317
1307
|
padding-right: 0px;
|
@@ -1392,6 +1382,14 @@ video {
|
|
1392
1382
|
padding-bottom: 0.75rem;
|
1393
1383
|
}
|
1394
1384
|
|
1385
|
+
.\!pl-3{
|
1386
|
+
padding-left: 0.75rem !important;
|
1387
|
+
}
|
1388
|
+
|
1389
|
+
.\!pr-3{
|
1390
|
+
padding-right: 0.75rem !important;
|
1391
|
+
}
|
1392
|
+
|
1395
1393
|
.pl-0{
|
1396
1394
|
padding-left: 0px;
|
1397
1395
|
}
|
@@ -1408,6 +1406,10 @@ video {
|
|
1408
1406
|
padding-left: 0.625rem;
|
1409
1407
|
}
|
1410
1408
|
|
1409
|
+
.pr-0{
|
1410
|
+
padding-right: 0px;
|
1411
|
+
}
|
1412
|
+
|
1411
1413
|
.pr-2{
|
1412
1414
|
padding-right: 0.5rem;
|
1413
1415
|
}
|