Un peu de CSS

This commit is contained in:
Sébastien André
2019-10-09 16:04:14 +02:00
parent 2f59760cc1
commit 2688b66825
6 changed files with 80 additions and 16 deletions

View File

@@ -0,0 +1,17 @@
.hamburger__icon {
position: relative;
z-index: 50;
height: 1rem;
/*padding: 0.5rem 1.5rem;*/
margin-right: 1rem;
cursor: pointer;
fill: #ffff;
}
.side-menu-disactive {
display: none !important;
}
.side-menu-active {
display: '' !important;
}