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; +} +