admin-menu.css
3 months ago
documentation.css
3 months ago
faq.css
3 months ago
import.css
3 months ago
settings.css
3 months ago
support.css
3 months ago
faq.css
27 lines
| 1 | /* Lists */ |
| 2 | #admin-help-docs #faq ul { |
| 3 | list-style: none; |
| 4 | padding: revert; |
| 5 | padding-top: 10px; |
| 6 | padding-bottom: 5px; |
| 7 | } |
| 8 | |
| 9 | #admin-help-docs #faq ul li { |
| 10 | padding-inline-start: 1ch; |
| 11 | position: relative; |
| 12 | } |
| 13 | |
| 14 | #admin-help-docs #faq ul li::before { |
| 15 | content: "→"; |
| 16 | position: absolute; |
| 17 | left: -15px; |
| 18 | color: var(--helpdocs-color-accent); |
| 19 | } |
| 20 | |
| 21 | /* Headings */ |
| 22 | |
| 23 | #faq .helpdocs-full-width-box h3 { |
| 24 | margin: 1em 0 !important; |
| 25 | padding: 0 !important; |
| 26 | border-top: 0 !important; |
| 27 | } |