Add padding for member page
authorLaury GvR <laury@gaslightmedia.com>
Tue, 26 Jan 2016 17:04:48 +0000 (12:04 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 26 Jan 2016 17:04:48 +0000 (12:04 -0500)
Gruntfile.js
css/app.css
scss/_plugins.scss
scss/plugins/_memberdb.scss [new file with mode: 0644]

index 4c513e7..90ab2eb 100644 (file)
@@ -5,7 +5,7 @@ module.exports = function(grunt) {
     sass: {
       options: {
         includePaths: ['bower_components/foundation/scss'],
-        sourceMap: true
+        sourceMap: false
       },
       dist: {
         options: {
index 55d566f..7f7c163 100644 (file)
@@ -6913,6 +6913,15 @@ main.page-inside {
 .ai1ec-calendar-title, .ai1ec-calendar-title-short {
   font-size: 9px !important; }
 
+#page-wrapper .glm-member-title a {
+  color: #92a682; }
+#page-wrapper .package-title a {
+  color: #622004; }
+#page-wrapper .glm-member-list-active-info {
+  padding-top: 0px; }
+#page-wrapper #glm-front-content-container {
+  padding: 20px 0; }
+
 #front {
   padding: 20px; }
   #front .row.collapse h1 {
@@ -7728,5 +7737,4 @@ p.dateLabel {
 #kidsOff, #adultsOff {
   margin-top: 0px; }
 
-/* End Mobile Menu */
-/*# sourceMappingURL=app.css.map */
\ No newline at end of file
+/* End Mobile Menu */
\ No newline at end of file
index 0c51822..8d51dc5 100644 (file)
@@ -1,2 +1,3 @@
   @import "plugins/nextgen";
-  @import "plugins/ai1ec";
\ No newline at end of file
+  @import "plugins/ai1ec";
+  @import "plugins/memberdb";
\ No newline at end of file
diff --git a/scss/plugins/_memberdb.scss b/scss/plugins/_memberdb.scss
new file mode 100644 (file)
index 0000000..bf804db
--- /dev/null
@@ -0,0 +1,14 @@
+#page-wrapper {
+    .glm-member-title a {
+        color: #92a682;
+    }
+    .package-title a {
+        color: #622004;
+    }
+    .glm-member-list-active-info {
+        padding-top: 0px;
+    }
+    #glm-front-content-container {
+        padding: 20px 0;
+    }
+}
\ No newline at end of file