ampache_react/app/styles/elements/FilterBar.scss

21 lines
250 B
SCSS

.filter {
margin-bottom: 34px;
}
.legend {
text-align: right;
line-height: 34px;
}
@media (max-width: 767px) {
.legend {
text-align: center;
}
}
@media (min-width: 767px) {
.form-group {
width: 75%;
}
}