Merge pull request #17232 from edx/saleem-latif/837

ENT-837: Fix styling of enterprise sidebar on registration page.
This commit is contained in:
Saleem Latif
2018-01-24 16:11:04 +05:00
committed by GitHub

View File

@@ -10,7 +10,8 @@
height: 100%;
padding-left: $baseline;
padding-right: $baseline;
margin: auto;
margin-left: auto;
margin-right: auto;
}
.login-register.border-left {
@@ -18,6 +19,7 @@
padding-left: ($baseline*1.5);
padding-right: $baseline;
margin-left: 0;
width: 80%;
}
}