From d73afc47604571a4f5f9a4ec9a28ee9ffe448be3 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 18 Nov 2014 20:42:31 -0600 Subject: [PATCH] Adjustments to hamburger menu button --- sass/_project-sass/_project-Header.scss | 30 ++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index e4450bea..01cea8ca 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -219,21 +219,6 @@ } } -.small-Nav{ - background:#30424B; - display:none; - position:fixed; - right:0; - top:0; - width:50px; - z-index:9999; - - @media (max-device-width:480px), screen and (max-width:800px){ - display:block - } -} - - // Top nav area .header-Nav{ background:#5e95a1; @@ -288,6 +273,21 @@ &.selected, &:active{background:#528995; text-decoration:underline} } + a.small-Nav{ + display:none; + position:fixed; + right:0; + top:0; + width:50px; + height:36px; + z-index:9999; + padding: 5px 12px 0px 12px; + + @media (max-device-width:480px), screen and (max-width:800px){ + display:block; + } + } + .notification-value { background: $c-Brand-1; padding: 2px 5px;