feat: Ajout de style pour le bouton menu en mobile
This commit is contained in:
parent
75f63b42b2
commit
33cb348efd
|
@ -20,6 +20,16 @@ body
|
||||||
color: $color-primary
|
color: $color-primary
|
||||||
background-color: $color-secondary
|
background-color: $color-secondary
|
||||||
|
|
||||||
|
.open-button, .close-button
|
||||||
|
border-radius: 0
|
||||||
|
border: 1px solid white
|
||||||
|
padding: .2rem .5rem
|
||||||
|
cursor: pointer
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
color: white
|
||||||
|
|
||||||
|
|
||||||
.md p
|
.md p
|
||||||
img
|
img
|
||||||
margin: 3rem auto
|
margin: 3rem auto
|
||||||
|
|
Loading…
Reference in New Issue