@nexxtmove/ui 0.1.47 → 0.1.48
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
|
@@ -117,8 +117,12 @@
|
|
|
117
117
|
@apply bg-social-media-template-info-bg;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
+
.card-content {
|
|
121
|
+
@apply border-card-content-border px-(--card-content-padding-x) py-(--card-content-padding-y) border border-solid;
|
|
122
|
+
}
|
|
123
|
+
|
|
120
124
|
.card {
|
|
121
|
-
@apply
|
|
125
|
+
@apply bg-card-bg;
|
|
122
126
|
}
|
|
123
127
|
|
|
124
128
|
.info-block {
|
|
@@ -159,7 +159,8 @@
|
|
|
159
159
|
--color-progress-bar-border: var(--color-gray-200);
|
|
160
160
|
--color-header-border-bottom: var(--color-gray-200);
|
|
161
161
|
--color-social-media-template-info-bg: var(--color-cornflower-blue-500);
|
|
162
|
-
--color-card-border: var(--color-gray-200);
|
|
162
|
+
--color-card-content-border: var(--color-gray-200);
|
|
163
|
+
--color-card-bg: var(--color-white);
|
|
163
164
|
--text-xs: 0.75rem;
|
|
164
165
|
--text-base: 1rem;
|
|
165
166
|
--text-lg: 1.125rem;
|
|
@@ -228,6 +229,9 @@
|
|
|
228
229
|
--header-gap: var(--spacing-6);
|
|
229
230
|
--info-block-padding: var(--spacing-1);
|
|
230
231
|
--card-border-radius: var(--radius-lg);
|
|
232
|
+
--card-content-padding-x: var(--spacing-5);
|
|
233
|
+
--card-content-padding-y: var(--spacing-4);
|
|
234
|
+
--card-content-border-radius: var(--radius-lg);
|
|
231
235
|
--font-sans: 'Poppins', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
232
236
|
--font-serif: 'Playfair Display', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
233
237
|
--font-mono: 'Space Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|