fixed colors and padding of login modal

This commit is contained in:
John Mitchell
2016-05-03 13:44:57 -04:00
committed by Leigh Johnson
parent a57faafced
commit c89e1b9ece
2 changed files with 5 additions and 4 deletions

View File

@@ -67,7 +67,7 @@
} }
.LoginModal-alert { .LoginModal-alert {
margin-bottom: 15px; margin-bottom: 20px;
font-size: 16px; font-size: 16px;
font-weight: normal; font-weight: normal;
color: @login-alert; color: @login-alert;
@@ -109,7 +109,7 @@
} }
.LoginModal-formGroup { .LoginModal-formGroup {
margin-bottom: 15px; margin-bottom: 20px;
} }
.LoginModal-label { .LoginModal-label {
@@ -130,6 +130,7 @@
padding: 20px; padding: 20px;
padding-top: 5px; padding-top: 5px;
padding-bottom: 0px; padding-bottom: 0px;
margin-top: 20px;
} }
.LoginModal-footerBlock { .LoginModal-footerBlock {

View File

@@ -91,8 +91,8 @@
// login modal notice // login modal notice
@login-notice-title: @default-interface-txt; @login-notice-title: @default-interface-txt;
@login-notice-bg: @default-secondary-bg; @login-notice-bg: @default-no-items-bord;
@login-notice-border: @default-secondary-bg; @login-notice-border: @default-no-items-bord;
@login-notice-text: @default-stdout-txt; @login-notice-text: @default-stdout-txt;
// login modal third party auth // login modal third party auth