From c886665b3f244389a09e05ab4805c1225de54d7e Mon Sep 17 00:00:00 2001 From: Monika Date: Mon, 24 Jun 2019 11:45:20 -0400 Subject: accordion almost workin --- src/client/views/search/SearchBox.scss | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'src/client/views/search/SearchBox.scss') diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 98eb31ba1..c98c7c28f 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -70,6 +70,22 @@ .filter-panel { display: none; + width: 100%; + } + + .close-icon { + height: 100%; + opacity: .6; + justify-content: right; + position: relative; + .fontawesome-icon { + margin-right: 0px; + height: 30px; + } + } + + .close-icon:hover{ + opacity: 1; } } @@ -82,7 +98,7 @@ text-transform: uppercase; letter-spacing: 2px; font-size: 25; - height: 40px; + width: 100%; } .searchBox-results { -- cgit v1.2.3-70-g09d2