From ce0e361b3c1f51a0e3827dbae7de7de6207b12f1 Mon Sep 17 00:00:00 2001 From: Darius BERTRAND Date: Wed, 4 Jan 2023 15:26:01 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Site=20Web/client/?= =?UTF-8?q?src/styles/component/=5FconfigurationDuProfil.scss'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...rofil.scss => _configurationDuProfil.scss} | 24 +++++++++++++++---- 1 file changed, 19 insertions(+), 5 deletions(-) rename Site Web/client/src/styles/component/{ConfigurationDuProfil.scss => _configurationDuProfil.scss} (65%) diff --git a/Site Web/client/src/styles/component/ConfigurationDuProfil.scss b/Site Web/client/src/styles/component/_configurationDuProfil.scss similarity index 65% rename from Site Web/client/src/styles/component/ConfigurationDuProfil.scss rename to Site Web/client/src/styles/component/_configurationDuProfil.scss index 57307a88..ee1c7b3f 100644 --- a/Site Web/client/src/styles/component/ConfigurationDuProfil.scss +++ b/Site Web/client/src/styles/component/_configurationDuProfil.scss @@ -15,19 +15,23 @@ display: flex; flex-direction: column; padding-left:5%; - width: 88%; font-size: medium; + } span{ - margin: 1%; + + margin-bottom: 4%; } -.imageDeProfil{ +.imageDeProfilConfiguration{ width: 15%; + +} +.imageDeProfilConfiguration:hover{ + filter: blur(1px); } - .accesDossiersPerso{ display: flex; align-items: row; @@ -39,5 +43,15 @@ span{ input{ - margin-right: 0.5%; + margin-bottom: 2%; +} + +.accesDossiersPerso{ + display: flex; + } + +.textAccesDossiersPerso{ + margin-left:18px; +} +