Skip to content
Snippets Groups Projects
Commit db3d1d50 authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[FIX] navbar hamburger

parent be559866
No related branches found
No related tags found
2 merge requests!607Pirati.cz,!575Feature/pirati cz
Pipeline #9595 passed
......@@ -81,22 +81,20 @@
.bar1, .bar2, .bar3 {
width: 35px;
height: 5px;
height: 2px;
background-color: white;
margin: 6px 0;
transition: 0.4s;
}
#menuToggle:checked + label .bar1 {
-webkit-transform: rotate(45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-3px, 4px);
background-color: black;
}
#menuToggle:checked + label .bar2 {opacity: 0;}
#menuToggle:checked + label .bar3 {
-webkit-transform: rotate(-45deg) translate(-8px, -8px);
transform: rotate(45deg) translate(-8px, -8px);
background-color: black;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment