@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