pushmenu close button

This commit is contained in:
scotty
2016-03-07 13:48:51 -08:00
parent 1fdea6039b
commit b900daf301
2 changed files with 26 additions and 13 deletions
+19 -5
View File
@@ -613,18 +613,32 @@ section
line-height: 60px line-height: 60px
background-color: #444 background-color: #444
.pi-modal-close-button .push-menu-close-button
position: absolute position: absolute
top: 10px top: 0
right: 10px right: 0
z-index: 1 width: 50px
height: 50px
&:before, &:after &:before, &:after
background-color: #222222 content: ""
position: absolute
top: calc(50% - 1px)
left: 10%
width: 80%
height: 2px
background-color: $blue
&:before
transform: rotate(45deg)
&:after
transform: rotate(-45deg)
ul ul
padding: 0 60px 0 20px padding: 0 60px 0 20px
li li
position: relative position: relative
display: block display: block
+7 -8
View File
File diff suppressed because one or more lines are too long