From 6859cd9a595ca24c2a6b07b06c315871a1ed7331 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Thu, 14 Jan 2016 08:25:57 -0800 Subject: menu and node display UI tweaks --- app/assets/sass/_menu.scss | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'app/assets/sass/_menu.scss') diff --git a/app/assets/sass/_menu.scss b/app/assets/sass/_menu.scss index 66394ed..baf03b9 100644 --- a/app/assets/sass/_menu.scss +++ b/app/assets/sass/_menu.scss @@ -3,7 +3,7 @@ $menu-toggle-height: 45px; .menu { width: 190px; - height: 230px; + height: 240px; position: absolute; font-size: $font-size-sm; top: $menu-offset - 5; @@ -18,7 +18,7 @@ $menu-toggle-height: 45px; header { h3 { padding-top: $padding-lg; - margin-bottom: $padding-lg * 2; + margin-bottom: $padding-base; font-size: round($font-size-base * 1.2); font-weight: 600; line-height: 2; @@ -36,16 +36,16 @@ $menu-toggle-height: 45px; } &-toggle { - font-size: round($font-size-lg * 1.5); + font-size: round($font-size-lg * 1.3); float: left; - padding-left: $padding-lg; + padding-left: $padding-base; line-height: 2; cursor: pointer; } &-hidden { - width: 50px; - height: 50px; + width: $menu-toggle-height; + height: $menu-toggle-height; border-top-right-radius: 50%; border-bottom-right-radius: 50%; @@ -54,11 +54,3 @@ $menu-toggle-height: 45px; } } } - -.menu button { - border: 1px solid #fff; - background-color: #544D4D; - color: #fff; - padding: 2px; - border-radius: 3px; -} -- cgit v1.2.3