Adjusted styles for the member db contacts
authorLaury GvR <laury@gaslightmedia.com>
Fri, 22 Sep 2017 18:22:34 +0000 (14:22 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 22 Sep 2017 18:22:34 +0000 (14:22 -0400)
css/app.css
scss/_plugins.scss
scss/plugins/_glm-member-db-contacts.scss [new file with mode: 0644]

index 76399fc..377a9b3 100644 (file)
@@ -7445,6 +7445,11 @@ h2#slide-text {
   display: none; }
 
 /* End for mountpleasant */
+#glm-contact-front-container .glm-contact-list-image {
+  padding: 0; }
+#glm-contact-front-container .glm-member-container {
+  padding: 0; }
+
 #glm-event-wrapper h1 {
   font-size: 1.5rem;
   padding: 0 15px; }
index de8fa1f..88ad894 100644 (file)
@@ -3,7 +3,8 @@
   @import "plugins/ai1ec";
   @import "plugins/weatherwidget";
   @import "plugins/woocommerce";
+  @import "plugins/glm-member-db-contacts";
   @import "plugins/glm-member-db-events";
   @import "plugins/glm-member-db-packaging";
   @import "plugins/glm-member-db";
-  
+
diff --git a/scss/plugins/_glm-member-db-contacts.scss b/scss/plugins/_glm-member-db-contacts.scss
new file mode 100644 (file)
index 0000000..cd2fd36
--- /dev/null
@@ -0,0 +1,8 @@
+#glm-contact-front-container {
+    .glm-contact-list-image {
+        padding: 0;
+    }
+    .glm-member-container {
+        padding: 0;
+    }
+}
\ No newline at end of file