From: Anthony Talarico Date: Tue, 12 Mar 2019 17:21:07 +0000 (-0400) Subject: changing the off canvas colors to the new blue X-Git-Tag: v1.2.52^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1ade7aeee2bc58250954f5c2d793dbbef98d9fcf;p=WP-Themes%2Fmountpleasantwow.git changing the off canvas colors to the new blue --- 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 @@