Skip to content

Commit b900daf

Browse files
author
scotty
committed
pushmenu close button
1 parent 1fdea60 commit b900daf

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

_sass/_base.sass

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -613,18 +613,32 @@ section
613613
line-height: 60px
614614
background-color: #444
615615

616-
.pi-modal-close-button
616+
.push-menu-close-button
617617
position: absolute
618-
top: 10px
619-
right: 10px
620-
z-index: 1
618+
top: 0
619+
right: 0
620+
width: 50px
621+
height: 50px
621622

622623
&:before, &:after
623-
background-color: #222222
624+
content: ""
625+
position: absolute
626+
top: calc(50% - 1px)
627+
left: 10%
628+
width: 80%
629+
height: 2px
630+
background-color: $blue
631+
632+
&:before
633+
transform: rotate(45deg)
634+
635+
&:after
636+
transform: rotate(-45deg)
624637

625638

626639
ul
627640
padding: 0 60px 0 20px
641+
628642
li
629643
position: relative
630644
display: block

0 commit comments

Comments
 (0)