]> _ Git - fluidbook-v3.git/commitdiff
fix #642 @0:05
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 31 Aug 2016 10:27:05 +0000 (10:27 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 31 Aug 2016 10:27:05 +0000 (10:27 +0000)
less/310-contact.less

index 6bba9b3525bdede8f849de70ff3183967f150a1b..c500ea1b586af5c3829afcedceef6a0880838cd8 100644 (file)
@@ -1,76 +1,66 @@
 @import "000-imports";
 
 .contact {
-  h4 {
-    .font-thinning();
-    color: @color-text;
-    font-family: @montserrat;
-    font-weight: 600;
-    font-size: 15px;
-    text-transform: uppercase;
-    margin-bottom: 10px;
-  }
-
-  .contact-intro {
-    background-repeat: no-repeat;
-    background-position: bottom right;
-    background-size: 100%;
-
-    // Vertically centre content
-    display: flex;
-    flex-direction: column;
-    justify-content: center;
-
-    .content-wrapper {
-
-      .dotclear {
-        position: relative;
-        .divider();
-
-        @media @m900 {
-          text-align: center;
-        }
-      }
+       h4 {
+               .font-thinning();
+               color: @color-text;
+               font-family: @montserrat;
+               font-weight: 600;
+               font-size: 15px;
+               text-transform: uppercase;
+               margin-bottom: 10px;
+       }
+}
 
-    }
+.contact-intro {
+       background-repeat: no-repeat;
+       background-position: bottom right;
+       background-size: 100%;
 
+       // Vertically centre content
+       display: flex;
+       flex-direction: column;
+       justify-content: center;
 
-    address {
-      font-style: normal;
+       .dotclear {
+               position: relative;
+               .divider();
+       }
 
-      a {
-        text-decoration: none;
-      }
-    }
+       address {
+               font-style: normal;
 
-  }
+               a {
+                       text-decoration: none;
+               }
+       }
 
 }
 
 .resellers {
-  display: block !important;
-  background-color: @color-light-grey;
-  margin-bottom: -30px; // Global offset for the bottom margin on .reseller items
+       display: block !important;
+       background-color: @color-light-grey;
+       padding-bottom: 2% !important;
 
-  @media @m900 {
-    text-align: center;
-  }
+       @media @m900 {
+               text-align: center;
+       }
 }
 
 .reseller {
-  display: inline-block;
-  vertical-align: top;
-  padding-right: 30px;
-  width: percentage(1/6);
-  min-width: 240px;
-  margin-bottom: 30px; // Needed when items wrap
-  text-align: left;
-
-  @media @m900 {
-    min-width: 210px;
-  }
-
-  a {
-    text-decoration: none;
-  }
+       display: inline-block;
+       vertical-align: top;
+       padding-right: 30px;
+       width: percentage(1/6);
+       min-width: 240px;
+       margin-bottom: 30px; // Needed when items wrap
+       text-align: left;
+
+       @media @m900 {
+               min-width: 210px;
+       }
+
+       a {
+               text-decoration: none;
+       }
 }
\ No newline at end of file