feat: Simplification du logo
This commit is contained in:
parent
f12cfce40b
commit
85b67b4a2d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue