From 1ade7aeee2bc58250954f5c2d793dbbef98d9fcf Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 12 Mar 2019 13:21:07 -0400 Subject: [PATCH] changing the off canvas colors to the new blue --- css/app.css | 26 +++++++++++++++++--------- parts/off-canvas-menu.php | 2 +- scss/_revamp-styles.scss | 9 +++++++++ scss/_settings.scss | 2 +- 4 files changed, 28 insertions(+), 11 deletions(-) diff --git a/css/app.css b/css/app.css index 7ae35e9..fcfab2f 100644 --- a/css/app.css +++ b/css/app.css @@ -5494,7 +5494,7 @@ blockquote, blockquote p { .left-off-canvas-menu { -webkit-backface-visibility: hidden; - background: #690433; + background: #16345B; bottom: 0; box-sizing: content-box; -webkit-overflow-scrolling: touch; @@ -5517,7 +5517,7 @@ blockquote, blockquote p { .right-off-canvas-menu { -webkit-backface-visibility: hidden; - background: #690433; + background: #16345B; bottom: 0; box-sizing: content-box; -webkit-overflow-scrolling: touch; @@ -5540,7 +5540,7 @@ blockquote, blockquote p { .top-off-canvas-menu { -webkit-backface-visibility: hidden; - background: #690433; + background: #16345B; bottom: 0; box-sizing: content-box; -webkit-overflow-scrolling: touch; @@ -5564,7 +5564,7 @@ blockquote, blockquote p { .bottom-off-canvas-menu { -webkit-backface-visibility: hidden; - background: #690433; + background: #16345B; bottom: 0; box-sizing: content-box; -webkit-overflow-scrolling: touch; @@ -5602,7 +5602,7 @@ ul.off-canvas-list { padding: 0.3rem 0.9375rem; text-transform: uppercase; } ul.off-canvas-list li a { - border-bottom: 0px solid #4f0326; + border-bottom: 0px solid #102744; color: #ffc742; display: block; padding: 0.6666666667rem; @@ -5862,7 +5862,7 @@ ul.off-canvas-list { .left-submenu { -webkit-backface-visibility: hidden; -webkit-overflow-scrolling: touch; - background: #690433; + background: #16345B; bottom: 0; box-sizing: content-box; margin: 0; @@ -5913,7 +5913,7 @@ ul.off-canvas-list { .right-submenu { -webkit-backface-visibility: hidden; -webkit-overflow-scrolling: touch; - background: #690433; + background: #16345B; bottom: 0; box-sizing: content-box; margin: 0; @@ -5964,7 +5964,7 @@ ul.off-canvas-list { .top-submenu { -webkit-backface-visibility: hidden; -webkit-overflow-scrolling: touch; - background: #690433; + background: #16345B; bottom: 0; box-sizing: content-box; margin: 0; @@ -6012,7 +6012,7 @@ ul.off-canvas-list { .bottom-submenu { -webkit-backface-visibility: hidden; -webkit-overflow-scrolling: touch; - background: #690433; + background: #16345B; bottom: 0; box-sizing: content-box; margin: 0; @@ -8680,3 +8680,11 @@ body .glm-submit-logo { text-align: center; font-size: 12px; padding: 2px 0; } +body .oc-submit-button { + background: #54BB54; + color: white; + border: none; + padding: 15px; + display: block; + margin: 0 auto; + max-width: 200px; } diff --git a/parts/off-canvas-menu.php b/parts/off-canvas-menu.php index cff2164..84c2659 100644 --- a/parts/off-canvas-menu.php +++ b/parts/off-canvas-menu.php @@ -6,7 +6,7 @@