Commit 588e1db6 by AlasdairSwan

ECOM-583 Fixes the CSS bugs

parent 1de92697
...@@ -57,10 +57,10 @@ ...@@ -57,10 +57,10 @@
width: 100%; width: 100%;
padding-top: 35px; padding-top: 35px;
padding-bottom: 35px; padding-bottom: 35px;
overflow: hidden;
.headline { .headline {
@include box-sizing(border-box); @include box-sizing(border-box);
@include span-columns(4);
@include font-size(35); @include font-size(35);
padding: 0 10px; padding: 0 10px;
font-family: $sans-serif; font-family: $sans-serif;
...@@ -72,7 +72,6 @@ ...@@ -72,7 +72,6 @@
.tagline { .tagline {
@include box-sizing(border-box); @include box-sizing(border-box);
@include span-columns(4);
@include font-size(24); @include font-size(24);
padding: 0 10px; padding: 0 10px;
font-family: $sans-serif; font-family: $sans-serif;
...@@ -159,6 +158,10 @@ ...@@ -159,6 +158,10 @@
&.error { &.error {
color: $red; color: $red;
} }
a {
font-family: $sans-serif;
}
} }
.field-link { .field-link {
...@@ -228,6 +231,7 @@ ...@@ -228,6 +231,7 @@
@extend %m-btn-primary; @extend %m-btn-primary;
width: 100%; width: 100%;
text-transform: none; text-transform: none;
color: white;
} }
.login-provider { .login-provider {
...@@ -345,8 +349,8 @@ ...@@ -345,8 +349,8 @@
float: left; float: left;
} }
.headline, .header .headline,
.tagline, .header .tagline,
.form-type { .form-type {
@include span-columns(6); @include span-columns(6);
@include shift(1); @include shift(1);
...@@ -379,8 +383,8 @@ ...@@ -379,8 +383,8 @@
float: left; float: left;
} }
.headline, .header .headline,
.tagline, .header .tagline,
.form-type { .form-type {
width: 600px; width: 600px;
margin-left: calc( 50% - 300px ); margin-left: calc( 50% - 300px );
...@@ -394,7 +398,7 @@ ...@@ -394,7 +398,7 @@
.form-field { .form-field {
&.select-level_of_education { &.select-level_of_education {
@extend %inline-form-field-desktop; @extend %inline-form-field-desktop;
width: 290px; width: 300px;
margin-right: 20px; margin-right: 20px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment