From 58a7c1f2aa511b1e2150d7d6fa1b164a83ba51dd Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Wed, 4 Mar 2015 21:25:37 -0800 Subject: [PATCH] mobile button styles --- public/resources/css/module/_side-nav.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/resources/css/module/_side-nav.scss b/public/resources/css/module/_side-nav.scss index 55e846f7cf..f46141f759 100644 --- a/public/resources/css/module/_side-nav.scss +++ b/public/resources/css/module/_side-nav.scss @@ -58,6 +58,13 @@ background: darken($tin, 5%); color: $snow; padding-right: $unit * 4; + display: none; + + @media handheld and (max-width: $phone-breakpoint), + screen and (max-device-width: $phone-breakpoint), + screen and (max-width: $tablet-breakpoint) { + display: inline-block; + } .icon { position: absolute;