diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-19 18:39:08 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-19 18:39:08 -0400 |
| commit | cf63f68c9d1345855a2bd1f24ba143ba4cfc458a (patch) | |
| tree | f99aa8d36f6b06de4bfec557638534c43ea2bd52 /src/client/views/search/SearchBox.scss | |
| parent | 475df987dd647bb1e5202329f0d0ffc088bb66e6 (diff) | |
end of day 6/19
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 2b52112e0..26a23c218 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -68,7 +68,7 @@ } .filter-collection{ - height: 20px; + display: inline-block; } .field-title { @@ -91,6 +91,13 @@ margin-bottom: 5px; } +.collection-title{ + color: $light-color; + text-transform: uppercase; + margin-top: 5px; + margin-bottom: 5px; +} + .no-result { width: 500px; background: $light-color-secondary; |
