We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdea60 commit b900dafCopy full SHA for b900daf
_sass/_base.sass
@@ -613,18 +613,32 @@ section
613
line-height: 60px
614
background-color: #444
615
616
- .pi-modal-close-button
+ .push-menu-close-button
617
position: absolute
618
- top: 10px
619
- right: 10px
620
- z-index: 1
+ top: 0
+ right: 0
+ width: 50px
621
+ height: 50px
622
623
&:before, &:after
- 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)
637
638
639
ul
640
padding: 0 60px 0 20px
641
642
li
643
position: relative
644
display: block
0 commit comments