diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-24 11:45:20 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-24 11:45:20 -0400 |
| commit | c886665b3f244389a09e05ab4805c1225de54d7e (patch) | |
| tree | d8776fad303919d95d6ae3fe5e901bfb81b53993 /src/client/views/search/SearchBox.scss | |
| parent | a70ac0d98f879d2f9b8824e51dcab62b840f0b8a (diff) | |
accordion almost workin
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 18 |
1 files changed, 17 insertions, 1 deletions
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 { |
