From b359dfd50378d569eb7b36d343d4e7592863b006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?cl=C3=A9ment?= Date: Thu, 17 Nov 2022 22:07:47 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20page=20parametre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/components/_parametre.scss | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/styles/components/_parametre.scss b/src/styles/components/_parametre.scss index 8b1392d..f596f18 100644 --- a/src/styles/components/_parametre.scss +++ b/src/styles/components/_parametre.scss @@ -197,6 +197,10 @@ height: 25%; border-bottom: 1px solid black; + .text_one_milieu { + margin-top: 8px; + } + .bouton_submit { display: flex; margin-left: 30px; @@ -226,6 +230,10 @@ padding: 9px; height: 25%; + .text_one_milieu { + margin-top: 8px; + } + .bouton_submit { display: flex; margin-left: 30px; @@ -305,7 +313,7 @@ width: 18px; height: 18px; border-radius: 20px; - top: 12%; + top: 15%; left: 10%; background-color: white; transform: scale(1.1); @@ -314,7 +322,7 @@ } input:checked[type="checkbox"]:before { - left: 27px; + left: 20px; } } }