diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 43ee1ee..827d3ae 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -270,6 +270,8 @@ header { header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul .request-password-link { margin-bottom: 4rem; font-size: 1rem; } + header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul .request-password-link:hover { + text-decoration: #fdc300 underline; } header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul li p { font-style: italic; font-size: 0.9rem; diff --git a/web/themes/custom/reha/scss/partials/_header.scss b/web/themes/custom/reha/scss/partials/_header.scss index 066f320..f99d342 100644 --- a/web/themes/custom/reha/scss/partials/_header.scss +++ b/web/themes/custom/reha/scss/partials/_header.scss @@ -107,12 +107,17 @@ header{ .request-password-link{ margin-bottom: 4rem; font-size: 1rem; + } + .request-password-link:hover{ + text-decoration: $yellow-puca underline; + } li p{ font-style: italic; font-size: 0.9rem; padding-top: 1rem; } + } ul:first-of-type{