Skip to content

Commit

Permalink
Feat: update filters style for better responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Feb 10, 2024
1 parent 8b3dee1 commit 83ca8c0
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/styles/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,30 +82,26 @@
flex-flow: row;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 0.83rem;

.list-filters-part {
display: flex;
flex: 0 1 auto;
flex-wrap: wrap;
}
margin: 0 -1rem 0.83rem 0;

input,
.dropdown {
background: transparent;
border-color: #FFF;
color: #FFF;
margin-bottom: 0.5rem;
margin-right: 1rem;
}

input {
flex: 0 1 20rem;
}

.dropdown {
//flex: 1 1 12.5rem;
flex: auto;
margin-right: 1rem;
flex: 1;
}
.dropdown + .dropdown {
flex: 0;
}
.dropdown:focus-within {
border-color: #F37521;
Expand Down

0 comments on commit 83ca8c0

Please sign in to comment.