@ansiversa/components 0.0.29 → 0.0.31
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 +2 -2
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
.av-navbar-inner {
|
|
655
|
-
@apply w-full max-w-5xl mx-auto
|
|
655
|
+
@apply w-full max-w-5xl mx-auto flex items-center justify-between py-3 gap-4;
|
|
656
656
|
}
|
|
657
657
|
|
|
658
658
|
.av-nav {
|
|
@@ -847,7 +847,7 @@
|
|
|
847
847
|
}
|
|
848
848
|
|
|
849
849
|
.av-auth-brand--center {
|
|
850
|
-
@apply justify-center;
|
|
850
|
+
@apply w-full flex justify-center;
|
|
851
851
|
}
|
|
852
852
|
|
|
853
853
|
.av-auth-back__button-row {
|