@ziadshalaby/ngx-zs-component 3.0.2 → 3.0.4
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/output.css
CHANGED
|
@@ -1303,6 +1303,9 @@
|
|
|
1303
1303
|
.zs\:p-5 {
|
|
1304
1304
|
padding: calc(var(--zs-spacing) * 5);
|
|
1305
1305
|
}
|
|
1306
|
+
.zs\:p-6 {
|
|
1307
|
+
padding: calc(var(--zs-spacing) * 6);
|
|
1308
|
+
}
|
|
1306
1309
|
.zs\:px-1 {
|
|
1307
1310
|
padding-inline: calc(var(--zs-spacing) * 1);
|
|
1308
1311
|
}
|
|
@@ -1372,9 +1375,6 @@
|
|
|
1372
1375
|
.zs\:py-6 {
|
|
1373
1376
|
padding-block: calc(var(--zs-spacing) * 6);
|
|
1374
1377
|
}
|
|
1375
|
-
.zs\:py-8 {
|
|
1376
|
-
padding-block: calc(var(--zs-spacing) * 8);
|
|
1377
|
-
}
|
|
1378
1378
|
.zs\:py-\[calc\(--spacing\(1\.75\)-1px\)\] {
|
|
1379
1379
|
padding-block: calc(calc(var(--zs-spacing) * 1.75) - 1px);
|
|
1380
1380
|
}
|