Add styling and restructure of markup

This commit is contained in:
Moris Zen
2018-07-03 10:52:51 +02:00
parent e5287ac835
commit 602e556a1c
8 changed files with 413 additions and 495 deletions

View File

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