diff --git a/static/styles/filter.css b/static/styles/filter.css index 07a1c7d..5b9f88b 100644 --- a/static/styles/filter.css +++ b/static/styles/filter.css @@ -58,4 +58,13 @@ .select-buttons { justify-content: start; } +} + +.filter-wrapper { + background: #eee; + border: 1px solid transparent; + border-radius: 20px; + overflow: hidden; + margin: 0.5px; + padding: 2px 10px; } \ No newline at end of file