Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/css/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5055,6 +5055,14 @@ details[open] {
top: -8px;
}
}

&-gap-12 {
gap: 24px;

&> :not(:first-child)::before {
top: -12px;
}
}
}
}

Expand Down
Loading