@ansiversa/components 0.0.62 → 0.0.64
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 +15 -0
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -258,6 +258,16 @@
|
|
|
258
258
|
gap: 0.5rem;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
+
.av-faq-public__section {
|
|
262
|
+
padding-top: 1rem;
|
|
263
|
+
padding-bottom: 1.5rem;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.av-faq-public__section > .av-container {
|
|
267
|
+
padding-top: 0;
|
|
268
|
+
padding-bottom: 0;
|
|
269
|
+
}
|
|
270
|
+
|
|
261
271
|
@media (max-width: 640px) {
|
|
262
272
|
.av-faq-summary {
|
|
263
273
|
flex-wrap: wrap;
|
|
@@ -277,6 +287,11 @@
|
|
|
277
287
|
padding: 0.75rem 0;
|
|
278
288
|
}
|
|
279
289
|
|
|
290
|
+
.av-faq-admin__section {
|
|
291
|
+
padding-top: 1rem;
|
|
292
|
+
padding-bottom: 1.25rem;
|
|
293
|
+
}
|
|
294
|
+
|
|
280
295
|
.av-faq-admin__title {
|
|
281
296
|
font-size: 1.5rem;
|
|
282
297
|
}
|