You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/docs/_scss/pages/_homepage-filters.scss

22 lines
296 B
SCSS

// Filters
.filter-label {
display: block;
padding: 0;
margin-top: 0;
margin-bottom: 4px;
color: $gray60;
}
.filters-group {
padding: 0;
margin: 0 0 4px;
border: 0;
}
@include breakpoint(sm) {
.filters-group-wrap {
display: flex;
justify-content: space-between;
}
}