white-paper(s) + panel : ajustements visuels. closes #41
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:
isUnknown 2026-03-30 18:12:28 +02:00
parent 8f43819f1a
commit f815374030
3 changed files with 17 additions and 8 deletions

View file

@ -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;
}