generated from lucien/api-template
15 lines
No EOL
256 B
CSS
15 lines
No EOL
256 B
CSS
.login-page {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: start;
|
|
align-items: center;
|
|
width: 100%;
|
|
gap: 20px;
|
|
}
|
|
|
|
.login {
|
|
width: 97%;
|
|
border: 1px solid #270722;
|
|
padding: 10px;
|
|
background-color: #fff6fd;
|
|
} |