web-remote/src/app/components/settings/settings.component.scss

27 lines
410 B
SCSS

.settings-panel {
max-width: 600px;
margin: 0 auto;
@media screen and (min-height: 836px) {
max-width: 768px;
}
}
.settings-item {
font-size: 1rem;
&:first-child {
margin-top: 1em;
}
label {
width: 100%;
display: block;
margin-bottom: -1em;
}
mat-slider {
width: calc(100% - 3rem);
margin: 0 auto;
}
}