@nexxtmove/ui 0.0.22 → 0.0.23
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/package.json
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.header {
|
|
113
|
-
@apply border-b-header-border-bottom h-(--header-height) px-(--header-padding-x)
|
|
113
|
+
@apply border-b-header-border-bottom h-(--header-height) px-(--header-padding-x) gap-(--header-gap) border-b border-solid;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
}
|
|
@@ -216,7 +216,6 @@
|
|
|
216
216
|
--button-border-radius: var(--radius-lg);
|
|
217
217
|
--header-height: var(--spacing-24);
|
|
218
218
|
--header-padding-x: var(--spacing-10);
|
|
219
|
-
--header-padding-y: var(--spacing-6);
|
|
220
219
|
--header-gap: var(--spacing-6);
|
|
221
220
|
--font-sans: 'Poppins', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
222
221
|
--font-serif: 'Playfair Display', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|