From 5061607083d4f466695b1df0cd8dcfa3beb85b19 Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Mon, 4 Nov 2024 16:16:38 +0100
Subject: [PATCH] chore: update selection done

---
 .../ecogestureSelectionDetail.scss                  |  1 +
 .../ecogestureSelectionRestart.scss                 | 13 ++++++-------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss b/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss
index 2a3878b09..916d28c96 100644
--- a/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss
+++ b/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss
@@ -7,6 +7,7 @@
   justify-content: space-between;
   text-align: center;
   color: $grey-bright;
+  min-height: inherit;
   height: 100vh;
   max-height: calc(100vh - 0px - 72px - 72px - 3px);
 
diff --git a/src/components/EcogestureSelection/EcogestureSelectionRestart/ecogestureSelectionRestart.scss b/src/components/EcogestureSelection/EcogestureSelectionRestart/ecogestureSelectionRestart.scss
index beb26c7fc..747ce7fee 100644
--- a/src/components/EcogestureSelection/EcogestureSelectionRestart/ecogestureSelectionRestart.scss
+++ b/src/components/EcogestureSelection/EcogestureSelectionRestart/ecogestureSelectionRestart.scss
@@ -4,22 +4,18 @@
 .eg-selection-restart-container {
   position: relative;
   min-height: inherit;
-  margin: auto;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   color: $grey-bright;
-  max-width: 45.75rem;
-  @media #{$large-phone} {
-    margin: 0 1rem;
-    max-width: unset;
-  }
   .content {
+    margin: auto;
     display: flex;
     flex-direction: column;
     flex: 1;
+    padding: 0 1rem;
     justify-content: center;
     align-items: center;
     .title {
@@ -34,8 +30,11 @@
     }
   }
   .buttons {
-    margin: 1rem 0;
+    padding: 1rem;
+    box-sizing: border-box;
     display: flex;
+    background-color: $grey-1;
+    border: 1px solid $grey-2;
     flex-direction: row;
     justify-content: space-between;
     gap: 1rem;
-- 
GitLab