diff options
| author | madelinegr <monika_hedman@brown.edu> | 2019-06-06 19:17:02 -0400 |
|---|---|---|
| committer | madelinegr <monika_hedman@brown.edu> | 2019-06-06 19:17:02 -0400 |
| commit | 94e6613e92a71e35427875e4ed8eb72a0302bca1 (patch) | |
| tree | d3d272b58fe995ef36c6e36889027ff2de6d2b26 /src/client/views/SearchBox.scss | |
| parent | 7e3493a95aaf8d4ba585b326c278556e39346f11 (diff) | |
i hate everytihgn the freickin import end of day 6/6
Diffstat (limited to 'src/client/views/SearchBox.scss')
| -rw-r--r-- | src/client/views/SearchBox.scss | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/views/SearchBox.scss b/src/client/views/SearchBox.scss index 76332a515..eff47393b 100644 --- a/src/client/views/SearchBox.scss +++ b/src/client/views/SearchBox.scss @@ -75,4 +75,21 @@ width: 100%; } +} + +.toggle-bar{ + width: 100%; + height: 50px; + background-color: $alt-accent; + border-radius: 10px; + padding: 5px; + display: flex; + align-items: center; + + .toggle-button{ + width: 80px; + height: 100%; + border-radius: 10px; + background-color: $light-color; + } }
\ No newline at end of file |
