Visit Website link recolored
authorLaury GvR <laury@gaslightmedia.com>
Thu, 12 May 2016 16:22:18 +0000 (12:22 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 12 May 2016 16:22:18 +0000 (12:22 -0400)
css/app.css
scss/_main.scss
scss/plugins/_glm-member-db.scss

index 46f06ac..0a05b23 100644 (file)
@@ -6949,7 +6949,7 @@ header {
 
 .feature-img {
   border-bottom: 5px solid #57b649;
-  margin-bottom: 50px; }
+  margin-bottom: 20px; }
   @media only screen and (max-width: 40em) {
     .feature-img > div {
       display: none; } }
@@ -7920,6 +7920,9 @@ ul.social {
 .glm-member-db-list-grid-view .glm-member-list-inner-wrapper #glm-member-list-filters-close {
   background-color: #d4730b; }
 
+.glm-member-detail-container #glm-member-detail-website-link {
+  background-color: #57b649; }
+
 #glm-event-wrapper h1 {
   font-size: 1.5rem;
   padding: 0 15px; }
index 7358008..817251b 100644 (file)
 .feature-img {
     border-bottom: 5px solid $green;
 //    max-height: 300px;
-    margin-bottom: 50px;
+    margin-bottom: 20px;
     @media #{$small-only} {
         > div {
             display: none;
index 8caefd7..bba41d8 100644 (file)
@@ -1,3 +1,9 @@
+// 1.0 Member List
+// 2.0 Member Detail
+
+
+
+// 1.0 Member List
 .glm-member-db-list-grid-view .glm-member-list-inner-wrapper {
     .glm-member-list-record .glm-member-list-image-empty {
         background-image: url("../assets/no-image.jpg");
     #glm-member-list-filters-close {
         background-color: $d-orange;
     }
+}
+
+// 2.0 Member Detail
+.glm-member-detail-container {
+    #glm-member-detail-website-link {
+        background-color: $green;
+    }
 }
\ No newline at end of file