diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-24 15:03:11 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-24 15:03:11 -0400 |
| commit | d7aa6f30efa6f0c62ad1a3c96bf4ff3871563708 (patch) | |
| tree | c185de1734fdff433b473d250bdf741cdfae37de /src/client/views/search/SearchBox.scss | |
| parent | a9ae54044fdb7f10dd01473e711e1afea00d33c1 (diff) | |
cleaning up
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 57002a94a..b8791318e 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -49,14 +49,16 @@ } .filter-form { + padding: 25px; + width: 600px; background: $dark-color; - height: auto; - overflow: auto; position: relative; right: 1px; color: $light-color; flex-direction: column; display: inline-block; + transform-origin: top; + overflow: auto; .filter-header { display: flex; @@ -114,11 +116,6 @@ } } -#filter { - padding: 25px; - width: 600px; -} - #header { text-transform: uppercase; letter-spacing: 2px; |
