simple pushnav styles

This commit is contained in:
scotty
2016-03-07 14:43:43 -08:00
parent 9b12f3ea6f
commit 9d579763ff
+10 -8
View File
@@ -619,10 +619,10 @@ section
content: "" content: ""
position: absolute position: absolute
top: calc(50% - 1px) top: calc(50% - 1px)
left: 10% left: 25%
width: 80% width: 50%
height: 2px height: 2px
background-color: $blue background-color: black
&:before &:before
transform: rotate(45deg) transform: rotate(45deg)
@@ -632,20 +632,22 @@ section
ul ul
padding: 0 60px 0 20px margin-top: 25px
li li
position: relative position: relative
display: block display: block
width: 100% width: 100%
min-height: 44px min-height: 45px
padding: 0 60px 0 20px
border-bottom: 1px solid #cccccc
a a
display: inline-block display: inline-block
width: 100% width: 100%
height: 44px height: 45px
line-height: 44px line-height: 45px
font-weight: bold font-family: "Roboto", sans-serif
font-size: 20px font-size: 20px
color: $blue color: $blue