Commit 69446678 by AlasdairSwan

ECOM-651 No longer updating -settings by default

parent c9e11258
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
.login-register { .login-register {
@include box-sizing(border-box); @include box-sizing(border-box);
@include outer-container; @include outer-container;
$grid-columns: 4; $grid-columns: 12;
background: white; background: white;
width: 100%; width: 100%;
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
.form-type { .form-type {
@include box-sizing(border-box); @include box-sizing(border-box);
@include span-columns(4); @include span-columns(12);
padding: 25px 10px; padding: 25px 10px;
&:nth-of-type(2) { &:nth-of-type(2) {
......
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