event search buttons changed along with shortcuts
authorIan Weller <ian@gaslightmedia.com>
Wed, 9 Mar 2016 17:35:51 +0000 (12:35 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 9 Mar 2016 17:35:51 +0000 (12:35 -0500)
css/app.css
scss/_main.scss

index 1d29be5..fc716bd 100644 (file)
@@ -6931,6 +6931,17 @@ header {
     .page-inside #content-wrapper .action-item {
       margin: 30px 0; } }
 
+#glm-event-wrapper h1 {
+  font-size: 1.5rem; }
+#glm-event-wrapper #glm-events-search-form form input.button.radius {
+  background-color: #db1f5d; }
+#glm-event-wrapper #glm-events-shortcuts ul.stack.button-group li a.button {
+  background-color: #57b649; }
+#glm-event-wrapper ul.pricing-table li.title {
+  background: #2c296d; }
+  #glm-event-wrapper ul.pricing-table li.title a {
+    color: #FFFFFF; }
+
 .edit-wrapper {
   position: relative;
   z-index: 1;
index 052b4cb..269f5be 100644 (file)
         }
     }
 }
+#glm-event-wrapper {
+    h1 {
+        font-size: 1.5rem;
+    }
+    #glm-events-search-form {
+        form {
+            input.button.radius {
+                background-color: $pink;
+            }
+        }
+        
+    }
+    #glm-events-shortcuts {
+        ul.stack.button-group {
+            li {
+                a.button {
+                    background-color: $green;
+                }
+            }
+        }
+    }
+    ul.pricing-table {
+        li.title {
+            background: $purple;
+            a {
+                color: $white;
+            }
+        }
+    }
+}
     
 .edit-wrapper {
     position: relative;