23 lines
No EOL
447 B
SCSS
23 lines
No EOL
447 B
SCSS
.authentication-form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 24px;
|
|
|
|
.ant-spin-nested-loading {
|
|
max-width: 512px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.authentication-form .ant-form {
|
|
max-width: 512px;
|
|
padding: 24px;
|
|
background: #000;
|
|
box-shadow: 0px 0px 32px rgba(255, 255, 255, .05);
|
|
|
|
.ant-form-item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
} |