Skip to content
Snippets Groups Projects
Commit 87af92a1 authored by AlasdairSwan's avatar AlasdairSwan
Browse files

Merge pull request #5971 from edx/alasdair/logistration-css-bugs

ECOM-651 No longer updating -settings by default
parents 92d10ebd 69446678
No related merge requests found
......@@ -25,7 +25,7 @@
.login-register {
@include box-sizing(border-box);
@include outer-container;
$grid-columns: 4;
$grid-columns: 12;
background: white;
width: 100%;
......@@ -87,7 +87,7 @@
.form-type {
@include box-sizing(border-box);
@include span-columns(4);
@include span-columns(12);
padding: 25px 10px;
&:nth-of-type(2) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment