From b532a34e49aa0954a5bb47b61ffa2e92854d7568 Mon Sep 17 00:00:00 2001 From: "h.hartz" <henri.hartz@etu.unistra.fr> Date: Thu, 16 Jan 2025 22:22:37 +0100 Subject: [PATCH] style: fix button end quiz solo --- src/components/quiz/modalButton/modalButton.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/quiz/modalButton/modalButton.css b/src/components/quiz/modalButton/modalButton.css index cb50373..32022a6 100644 --- a/src/components/quiz/modalButton/modalButton.css +++ b/src/components/quiz/modalButton/modalButton.css @@ -1,6 +1,6 @@ .modal-button-left { width: 100%; - height: 80px; + height: 80%; border-radius: 12px; border: solid 5px #508bff; background-color: white; @@ -25,11 +25,12 @@ color: #508bff; font-size: 3vmin; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); + margin: 0; } .modal-button-right { width: 100%; - height: 80px; + height: 80%; border-radius: 12px; background-color: #2b73fd; font-weight: bold; @@ -54,4 +55,5 @@ .modal-button-right-text { font-size: 3vmin; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); + margin: 0; } -- GitLab