From 3f34bc040506f3eaeb6e9c037a3b0dfa7ac044f9 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 15 Jul 2022 12:19:12 +0200 Subject: [PATCH] aix-marseille-metropole: increase radio and checkboxes size (#67358) --- static/aix-marseille-metropole/_custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/aix-marseille-metropole/_custom.scss b/static/aix-marseille-metropole/_custom.scss index 6b58d1c7..2728734c 100644 --- a/static/aix-marseille-metropole/_custom.scss +++ b/static/aix-marseille-metropole/_custom.scss @@ -198,3 +198,7 @@ body.has-picture { div.comment-field a { text-decoration: underline; } + +input[type="checkbox"], input[type="radio"] { + transform: scale(1.35); +}