summaryrefslogtreecommitdiff
path: root/src/SearchFilters.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/SearchFilters.css')
-rw-r--r--src/SearchFilters.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/SearchFilters.css b/src/SearchFilters.css
new file mode 100644
index 0000000..d757bf6
--- /dev/null
+++ b/src/SearchFilters.css
@@ -0,0 +1,22 @@
+
+.Filter {
+ text-align: left;
+ margin-bottom: 1rem;
+}
+
+.Filter label {
+ font-weight: bold;
+ display: block;
+ margin-bottom: 5px;
+}
+
+.Filter select {
+ width: 100%;
+}
+
+.SearchFilters {
+}
+
+.search-btn input {
+ width: 100%;
+}