UNPKG

cc-core-cli

Version:

Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.

269 lines (223 loc) 4.98 kB
/* New login.css without LESS imports */ @import url("./custom-antd.css"); .layout-login { background-color: #ffffff; min-height: 100vh; flex-direction: column; } .logo-layout { padding: 0rem 4rem; justify-content: center; display: flex; } .logo-layout .logo-content { width: 100%; } .logo-layout-v3 { justify-content: center; display: flex; } @media only screen and (max-width: 768px) { .logo-layout { padding: 0rem 1rem; width: 100%; height: 100vh; } .logo-layout-v3 { padding: 0rem 1rem; width: 100%; height: 100vh; } } @media only screen and (min-width: 768px) and (max-width: 992px) { .logo-layout { padding: 0rem 4rem; width: 100%; } .logo-layout-v3 { padding: 0rem 4rem; width: 100%; } } @media only screen and (min-width: 992px) { .logo-layout { padding: 0rem 4rem; justify-content: center; display: flex; } .logo-layout .logo-content { width: 100%; } } .login-form { overflow-y: hidden; padding: 1.5rem; border-radius: var(--border-radius-base); width: 100%; } .login-form .form-login-authentication { margin-bottom: 15px; } .login-form .image-center { max-width: 100%; margin-top: 8px; margin-bottom: 16px; } .login-form h3.ant-typography { text-align: center; } .login-form button { width: 100%; } .login-form a.ant-typography { color: var(--info-color); } .login-form .ant-btn-google, .login-form .ant-btn-cognito, .login-form .ant-btn-azure-ad, .login-form .ant-btn-social { display: flex; justify-content: center; align-items: center; height: 44px; } .login-form .ant-btn-google img, .login-form .ant-btn-cognito img, .login-form .ant-btn-azure-ad img, .login-form .ant-btn-social img { height: 20px; width: auto; margin-right: 10px; margin-top: 1px; } .login-form .ant-btn-id-connect { display: flex; justify-content: center; } .login-form .ant-btn-id-connect img { height: 20px; width: auto; margin-right: 10px; margin-top: 1px; } .login-form .ant-dropdown-trigger.languages .anticon { display: none; } .login-modal { max-width: 500px !important; } .login-modal .description { margin-top: 10px; } .login-modal .button { margin-top: 15px; } .login-modal .qrcode-description { margin-bottom: 20px; } .login-modal .qrcode-container { padding: 20px 50px 10px; } .login-modal .modal-container { padding: 20px 50px 40px; } .login-modal .modal-flow-container { padding: 20px; } .login-modal .modal-flow-container .login-form { padding: 0px; } .login-modal .logo { width: 100px; margin-bottom: 50px; } .login-modal .modal-title { font-weight: 600; font-size: 16px; color: black; text-align: center; margin-bottom: 10px; } .login-modal .login-otp-container { flex-direction: row; justify-content: space-between; margin-top: 30px; width: 100%; } @media (max-width: 768px) { .login-modal .login-otp-container { margin-top: 14px; } } .login-modal .login-otp-container input { width: 35px !important; max-width: 100%; text-align: center; border-top: none; border-right: none; border-left: none; border-bottom: 1px solid #979797; font-size: 22px; font-weight: 500; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #000000; outline: none; border-radius: 0; padding: 0; } .login-modal .login-otp-container input.active, .login-modal .login-otp-container input:focus { border-top: none; border-right: none; border-left: none; border-bottom: 2px solid black !important; } .login-modal .login-otp-container input:disabled, .login-modal .login-otp-container input[disabled] { border-bottom: 2px #979797 solid; background-color: #ffffff; } .login-modal .login-otp-container input:disabled.active, .login-modal .login-otp-container input[disabled].active { border-bottom: 2px black solid; } .forgot-password-description { color: black; text-align: "center"; } .forgot-password-title { margin-top: 0; padding-top: 0; text-align: center; } .login-input .ant-input { height: 34px; font-size: 16px !important; } .login-input .ant-form-item-feedback-icon-success { display: none; } .login-input-password .ant-form-item-feedback-icon-success { display: none; } .login-input-password .ant-input-suffix { padding-right: 0px !important; } .login-input-password .ant-input-password { height: 44px; font-size: 16px; } .button_login { height: 44px; font-size: 16px; background: var(--primary-color) !important; border-color: var(--primary-color) !important; color: white !important; } .button_login:hover { opacity: 70%; }