From 1070e36e2d8cc4510b31feed56f0881561d9ef32 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 4 Jul 2018 09:02:10 +0000 Subject: [PATCH] =?UTF-8?q?:art:=20Simplification=20du=20d=C3=A9grad=C3=A9?= =?UTF-8?q?=20des=20boutons=20et=20de=20l'acceuil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/inFranceApp/Landing.css | 5 ++--- source/components/inFranceApp/ui/Button/button.css | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/source/components/inFranceApp/Landing.css b/source/components/inFranceApp/Landing.css index e790cbce8..99b2875de 100644 --- a/source/components/inFranceApp/Landing.css +++ b/source/components/inFranceApp/Landing.css @@ -26,9 +26,8 @@ background: linear-gradient( 80deg, - rgba(39, 69, 195, 0.87) 5%, - rgba(41, 117, 209, 1) 50%, - rgba(200, 40, 120, 0.52) 100% + rgba(39, 69, 195, 0.87) 0%, + rgba(41, 117, 209, 1) 100% ); color: white; diff --git a/source/components/inFranceApp/ui/Button/button.css b/source/components/inFranceApp/ui/Button/button.css index f7451f676..96346fd1f 100644 --- a/source/components/inFranceApp/ui/Button/button.css +++ b/source/components/inFranceApp/ui/Button/button.css @@ -25,8 +25,7 @@ background: linear-gradient( 45deg, rgba(39, 69, 195, 0.87) 5%, - rgba(41, 117, 209, 1) 25%, - rgba(200, 40, 120, 0.52) 50%, + rgba(41, 117, 209, 1) 50%, rgba(255, 255, 255, 0.52) 55% ); background-size: 250%;