aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SearchBox.scss
diff options
context:
space:
mode:
authormadelinegr <monika_hedman@brown.edu>2019-06-07 16:12:19 -0400
committermadelinegr <monika_hedman@brown.edu>2019-06-07 16:12:19 -0400
commit8dc4d7a7b11188e939563beb1253c766414cc015 (patch)
tree2b4c6bf54a7dcde3aa8842952ca23ac5af6cd20c /src/client/views/SearchBox.scss
parentb46b8a6b95a620b669dc3ecd33fd5cf5179cced7 (diff)
shes CUTE
Diffstat (limited to 'src/client/views/SearchBox.scss')
-rw-r--r--src/client/views/SearchBox.scss17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/client/views/SearchBox.scss b/src/client/views/SearchBox.scss
index eff47393b..02b8f6a96 100644
--- a/src/client/views/SearchBox.scss
+++ b/src/client/views/SearchBox.scss
@@ -49,7 +49,7 @@
#header {
text-transform: uppercase;
letter-spacing: 2px;
- font-size: 100%;
+ font-size: 25;
height: 40px;
}
@@ -77,6 +77,21 @@
}
}
+.toggle-title{
+ display: flex;
+ align-items: center;
+ color: $light-color;
+ text-transform: uppercase;
+ flex-direction: row;
+ justify-content: space-between;
+ padding: 5px;
+
+ .toggle-option{
+ width: 100px;
+ text-align: center;
+ }
+}
+
.toggle-bar{
width: 100%;
height: 50px;