From 9d579763ff647d11af2f35d974f25259d6cbbd83 Mon Sep 17 00:00:00 2001 From: scotty Date: Mon, 7 Mar 2016 14:43:43 -0800 Subject: [PATCH] simple pushnav styles --- _sass/_base.sass | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/_sass/_base.sass b/_sass/_base.sass index 46d56ecf5b..c8c4c523d0 100644 --- a/_sass/_base.sass +++ b/_sass/_base.sass @@ -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