@ -40,7 +40,6 @@
flex: 1;
flex-direction: column;
margin-right: 12px;
max-width: 50%;
}
.filterContainer:last-child {
@ -53,17 +52,22 @@
@media only screen and (max-width: $breakpointSmall) {
.filterInput {
margin-bottom: 5px;
.alert {
display: none;
.filterRow {
display: block;
margin-bottom: 10px;
.filterContainer {
margin-right: 0;
margin-bottom: 12px;
.scroller {
@ -73,6 +77,12 @@
@media only screen and (min-width: $breakpointSmall) {
.modalFooter {
composes: modalFooter from '~Components/Modal/ModalFooter.css';
@ -88,4 +98,8 @@
gap: 10px;
.available {