simple pushnav styles
This commit is contained in:
+10
-8
@@ -619,10 +619,10 @@ section
|
||||
content: ""
|
||||
position: absolute
|
||||
top: calc(50% - 1px)
|
||||
left: 10%
|
||||
width: 80%
|
||||
left: 25%
|
||||
width: 50%
|
||||
height: 2px
|
||||
background-color: $blue
|
||||
background-color: black
|
||||
|
||||
&:before
|
||||
transform: rotate(45deg)
|
||||
@@ -632,20 +632,22 @@ section
|
||||
|
||||
|
||||
ul
|
||||
padding: 0 60px 0 20px
|
||||
margin-top: 25px
|
||||
|
||||
li
|
||||
position: relative
|
||||
display: block
|
||||
width: 100%
|
||||
min-height: 44px
|
||||
min-height: 45px
|
||||
padding: 0 60px 0 20px
|
||||
border-bottom: 1px solid #cccccc
|
||||
|
||||
a
|
||||
display: inline-block
|
||||
width: 100%
|
||||
height: 44px
|
||||
line-height: 44px
|
||||
font-weight: bold
|
||||
height: 45px
|
||||
line-height: 45px
|
||||
font-family: "Roboto", sans-serif
|
||||
font-size: 20px
|
||||
color: $blue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user