frontend / src /pages /auth /FormPage.module.css
CreoCot
Renamed text colors (they are the same, just changed names)
cf9641a
Raw
History Blame
685 Bytes
.pageContainer {
padding: 30px;
background-color: var(--background-color-primary);
text-align: center;
min-width: 400px;
border-radius: 12px;
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
gap: 32px;
box-shadow: var(--shadow-default)
}
.headerContainer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0px;
}
.componentRow {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 287px;
margin-top: -27px;
}
.loginAndRegisterContainer {
display: flex;
flex-direction: column;
gap: 0;
}