finally got the collor changes right
authorIan Weller <ian@gaslightmedia.com>
Wed, 9 Mar 2016 18:07:36 +0000 (13:07 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 9 Mar 2016 18:07:36 +0000 (13:07 -0500)
css/app.css
scss/_main.scss

index fc716bd..fe14acf 100644 (file)
@@ -6941,6 +6941,8 @@ header {
   background: #2c296d; }
   #glm-event-wrapper ul.pricing-table li.title a {
     color: #FFFFFF; }
+#glm-event-wrapper button {
+  background-color: #db1f5d; }
 
 .edit-wrapper {
   position: relative;
index 269f5be..96f72ab 100644 (file)
             }
         }
     }
+    button {
+        background-color: $pink;
+    }
 }
     
 .edit-wrapper {