feat: Simplification du logo
continuous-integration/drone Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2023-05-04 23:42:11 +02:00
parent f12cfce40b
commit 85b67b4a2d
1 changed files with 4 additions and 13 deletions

View File

@ -41,23 +41,13 @@
justify-content: space-between justify-content: space-between
.logo .logo
$size-border-logo: 20px
position: relative position: relative
padding-left: $size-border-logo
z-index: 20 z-index: 20
margin-right: 40px margin: -1rem 1rem -1rem 0
background: white
&::after
position: absolute
content: ""
top: -$size-border-logo
bottom: -$size-border-logo
left: 0
right: -$size-border-logo
background-color: white
z-index: 10
a a
margin: 1rem
display: block display: block
img img
@ -94,6 +84,7 @@
padding: 1rem padding: 1rem
width: max-content width: max-content
box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px
z-index: 10
a a
color: $vert color: $vert