@ansiversa/components 0.0.28 → 0.0.30
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 +5 -1
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
|
}
|
|
@@ -843,7 +847,7 @@
|
|
|
843
847
|
}
|
|
844
848
|
|
|
845
849
|
.av-auth-brand--center {
|
|
846
|
-
@apply justify-center;
|
|
850
|
+
@apply w-full flex justify-center;
|
|
847
851
|
}
|
|
848
852
|
|
|
849
853
|
.av-auth-back__button-row {
|