From 93c0e27b8373adc729d35c4b287d708cd9229cd2 Mon Sep 17 00:00:00 2001 From: Alexel Date: Tue, 8 Aug 2023 17:25:41 -0400 Subject: [PATCH] =?UTF-8?q?tentative=20d'affichage=20de=20l'ic=C3=B4ne=20h?= =?UTF-8?q?amburger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/header.css | 11 +++++++++-- templates/html/header.gohtml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/public/css/header.css b/public/css/header.css index b947751..bc543c4 100644 --- a/public/css/header.css +++ b/public/css/header.css @@ -18,12 +18,19 @@ cursor: pointer; } + .headerMenuHamburger{ + fill: #394596; + height: 100px; + width: 100px; + + } + /* Le header s'affiche en menu hamburger pour les breakpoints téléphone et tablette */ @media screen and (max-width: 576px) { .headerMenuElement{ display: none; } - .hamburgerMenuIcon{ + .headerMenuHamburger{ display: block; } } @@ -32,7 +39,7 @@ .headerMenuElement{ display: none; } - .hamburgerMenuIcon{ + .headerMenuHamburger{ display: block; } } diff --git a/templates/html/header.gohtml b/templates/html/header.gohtml index 3be591c..e9a1b52 100644 --- a/templates/html/header.gohtml +++ b/templates/html/header.gohtml @@ -2,7 +2,7 @@