@ansiversa/components 0.0.79 → 0.0.81
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 +3 -3
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -387,13 +387,13 @@
|
|
|
387
387
|
display: none !important;
|
|
388
388
|
}
|
|
389
389
|
|
|
390
|
-
.av-navbar-actions {
|
|
390
|
+
/* .av-navbar-actions {
|
|
391
391
|
padding-right: 0.5rem;
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
.av-navbar-actions .av-btn-primary {
|
|
395
395
|
margin-right: 0.5rem;
|
|
396
|
-
}
|
|
396
|
+
} */
|
|
397
397
|
}
|
|
398
398
|
|
|
399
399
|
/* Admin list page (generic) ------------------------------------------ */
|
|
@@ -606,7 +606,7 @@
|
|
|
606
606
|
}
|
|
607
607
|
|
|
608
608
|
.av-navbar-actions {
|
|
609
|
-
@apply flex items-center gap-
|
|
609
|
+
@apply flex items-center gap-1;
|
|
610
610
|
}
|
|
611
611
|
|
|
612
612
|
.av-icon {
|