@ansiversa/components 0.0.61 → 0.0.63
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 +6 -1
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -277,6 +277,11 @@
|
|
|
277
277
|
padding: 0.75rem 0;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
+
.av-faq-admin__section {
|
|
281
|
+
padding-top: 1rem;
|
|
282
|
+
padding-bottom: 1.25rem;
|
|
283
|
+
}
|
|
284
|
+
|
|
280
285
|
.av-faq-admin__title {
|
|
281
286
|
font-size: 1.5rem;
|
|
282
287
|
}
|
|
@@ -295,7 +300,7 @@
|
|
|
295
300
|
.av-faq-admin__crumbwrap {
|
|
296
301
|
display: grid;
|
|
297
302
|
gap: 0.25rem;
|
|
298
|
-
padding-top: 0
|
|
303
|
+
padding-top: 0;
|
|
299
304
|
}
|
|
300
305
|
|
|
301
306
|
.av-faq-admin__count {
|