From 1aea1a717978f06a8f81f411a9a3a9ae7bb23942 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 28 Nov 2023 12:43:40 +0100 Subject: [PATCH] css form connexion --- web/themes/custom/reha/css/reha.css | 1 - web/themes/custom/reha/scss/partials/_header.scss | 7 ++----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 3a52e52..f5a497a 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -341,7 +341,6 @@ header { header .titre { display: inline-flex; font-weight: 800; - font-size: 1.8rem; position: relative; } header .titre ::after { content: url(../images/noun-cross-1151731.svg); diff --git a/web/themes/custom/reha/scss/partials/_header.scss b/web/themes/custom/reha/scss/partials/_header.scss index e3f5005..e82e270 100644 --- a/web/themes/custom/reha/scss/partials/_header.scss +++ b/web/themes/custom/reha/scss/partials/_header.scss @@ -93,10 +93,7 @@ header{ margin-top: 0; margin-bottom: 4rem; padding-bottom: 4rem; - - li{ - // margin-bottom: 3rem; - } + .create-account-link{ display: none; } @@ -227,7 +224,7 @@ header{ .titre{ display: inline-flex; font-weight: 800; - font-size: 1.8rem; + // font-size: 1.8rem; position: relative; // margin-top: 2rem; ::after{