mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
fixed colors and padding of login modal
This commit is contained in:
committed by
Leigh Johnson
parent
a57faafced
commit
c89e1b9ece
@@ -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 {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user