Spaces:
Running
Running
File size: 685 Bytes
77fd7a1 cf9641a 77fd7a1 cf9641a 77fd7a1 f098874 77fd7a1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | .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;
} |