@ansiversa/components 0.0.27 → 0.0.29
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 +1 -1
- package/src/styles/global.css +7 -0
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -298,6 +298,10 @@
|
|
|
298
298
|
@apply grid gap-4 sm:grid-cols-2 lg:grid-cols-4;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
+
.av-col-4--2 {
|
|
302
|
+
@apply lg:grid-cols-2;
|
|
303
|
+
}
|
|
304
|
+
|
|
301
305
|
.av-list {
|
|
302
306
|
@apply space-y-2 text-sm text-slate-300;
|
|
303
307
|
}
|
|
@@ -390,6 +394,9 @@
|
|
|
390
394
|
@apply grid gap-5 md:gap-6 md:grid-cols-3;
|
|
391
395
|
}
|
|
392
396
|
|
|
397
|
+
.av-section-grid--2 {
|
|
398
|
+
@apply md:grid-cols-2;
|
|
399
|
+
}
|
|
393
400
|
/* Pricing ------------------------------------------------ */
|
|
394
401
|
|
|
395
402
|
.av-pricing-grid {
|