Update menu formatting
This commit is contained in:
parent
0560f13ec4
commit
78cb69a5ef
2 changed files with 7 additions and 1 deletions
|
@ -8,6 +8,7 @@ $color-text-dark: #000;
|
||||||
$color-help: rgba(0,0,0,.6);
|
$color-help: rgba(0,0,0,.6);
|
||||||
$color-canvas: #f5f5f5;
|
$color-canvas: #f5f5f5;
|
||||||
$color-bg: #ffffff;
|
$color-bg: #ffffff;
|
||||||
|
$color-bg-alt: #D9D9D9;
|
||||||
$color-money: #216C2A;
|
$color-money: #216C2A;
|
||||||
$color-meta-light: #505050;
|
$color-meta-light: #505050;
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,7 @@ input[type="text"], input[type="search"]
|
||||||
}
|
}
|
||||||
.button-alt
|
.button-alt
|
||||||
{
|
{
|
||||||
background-color: rgba(0,0,0,.15);
|
background-color: $color-bg-alt;
|
||||||
box-shadow: $default-box-shadow;
|
box-shadow: $default-box-shadow;
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
}
|
}
|
||||||
|
@ -398,7 +398,12 @@ input[type="text"], input[type="search"]
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
|
position: fixed;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
background-color: $color-bg-alt;
|
||||||
|
box-shadow: $default-box-shadow;
|
||||||
|
padding: $spacing-vertical;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu__menu-item {
|
.menu__menu-item {
|
||||||
|
|
Loading…
Add table
Reference in a new issue