From 191e1372c277ca16a75d5ac1e9a71aa928e1e71b Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 23 Aug 2019 11:34:12 -0400 Subject: [PATCH] Remove reservation widget from header, fix js, adjust styles --- footer.php | 52 +++++++++++++++++++++++++----- front-page.php | 6 ++++ header.php | 5 +-- parts/reservation-form-content.php | 2 +- scss/_page.header.scss | 5 +-- 5 files changed, 55 insertions(+), 15 deletions(-) diff --git a/footer.php b/footer.php index e0676a6..38d7da1 100644 --- a/footer.php +++ b/footer.php @@ -92,6 +92,8 @@ + + diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 9ab57fb..9e42ea7 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -198,11 +198,12 @@ header { } #resContent { //display: none; - background: rgb(115, 191, 69); + background: #eaeaea; //width: 350px; position: relative; display: block; - height: 52px; + height: auto; + padding: 40px; border: 2px solid white; // box-shadow: 0 6px 5px -2px gray; -webkit-box-shadow: 3px 3px 6px lighten($black, 5%); -- 2.17.1