ampache_react/app/styles/elements/FilterBar.scss

28 lines
355 B
SCSS
Raw Normal View History

/**
* Styles for the FilterBar component.
*/
/** Variables */
2016-07-31 12:18:46 +02:00
$marginBottom: 34px;
.filter {
2016-07-31 12:18:46 +02:00
margin-bottom: $marginBottom;
}
.legend {
text-align: right;
2016-07-31 12:18:46 +02:00
line-height: $marginBottom;
}
@media (max-width: 767px) {
.legend {
text-align: center;
}
}
@media (min-width: 767px) {
.form-group {
width: 75%;
}
}