diff --git a/awx/ui/client/legacy-styles/ansible-ui.less b/awx/ui/client/legacy-styles/ansible-ui.less index 72cf89fe70..3f08896422 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -366,10 +366,6 @@ textarea.allowresize { margin-right: -5px; } -.prepend-asterisk--login:before { - margin-right: -2px; -} - .subtitle { font-size: 16px; } @@ -547,14 +543,6 @@ dd { word-break: break-all; } -.login-alert { - margin-bottom: 25px; - font-size: 14px; - font-weight: normal; - color: @blue-link; - text-align: center; -} - .controls { min-height: 15px; } @@ -593,16 +581,6 @@ dd { background-color: @black; } -.modal-header.login-header { - text-align: center; - background-color: @black; - border-left: 1px solid #686868; - border-right: 1px solid #686868; - border-top: 1px solid #686868; - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - .login-header img { width: 60%; } diff --git a/awx/ui/client/src/login/loginModal.block.less b/awx/ui/client/src/login/loginModal.block.less new file mode 100644 index 0000000000..daac3b8152 --- /dev/null +++ b/awx/ui/client/src/login/loginModal.block.less @@ -0,0 +1,23 @@ +/** @define LoginModal */ + +.LoginModal-header { + text-align: center; + background-color: #171717; + border-left: 1px solid #686868; + border-right: 1px solid #686868; + border-top: 1px solid #686868; + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +.LoginModal-alert { + margin-bottom: 25px; + font-size: 14px; + font-weight: normal; + color: #1778c3; + text-align: center; +} + +.LoginModal-labelAsterisk:before { + margin-right: -2px; +} diff --git a/awx/ui/client/src/login/loginModal.partial.html b/awx/ui/client/src/login/loginModal.partial.html index 75474eb7dc..c210a92616 100644 --- a/awx/ui/client/src/login/loginModal.partial.html +++ b/awx/ui/client/src/login/loginModal.partial.html @@ -1,41 +1,74 @@ - -