From 4dd6042aca4ba7b4452e88873de62a7a82e110f9 Mon Sep 17 00:00:00 2001 From: David Soulayrol Date: Thu, 5 May 2022 22:25:27 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9veloppement=20du=20menu=20en=20t=C3=AAte?= =?UTF-8?q?=20de=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Lien vers le blog (actualités). - Lien vers le wiki. - Lien vers le statut des services (fix #1). --- assets/production/css/style.css | 35 +++++++++++++++++++-------------- layouts/base.njk | 13 ++++++++++-- 2 files changed, 31 insertions(+), 17 deletions(-) diff --git a/assets/production/css/style.css b/assets/production/css/style.css index 31e622d..6a8966d 100644 --- a/assets/production/css/style.css +++ b/assets/production/css/style.css @@ -83,19 +83,6 @@ abbr { display: inline-block; } -.button-members { - padding: 8px 24px; - background: #05b; - color: #fff; - text-transform: uppercase; - text-decoration: none; - font-size: 12.8px; - font-weight: bold; - border-radius: 0 0 24px 24px; - line-height: 24px; - display: inline-block; -} - .tac { text-align: center; } @@ -135,15 +122,33 @@ menu { } .LogoContainer, -.Menu-Items { +.menu-item { height: 30%; display: inline-block; font-size: 16px; vertical-align: middle; } -.Menu-Items { +.menu-item { float: right; + margin-left: 2em; +} + +.menu-button { + padding: 8px 24px; + background: #05b; + color: #fff; + text-transform: uppercase; + text-decoration: none; + font-size: 12.8px; + font-weight: bold; + border-radius: 0 0 24px 24px; + line-height: 24px; + display: inline-block; +} + +.menu-button-login { + background: #2eae2e; } .Hero { diff --git a/layouts/base.njk b/layouts/base.njk index fd4163c..fefe5c9 100644 --- a/layouts/base.njk +++ b/layouts/base.njk @@ -21,8 +21,17 @@ {% endif %} - + + +