Skip to content

Commit

Permalink
Fix checkbox styling
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Nov 8, 2023
1 parent 02923d6 commit 98776a1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@
}
}
}
& li[role=checkbox] {
text-indent: 1.2rem;
}

& li[role=checkbox]::before {
transform: translate(6px, 6px);
}
& li[role=checkbox]::after {
transform: translate(6px, 6px) rotate(45deg);
}
}

.api-ref-nav > a {
Expand Down

0 comments on commit 98776a1

Please sign in to comment.