diff options
| author | vellichora <fangrui_tong@brown.edu> | 2020-03-11 15:53:41 -0400 |
|---|---|---|
| committer | vellichora <fangrui_tong@brown.edu> | 2020-03-11 15:53:41 -0400 |
| commit | bf70d94b36cfe38be78ff9935ffecdbe354f1a28 (patch) | |
| tree | 130f8e537a3abcc83e323137b9045fcc65449fe6 /src/client/views/search/SearchBox.scss | |
| parent | 0777ad8db317999a4a878a4ab91ff706426303b7 (diff) | |
more css
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index 11f5e4d91..176ed646d 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -10,6 +10,7 @@ font-size: 10px; line-height: 1; overflow: hidden; + background: lightgrey, } .searchBox-bar { @@ -18,7 +19,6 @@ justify-content: flex-end; align-items: center; padding-left: 2px; - padding-right: 2px; .searchBox-barChild { @@ -34,8 +34,7 @@ -webkit-transition: width 0.4s; transition: width 0.4s; align-self: stretch; - margin-left: 2px; - margin-right: 2px + } .searchBox-input:focus { @@ -89,12 +88,12 @@ .filter-form { position: relative; - right: 1px; - color: grey; + background: black; flex-direction: column; transform-origin: top; border-bottom: solid grey 1px; - margin: 5px; + padding: 5px; + transition: height 0.5s ease, display 0.5s ease; .filter-header { display: flex; |
