aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.scss
diff options
context:
space:
mode:
authormadelinegr <monika_hedman@brown.edu>2019-06-12 12:51:41 -0400
committermadelinegr <monika_hedman@brown.edu>2019-06-12 12:51:41 -0400
commit95dbea8f51b0f5835d6caf9adf2cecdfb51d35f7 (patch)
treea6d170943dcdf95169625b3502fb2356b06a1633 /src/client/views/search/SearchBox.scss
parent475663393d8fb65d3682826db883bb143aae4017 (diff)
no results working
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
-rw-r--r--src/client/views/search/SearchBox.scss13
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;
+}
+