From e885cdcf68942287a098850f6c780c7dac05f227 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 25 Jun 2024 16:45:37 +0200 Subject: [PATCH] croix connection --- web/themes/custom/reha/dist/css/bundle.css | 2 +- web/themes/custom/reha/scss/partials/_header.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 947ba6e..0dc1abe 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -424,7 +424,7 @@ header .region-header #block-reha-connexionutilisateur .connexion .connexion-ful } } header .region-header #block-reha-connexionutilisateur .connexion .connexion-full .titre { - width: 100%; + width: 90%; position: relative; } header .region-header #block-reha-connexionutilisateur .connexion .connexion-full .titre ::after { diff --git a/web/themes/custom/reha/scss/partials/_header.scss b/web/themes/custom/reha/scss/partials/_header.scss index 0f6eb8c..c190c3e 100644 --- a/web/themes/custom/reha/scss/partials/_header.scss +++ b/web/themes/custom/reha/scss/partials/_header.scss @@ -167,7 +167,7 @@ header{ } .titre{ - width: 100%; + width: 90%; position: relative; ::after{ position: relative;