Spaces:
Build error
Build error
| .login-card { | |
| max-width: 400px; | |
| width: 80%; | |
| margin: 0 auto; | |
| margin-top: 20px; | |
| padding-top: 8px; | |
| } | |
| .login-div { | |
| height: calc(100% - 170px); | |
| overflow-y: auto; | |
| } | |
| .login-button-div { | |
| bottom: 0px; | |
| width: 100%; | |
| height: 42px; | |
| position: absolute; | |
| } | |
| .login-button-div > button { | |
| width: 100%; | |
| height: 100%; | |
| border-radius: 0px 0px 4px 4px ; | |
| } | |
| .login-progress-bar { | |
| position: absolute; | |
| bottom: 0px; | |
| border-radius: 0px 0px 4px 4px; | |
| } |