From 45feca0c1086dc80d0d358da44f37c8a36d027fd Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 1 Dec 2020 11:36:33 +0100 Subject: [PATCH] ajout et relookage du bouton connexion --- css/_sq_balint.scss | 8 ++++---- css/mon_site.css | 6 +++--- footer/dist.html | 5 +++++ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index b0004f3..1c1912e 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -723,12 +723,12 @@ body{ } .btn.bouton-login{ - background: $couleur-liens; + background: $fond-transparent; border-radius: 0.2rem; - color: #333 !important; + color: black; &:hover{ - color: black; - background-color: $page-active; + color: white; + background-color: $couleur-liens; } } diff --git a/css/mon_site.css b/css/mon_site.css index deb414c..221334c 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -12699,13 +12699,13 @@ body { } .btn.bouton-login { - background: #C84227; + background: rgba(255, 255, 255, 0.92); border-radius: 0.2rem; - color: #333 !important; + color: black; } .btn.bouton-login:hover { - color: black; + color: white; background-color: #C84227; } diff --git a/footer/dist.html b/footer/dist.html index 526e1b0..10a8702 100644 --- a/footer/dist.html +++ b/footer/dist.html @@ -97,6 +97,11 @@ if (!isset($GLOBALS['visiteur_session']['id_auteur'])) { ?>