1. new look of the mobile menu

2. fix bugs
This commit is contained in:
hwy0127@gmail.com
2019-06-26 16:23:08 +08:00
parent 6b07467dc6
commit 6656cb8c6f
24 changed files with 408 additions and 221 deletions

View File

@@ -85,11 +85,11 @@ hr
&:before
position: absolute
top: -10px
top: $hr-icon-top
left: 5%
z-index: 1
color: $light-blue
content: "\f0c4"
content: $hr-icon
font: normal normal normal 14px / 1 FontAwesome
font-size: 20px
transition: all 1s ease-in-out
@@ -349,6 +349,6 @@ table
display: block !important
.fireworks
position: fixed;
z-index: -1;
pointer-events: none;
position: fixed
z-index: -1
pointer-events: none