From f07ff896e31c6e0332752a74e580baf714a1c592 Mon Sep 17 00:00:00 2001
From: Marlene Simondant <msimondant@grandlyon.com>
Date: Wed, 19 Mar 2025 09:24:03 +0100
Subject: [PATCH] display colored borders in responsive

---
 src/app/profile/dashboard/dashboard.component.scss | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/app/profile/dashboard/dashboard.component.scss b/src/app/profile/dashboard/dashboard.component.scss
index fc2ffd6b0..034dd9b2a 100644
--- a/src/app/profile/dashboard/dashboard.component.scss
+++ b/src/app/profile/dashboard/dashboard.component.scss
@@ -183,10 +183,6 @@
         @media #{$tablet} {
           background-color: $blue-light;
           padding: 0;
-
-          ::ng-deep .row {
-            border: none;
-          }
         }
       }
     }
-- 
GitLab