pushmenu close button
This commit is contained in:
+19
-5
@@ -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
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user