From 705084a54c09e9cac7d5ae6ab5fca71abfa8f7f4 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 1 May 2019 13:20:40 -0400 Subject: [PATCH] Adjust footer action item blocks background color --- css/app.css | 4 ++-- scss/plugins/_blocks.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 5bcada2..1f541ba 100644 --- a/css/app.css +++ b/css/app.css @@ -6994,14 +6994,14 @@ body .off-canvas-wrap .county-landing-page-template #header-crowdriff .loadMore #footer-blocks { display: flex; - background: #1c1c1c; } + background: #696969; } @media only screen and (min-width:0em) and (max-width:64em) { #footer-blocks { flex-direction: column; align-items: center; } } #footer-blocks .footer-block-container { padding: 0 10px; - background: #1c1c1c; + background: #696969; position: relative; flex: 1; width: 100%; } diff --git a/scss/plugins/_blocks.scss b/scss/plugins/_blocks.scss index 41f7e17..d01be19 100644 --- a/scss/plugins/_blocks.scss +++ b/scss/plugins/_blocks.scss @@ -3,7 +3,7 @@ } #footer-blocks { display: flex; - background: #1c1c1c; + background: #696969; @media #{$medium-down} { flex-direction: column; align-items: center; -- 2.17.1