fixing driving directions button color
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Mar 2019 20:38:59 +0000 (16:38 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Mar 2019 20:38:59 +0000 (16:38 -0400)
css/app.css
header.php
scss/plugins/_glm-member-db-events.scss
style.css

index e709496..6d9ea66 100644 (file)
@@ -7749,7 +7749,10 @@ h2#slide-text {
   height: 30px;
   border-radius: 3px; }
 #glm-event-wrapper #EventDrivingDirectionSubmit {
-  margin-left: 0px; }
+  margin-left: 0px;
+  background: #16345B;
+  color: #54BB54;
+  font-weight: bold; }
 
 #glm-member-detail-packages-container .package-title a {
   color: #1479b0; }
index 4793ccc..ef4c2e4 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.59">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.60">
       <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
index 4eb47ea..21f0c2b 100644 (file)
@@ -141,5 +141,8 @@ span#eventShare.st_sharethis,
 }
     #EventDrivingDirectionSubmit {
         margin-left: 0px;
+        background: $revamp-blue;
+        color: $revamp-green;
+        font-weight: bold;
     }
 }
\ No newline at end of file
index aa5baf6..8538051 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MountPleasantCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MountPleasantCVB
-Version: 1.2.59
+Version: 1.2.60
 */