aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SearchBox.scss
diff options
context:
space:
mode:
authormadelinegr <monika_hedman@brown.edu>2019-06-06 19:17:02 -0400
committermadelinegr <monika_hedman@brown.edu>2019-06-06 19:17:02 -0400
commit94e6613e92a71e35427875e4ed8eb72a0302bca1 (patch)
treed3d272b58fe995ef36c6e36889027ff2de6d2b26 /src/client/views/SearchBox.scss
parent7e3493a95aaf8d4ba585b326c278556e39346f11 (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.scss17
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