Update menu formatting

This commit is contained in:
Alex Liebowitz 2017-01-09 03:26:48 -05:00
parent 0560f13ec4
commit 78cb69a5ef
2 changed files with 7 additions and 1 deletions

View file

@ -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;

View file

@ -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 {