diff options
| author | madelinegr <monika_hedman@brown.edu> | 2019-06-12 12:51:41 -0400 |
|---|---|---|
| committer | madelinegr <monika_hedman@brown.edu> | 2019-06-12 12:51:41 -0400 |
| commit | 95dbea8f51b0f5835d6caf9adf2cecdfb51d35f7 (patch) | |
| tree | a6d170943dcdf95169625b3502fb2356b06a1633 /src/client/views/search/SearchBox.scss | |
| parent | 475663393d8fb65d3682826db883bb143aae4017 (diff) | |
no results working
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 48c8f4af1..786b76a5b 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -85,3 +85,16 @@ margin-bottom: 5px; } +.no-result { + width: 500px; + background: $light-color-secondary; + border-color: $intermediate-color; + border-bottom-style: solid; + padding: 10px; + height: 50px; + text-transform: uppercase; + text-align: left; + // width: 80%; + font-weight: bold; +} + |
