Add mobile menu to component and stylistic fix

This commit is contained in:
Moris Zen
2018-06-30 13:59:46 +02:00
parent 9eaa57b2b3
commit fe306ab517
2 changed files with 9 additions and 2 deletions

View File

@@ -1,11 +1,10 @@
.menu_icon [class*='menu_bar-'] {
background: #000;
display: block;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.2s ease all;
transition: 0.2s ease all;
height: 2px;
height: 0.17rem;
margin-bottom: 0.3rem;
}