changing the off canvas colors to the new blue
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 12 Mar 2019 17:21:07 +0000 (13:21 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 12 Mar 2019 17:21:07 +0000 (13:21 -0400)
css/app.css
parts/off-canvas-menu.php
scss/_revamp-styles.scss
scss/_settings.scss

index 7ae35e9..fcfab2f 100644 (file)
@@ -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; }
index cff2164..84c2659 100644 (file)
@@ -6,7 +6,7 @@
     <?php mountpleasantcvb_mobile_off_canvas(); ?>
     <form role="search" method="get" id="formsearch" action="<?php echo home_url('/'); ?>">
         <input class="search-input" type="search" placeholder="SEARCH" value="" name="s" id="off-search">
-        <input type="submit" class="button" name="submit" value="Search">
+        <input class="oc-submit-button" type="submit" class="button" name="submit" value="Search">
     </form>
     <?php get_template_part('parts/client-info-offcanvas');?>
     <ul class="offcavas-social-list">
index 754ce9a..37e4aae 100644 (file)
@@ -52,4 +52,13 @@ body{
         font-size: 12px;
         padding: 2px 0;
     }
+    .oc-submit-button{
+        background: $revamp-green;
+        color: white;
+        border: none;
+        padding: 15px;
+        display: block;
+        margin: 0 auto;
+        max-width: 200px;
+    }
 }
\ No newline at end of file
index 5bf17b2..fef0f4d 100644 (file)
@@ -857,7 +857,7 @@ $tabbar-color: $revamp-blue;
 
 // Off Canvas Menu Variables
 // $off-canvas-width: rem-calc(250);
- $off-canvas-bg: $maroon;
+ $off-canvas-bg: $revamp-blue;
 
 // Off Canvas Menu List Variables
 // $off-canvas-label-padding: 0.3rem rem-calc(15);