Use light grey colour with transparency.

This commit is contained in:
Matt-Yorkley
2019-08-04 16:58:18 +01:00
parent 0364a14073
commit d3d6921a0f
2 changed files with 4 additions and 3 deletions

View File

@@ -35,5 +35,6 @@ $med-grey: #666;
$med-drk-grey: #444;
$dark-grey: #333;
$light-grey: #ddd;
$light-grey-transparency: rgba(0, 0, 0, .1);
$black: #000;
$white: #fff;

View File

@@ -42,7 +42,7 @@ nav.top-bar {
}
.top-bar-section {
border-bottom: 1px solid $light-grey;
border-bottom: 1px solid $light-grey-transparency;
a.icon {
&:hover {
@@ -169,11 +169,11 @@ nav.top-bar {
// Mobile Menu
.tab-bar {
border-bottom: 1px solid $light-grey;
background-color: white;
border-bottom: 1px solid $light-grey-transparency;
height: 2.8em;
position: fixed;
width: 100%;
height: 2.8em;
z-index: 1;
.cart-span {