Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
user:lorantine [2026/02/23 02:27] lorantine Test page for upcoming new animal page |
user:lorantine [2026/02/23 02:36] (current) lorantine |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| content: ' | content: ' | ||
| height: 20px; | height: 20px; | ||
| + | line-height: | ||
| font-size: 24px; | font-size: 24px; | ||
| transform: rotate(180deg); | transform: rotate(180deg); | ||
| Line 45: | Line 46: | ||
| .collapse-header > * { | .collapse-header > * { | ||
| - | margin: 0; | + | margin: 0 !important; |
| + | border: 0; | ||
| + | padding: 0 !important; | ||
| } | } | ||
| Line 64: | Line 67: | ||
| padding: 0 var(--spacing-medium); | padding: 0 var(--spacing-medium); | ||
| transition: border-radius .3s ease-in-out; | transition: border-radius .3s ease-in-out; | ||
| + | } | ||
| + | |||
| + | .collapse-body > p { | ||
| + | margin: 10px 0; | ||
| } | } | ||