Skip to content

Commit

Permalink
style triangle
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaperia committed Feb 12, 2024
1 parent 85b1358 commit c8b280c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,22 +520,32 @@ label {
margin-top: 1em;
}


details summary > * {
display: inline;
}

details summary {
cursor: pointer;
}

/*
font-size: 36.48px;
}
details summary h3 {
font-size: 36.48px;
}
*/

details summary > * {
display: inline;
summary::marker {
color: #fd433e;
font-size: 1em;
}

summary {
list-style-position: outside;
margin-left: 10px;
margin-left: 15px;
padding: 10px 10px 10px 20px;
border-radius: 5px;
}

0 comments on commit c8b280c

Please sign in to comment.