@ziadshalaby/ngx-zs-component 3.0.3 → 3.0.5
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
|
@@ -632,9 +632,6 @@
|
|
|
632
632
|
.zs\:w-6 {
|
|
633
633
|
width: calc(var(--zs-spacing) * 6);
|
|
634
634
|
}
|
|
635
|
-
.zs\:w-8 {
|
|
636
|
-
width: calc(var(--zs-spacing) * 8);
|
|
637
|
-
}
|
|
638
635
|
.zs\:w-12 {
|
|
639
636
|
width: calc(var(--zs-spacing) * 12);
|
|
640
637
|
}
|
|
@@ -1303,6 +1300,9 @@
|
|
|
1303
1300
|
.zs\:p-5 {
|
|
1304
1301
|
padding: calc(var(--zs-spacing) * 5);
|
|
1305
1302
|
}
|
|
1303
|
+
.zs\:p-6 {
|
|
1304
|
+
padding: calc(var(--zs-spacing) * 6);
|
|
1305
|
+
}
|
|
1306
1306
|
.zs\:px-1 {
|
|
1307
1307
|
padding-inline: calc(var(--zs-spacing) * 1);
|
|
1308
1308
|
}
|