30 lines
471 B
SCSS
30 lines
471 B
SCSS
.login-dialog-buttons {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
p {
|
|
font-size: 0.8rem;
|
|
}
|
|
}
|
|
|
|
.yesno-dialog-buttons {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.register-dialog-actions {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
p {
|
|
font-size: 0.8rem;
|
|
}
|
|
}
|
|
|
|
.register-dialog-checkbox{
|
|
display: flex;
|
|
} |