aix-marseille-metropole: increase radio and checkboxes size (#67358)

This commit is contained in:
Serghei Mihai 2022-07-15 12:19:12 +02:00
parent 133f49d473
commit 3f34bc0405
1 changed files with 4 additions and 0 deletions

View File

@ -198,3 +198,7 @@ body.has-picture {
div.comment-field a {
text-decoration: underline;
}
input[type="checkbox"], input[type="radio"] {
transform: scale(1.35);
}