moving the red deals logo up a px in the list view of the
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Apr 2017 17:54:32 +0000 (13:54 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 10 Apr 2017 17:54:32 +0000 (13:54 -0400)
theme file

css/app.css
scss/plugins/_glm-member-db-fields.scss

index 805b573..8ef9f7a 100644 (file)
@@ -6935,7 +6935,7 @@ body .glm-member-db-border-wrap.red-hot-border {
 body .red-hot-deal-logo-container {
   display: none;
   position: absolute;
-  top: -5px; }
+  top: -6px; }
   body .red-hot-deal-logo-container img {
     border-left: 1px solid white;
     border-right: 1px solid white;
index 55b3a92..30dab2b 100644 (file)
@@ -75,7 +75,7 @@ body {
     .red-hot-deal-logo-container{
         display: none;
         position: absolute;
-        top: -5px;
+        top: -6px;
         img{
             border-left: 1px solid white;
             border-right: 1px solid white;