From 60279bd153eae8e032774e04fa231c85e9ac1f67 Mon Sep 17 00:00:00 2001 From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com> Date: Wed, 18 Nov 2020 16:30:17 +0100 Subject: [PATCH] fix duplicate border --- src/app/shared/components/modal/modal.component.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/shared/components/modal/modal.component.scss b/src/app/shared/components/modal/modal.component.scss index 1ef0ec830..ec0dd8d35 100644 --- a/src/app/shared/components/modal/modal.component.scss +++ b/src/app/shared/components/modal/modal.component.scss @@ -19,7 +19,6 @@ top: 40%; left: 50%; transform: translate(-50%, -50%); - border-radius: 2px; background: $white; text-align: center; border-radius: 4px; -- GitLab