33 lines
460 B
SCSS
33 lines
460 B
SCSS
.dialog-login {
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
|
|
.regulamin {
|
|
}
|