From a585fc7935632b754d6b67c299c7872e2f58d58e Mon Sep 17 00:00:00 2001 From: unawaz Date: Tue, 15 Dec 2015 22:36:24 +0500 Subject: [PATCH] [SWAT-97] Logistration alignment and padding. --- lms/static/sass/views/_login-register.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index 7bfbe93523..e9b5cde41d 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -130,10 +130,13 @@ $sm-btn-linkedin: #0077b5; .toggle-form { @include box-sizing(border-box); max-width: 650px; - min-width: 400px; + min-width: 250px; margin: 0 auto; - padding-left: $baseline; // Don't want to override any top or bottom (CR) - padding-right: $baseline // Don't want to override any top or bottom (CR) + padding: { + left: $baseline; // Don't want to override any top or bottom (CR) + right: $baseline; // Don't want to override any top or bottom (CR) + bottom: ($baseline/2); + } } .toggle-form { @@ -148,7 +151,6 @@ $sm-btn-linkedin: #0077b5; text-align: center; } - /** The forms **/ .form-wrapper { padding-top: ($baseline + 5);