From 89de926f9ce77cc584683b3a5987f34fd0afc4ae Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Wed, 15 May 2024 09:47:49 +0200 Subject: [PATCH] gaufre: remove border radius to better match DSFR styles --- website/src/components/GaufrePage.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/components/GaufrePage.astro b/website/src/components/GaufrePage.astro index 245aa38..32c3fc3 100644 --- a/website/src/components/GaufrePage.astro +++ b/website/src/components/GaufrePage.astro @@ -49,9 +49,9 @@ const { services } = Astro.props "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important; margin: 0 0 0.5rem !important; background-color: #01018fcc !important; - padding: 3px !important; + padding: 2px !important; width: 100% !important; - border-radius: 8px !important; + /* border-radius: 8px !important; */ filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important; overflow: hidden !important; } @@ -71,7 +71,7 @@ const { services } = Astro.props .lagaufre-border { height: 100% !important; - border-radius: 6px !important; + /* border-radius: 6px !important; */ overflow: hidden !important; } @@ -79,7 +79,7 @@ const { services } = Astro.props margin: 0 !important; padding: 0 !important; list-style: none !important; - border-radius: 2px !important; + /* border-radius: 2px !important; */ background-color: white !important; height: 100% !important; overflow: auto !important;