🐛 Bouton radio qui louche

This commit is contained in:
Maxime Lalo 2023-09-29 17:29:59 +02:00
parent 86f187a631
commit 0de0c7f2af

View File

@ -23,8 +23,8 @@
input[type="radio"]::before { input[type="radio"]::before {
content: ""; content: "";
width: 10px; width: 11px;
height: 10px; height: 11px;
background-color: $turquoise-flash; background-color: $turquoise-flash;
border-radius: 100px; border-radius: 100px;
transform: scale(0); transform: scale(0);