diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 0dc1abe..e0ae39e 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -383,12 +383,8 @@ header .region-header #block-reha-connexionutilisateur { padding-left: 1rem; } } -header .region-header #block-reha-connexionutilisateur .bouton-connexion { - padding-right: 3rem; -} header .region-header #block-reha-connexionutilisateur .bouton-connexion :before { content: url(../images/noun-contact-2495375.svg); - padding-right: 1rem; } header .region-header #block-reha-connexionutilisateur .connexion { height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */ @@ -594,9 +590,6 @@ header #block-reha-views-block-current-user-block-block-1 { flex-direction: column; height: fit-content; } -header #block-reha-views-block-current-user-block-block-1 .bouton-connected { - padding-right: 3rem; -} header #block-reha-views-block-current-user-block-block-1 .bouton-connected h2 { font-size: 1rem; color: black; diff --git a/web/themes/custom/reha/dist/images/noun-contact-2495375.svg b/web/themes/custom/reha/dist/images/noun-contact-2495375.svg index c550060..26bfe3e 100644 --- a/web/themes/custom/reha/dist/images/noun-contact-2495375.svg +++ b/web/themes/custom/reha/dist/images/noun-contact-2495375.svg @@ -8,8 +8,8 @@ xml:space="preserve" id="svg3" sodipodi:docname="noun-contact-2495375.svg" - width="35" - height="34.9" + width="28" + height="27" inkscape:version="1.3 (0e150ed6c4, 2023-07-21)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" diff --git a/web/themes/custom/reha/dist/images/noun-letter-1064628.svg b/web/themes/custom/reha/dist/images/noun-letter-1064628.svg index ce1da8b..2226091 100644 --- a/web/themes/custom/reha/dist/images/noun-letter-1064628.svg +++ b/web/themes/custom/reha/dist/images/noun-letter-1064628.svg @@ -7,8 +7,8 @@ xml:space="preserve" id="svg2" sodipodi:docname="noun-letter-1064628.svg" - width="45" - height="31.5" + width="32" + height="28" inkscape:version="1.3 (0e150ed6c4, 2023-07-21)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" diff --git a/web/themes/custom/reha/scss/partials/_header.scss b/web/themes/custom/reha/scss/partials/_header.scss index c190c3e..a6d5b57 100644 --- a/web/themes/custom/reha/scss/partials/_header.scss +++ b/web/themes/custom/reha/scss/partials/_header.scss @@ -116,14 +116,14 @@ header{ } .bouton-connexion{ - padding-right: 3rem; + // padding-right: 3rem; // @media (max-width:891px) { // font-size: 0.1rem; // color: white; // } :before{ content: url(../images/noun-contact-2495375.svg); - padding-right: 1rem; + // padding-right: 1rem; } } @@ -335,7 +335,7 @@ header{ grid-column: 9; width: 400px; .bouton-connected{ - padding-right: 3rem; + // padding-right: 3rem; h2{ // width: fit-content; font-size: 1rem;