@ansiversa/components 0.0.63 → 0.0.65
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 +16 -6
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -238,18 +238,28 @@
|
|
|
238
238
|
flex: 0 0 auto;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
|
|
242
|
-
padding-top: 1.25rem;
|
|
243
|
-
padding-bottom: 0.5rem;
|
|
244
|
-
}
|
|
241
|
+
/* FAQ (Public) ------------------------------------------ */
|
|
245
242
|
|
|
246
243
|
.av-faq-public__count {
|
|
247
|
-
color: var(--
|
|
244
|
+
color: var(--av-text-muted);
|
|
248
245
|
font-size: 0.875rem;
|
|
249
246
|
}
|
|
250
247
|
|
|
251
248
|
.av-faq-public__crumb {
|
|
252
|
-
|
|
249
|
+
/* keep it tight like admin */
|
|
250
|
+
margin: 0.75rem 0 0.5rem;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
/* IMPORTANT: remove extra vertical padding (this was the “bottom gap”) */
|
|
254
|
+
.av-faq-public__section {
|
|
255
|
+
padding-top: 0;
|
|
256
|
+
padding-bottom: 0;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/* remove default container vertical padding inside section */
|
|
260
|
+
.av-faq-public__section > .av-container {
|
|
261
|
+
padding-top: 0;
|
|
262
|
+
padding-bottom: 0;
|
|
253
263
|
}
|
|
254
264
|
|
|
255
265
|
.av-faq-public__search {
|