From 85b67b4a2d086fd33693c1c06e4b7c75a2a2e941 Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 4 May 2023 23:42:11 +0200 Subject: [PATCH] feat: Simplification du logo --- assets/styles/header.sass | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/assets/styles/header.sass b/assets/styles/header.sass index 84f53a9..0286312 100644 --- a/assets/styles/header.sass +++ b/assets/styles/header.sass @@ -41,23 +41,13 @@ justify-content: space-between .logo - $size-border-logo: 20px position: relative - padding-left: $size-border-logo z-index: 20 - margin-right: 40px - - &::after - position: absolute - content: "" - top: -$size-border-logo - bottom: -$size-border-logo - left: 0 - right: -$size-border-logo - background-color: white - z-index: 10 + margin: -1rem 1rem -1rem 0 + background: white a + margin: 1rem display: block img @@ -94,6 +84,7 @@ padding: 1rem width: max-content box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px + z-index: 10 a color: $vert