Picsur/frontend/src/app/components/pref-option/pref-option.component.scss

19 lines
211 B
SCSS
Raw Normal View History

2022-03-19 18:30:47 +00:00
mat-form-field {
min-width: 50%;
2022-12-25 21:35:04 +00:00
margin-block: 0.5rem;
2022-03-19 18:30:47 +00:00
}
.y-center {
justify-content: center;
display: flex;
flex-direction: column;
}
2022-12-20 15:21:25 +00:00
h3 {
margin: 0;
}
mat-slide-toggle {
margin-block: 1rem;
}