Skip to content

Commit

Permalink
Add spacing and interaction styles
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Feb 14, 2024
1 parent 144bf02 commit 74930c8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/_sass/core/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,20 @@ blockquote {
margin: 20px;
padding: 10px 20px 0 20px;
}

details {
summary {
font-weight: 500;
user-select: none;
margin-bottom: 0.75rem;

&:hover {
color: $brand-primary;
}
}

> :not(:first-child) {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
}

0 comments on commit 74930c8

Please sign in to comment.