Commit e9667726 by Uman Shahzad

Remove/fix margins for logistration page with enterprise context.

parent e503ed86
...@@ -10,16 +10,18 @@ ...@@ -10,16 +10,18 @@
height: 100%; height: 100%;
padding-left: $baseline; padding-left: $baseline;
padding-right: $baseline; padding-right: $baseline;
margin-left: auto;
} }
.login-register.border-left { .login-register.border-left {
border-left: 1px solid #d9d9d9; border-left: 1px solid #d9d9d9;
padding-left: ($baseline*1.5); padding-left: ($baseline*1.5);
padding-right: $baseline; padding-right: $baseline;
margin-left: 0;
} }
} }
@media (max-width: 767px) { @include media-breakpoint-down(md) {
.enterprise-content { .enterprise-content {
margin: auto auto; margin: auto auto;
display: block; display: block;
......
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