* Initial Search Item

* Pagination thing

* Local changes

* Push component

* Interface with API

* Temporary loader indication

* Fix sidebar spacing

* Filters sidebar

* Add filters sidebar

* Make package files the same
This commit is contained in:
Geometrically
2020-09-02 07:55:48 -07:00
committed by GitHub
parent 8394535725
commit 80ded84f7a
4 changed files with 586 additions and 3 deletions

View File

@@ -7,3 +7,18 @@
}
}
}
.rows {
display: flex;
flex-direction: row;
@for $i from 1 through 4 {
.row-grow-#{$i} {
flex-grow: $i;
}
}
}
.w-100 {
width: 100%;
}