Fix Instruments filter bar responsive
This commit is contained in:
parent
0484eff404
commit
058bdaf3cc
|
|
@ -42,14 +42,25 @@ onMounted(() => {
|
|||
|
||||
.filter-bar {
|
||||
display: flex;
|
||||
margin-bottom: $large-spacing;
|
||||
column-gap: $medium-spacing;
|
||||
|
||||
margin-bottom: $medium-spacing;
|
||||
flex-direction: column;
|
||||
@include desktop {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
&__input-wrapper {
|
||||
position: relative;
|
||||
margin-bottom: $medium-spacing;
|
||||
}
|
||||
|
||||
&__search-input {
|
||||
width: $medium-input-width;
|
||||
width: 100%;
|
||||
@include desktop {
|
||||
width: $medium-input-width;
|
||||
}
|
||||
|
||||
border: 1px solid $color-silver;
|
||||
outline: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue