Files
menui_web/src/styles/Dialogs.scss
2021-02-08 15:48:21 +01:00

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;
}