aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.scss
diff options
context:
space:
mode:
authorAndy Rickert <andrew_rickert@brown.edu>2020-04-01 13:11:46 -0700
committerAndy Rickert <andrew_rickert@brown.edu>2020-04-01 13:11:46 -0700
commitc71695328de0078c5f59bf50c994f1333e58e625 (patch)
tree457e8bd61772e260be02afbe09785e18369640ff /src/client/views/search/SearchBox.scss
parentb33ba2eb7a4bb6744f07c3ee8d86c55ec7b599b5 (diff)
final UI changes and beginning to reimpliment filterbox backend in searchbox class
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
-rw-r--r--src/client/views/search/SearchBox.scss36
1 files changed, 34 insertions, 2 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss
index 1559efe09..ec4eda643 100644
--- a/src/client/views/search/SearchBox.scss
+++ b/src/client/views/search/SearchBox.scss
@@ -103,6 +103,7 @@
.filter-header {
display: flex;
position: relative;
+ flex-wrap:wrap;
right: 1px;
color: grey;
flex-direction: row-reverse;
@@ -127,8 +128,8 @@
right: 1px;
color: grey;
transform-origin: top;
- border-top: grey 1px solid;
- padding-top: 5px;
+ border-top: 0px;
+ //padding-top: 5px;
margin-left: 10px;
margin-right: 10px;
overflow:hidden;
@@ -136,6 +137,37 @@
height:0px;
}
+ .filter-key {
+ position: relative;
+ right: 1px;
+ color: grey;
+ transform-origin: top;
+ border-top: 0px;
+ //padding-top: 5px;
+ margin-left: 10px;
+ margin-right: 10px;
+ overflow:hidden;
+ transition:height 0.3s ease-out;
+ height:0px;
+ .filter-keybar {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-evenly;
+ height: auto;
+ width: 100%;
+ flex-direction: row-reverse;
+ margin-top:5px;
+
+ .filter-item {
+ position: relative;
+ border:1px solid grey;
+ border-radius: 16px;
+
+ }
+ }
+
+
+ }
}
// .top-filter-header {