From 78cb69a5eff8ec38c33b7fc91733c053909b5c75 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Mon, 9 Jan 2017 03:26:48 -0500 Subject: [PATCH] Update menu formatting --- scss/_global.scss | 1 + scss/_gui.scss | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/scss/_global.scss b/scss/_global.scss index ad5854a36..50b6c44c8 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -8,6 +8,7 @@ $color-text-dark: #000; $color-help: rgba(0,0,0,.6); $color-canvas: #f5f5f5; $color-bg: #ffffff; +$color-bg-alt: #D9D9D9; $color-money: #216C2A; $color-meta-light: #505050; diff --git a/scss/_gui.scss b/scss/_gui.scss index a131f0c2d..cf5f72de0 100644 --- a/scss/_gui.scss +++ b/scss/_gui.scss @@ -194,7 +194,7 @@ input[type="text"], input[type="search"] } .button-alt { - background-color: rgba(0,0,0,.15); + background-color: $color-bg-alt; box-shadow: $default-box-shadow; padding: 0 12px; } @@ -398,7 +398,12 @@ input[type="text"], input[type="search"] } .menu { + position: fixed; white-space: nowrap; + background-color: $color-bg-alt; + box-shadow: $default-box-shadow; + padding: $spacing-vertical; + border-radius: 2px; } .menu__menu-item {