@ansiversa/components 0.0.52 → 0.0.54
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 +11 -0
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -252,6 +252,12 @@
|
|
|
252
252
|
margin: 10px 0;
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
+
.av-faq-public__search {
|
|
256
|
+
display: flex;
|
|
257
|
+
align-items: center;
|
|
258
|
+
gap: 0.5rem;
|
|
259
|
+
}
|
|
260
|
+
|
|
255
261
|
@media (max-width: 640px) {
|
|
256
262
|
.av-faq-summary {
|
|
257
263
|
flex-wrap: wrap;
|
|
@@ -893,6 +899,11 @@
|
|
|
893
899
|
display: flex;
|
|
894
900
|
gap: 0.5rem;
|
|
895
901
|
justify-content: flex-end;
|
|
902
|
+
margin-left: auto;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
.av-table-toolbar__search > * {
|
|
906
|
+
width: 100%;
|
|
896
907
|
}
|
|
897
908
|
|
|
898
909
|
.av-admin-page-top {
|