@ansiversa/components 0.0.53 → 0.0.55
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 +9 -0
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -899,12 +899,21 @@
|
|
|
899
899
|
display: flex;
|
|
900
900
|
gap: 0.5rem;
|
|
901
901
|
justify-content: flex-end;
|
|
902
|
+
margin-left: auto;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
.av-table-toolbar__search > * {
|
|
906
|
+
width: 100%;
|
|
902
907
|
}
|
|
903
908
|
|
|
904
909
|
.av-admin-page-top {
|
|
905
910
|
padding-top: 1rem;
|
|
906
911
|
}
|
|
907
912
|
|
|
913
|
+
.av-admin-page-head {
|
|
914
|
+
margin-bottom: 0.75rem;
|
|
915
|
+
}
|
|
916
|
+
|
|
908
917
|
.av-faq-admin__count {
|
|
909
918
|
color: var(--ans-muted);
|
|
910
919
|
font-size: 0.875rem;
|