white-paper(s) + panel : ajustements visuels. closes #41
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s
- WhitePaper : cover en absolute bottom-left, overflow hidden sur mobile - WhitePapers : position relative sur le conteneur - Panel : fix couleur du tick des checkboxes/radios cochés Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8f43819f1a
commit
f815374030
3 changed files with 17 additions and 8 deletions
|
|
@ -138,3 +138,8 @@ input[type="checkbox"][data-variant="toggle"]::after {
|
|||
input[type="checkbox"][data-variant="toggle"]:checked::after {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
input:where([type="checkbox"], [type="radio"]):checked::after,
|
||||
input:where([type="checkbox"]):indeterminate::after {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue