aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SearchBox.scss
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-05-08 20:38:02 -0400
committerMonika Hedman <monika_hedman@brown.edu>2019-05-08 20:38:02 -0400
commitb5fac34cf22bcb47854c00671848e25b7ee9d37f (patch)
treefb54e5b00ad0cee9a661652b1e9b0e92749fc222 /src/client/views/SearchBox.scss
parent11ab63f6c91093951fdc293c3d67e63073fb2f4c (diff)
issues with icon
Diffstat (limited to 'src/client/views/SearchBox.scss')
-rw-r--r--src/client/views/SearchBox.scss50
1 files changed, 25 insertions, 25 deletions
diff --git a/src/client/views/SearchBox.scss b/src/client/views/SearchBox.scss
index f4fc0029e..792d6dd3c 100644
--- a/src/client/views/SearchBox.scss
+++ b/src/client/views/SearchBox.scss
@@ -68,32 +68,32 @@
top: 300px;
display: flex;
flex-direction: column;
-}
-.search-item {
- width: 500px;
- height: 50px;
- background: $light-color-secondary;
- display: flex;
- justify-content: left;
- align-items: center;
- transition: all 0.1s;
- border-width: 0.11px;
- border-style: none;
- border-color: $intermediate-color;
- border-bottom-style: solid;
- padding: 10px;
- white-space: nowrap;
- font-size: 13px;
-}
+ .search-item {
+ width: 500px;
+ height: 50px;
+ background: $light-color-secondary;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ transition: all 0.1s;
+ border-width: 0.11px;
+ border-style: none;
+ border-color: $intermediate-color;
+ border-bottom-style: solid;
+ padding: 10px;
+ white-space: nowrap;
+ font-size: 13px;
+ }
-.search-item:hover {
- transition: all 0.1s;
- background: $lighter-alt-accent;
-}
+ .search-item:hover {
+ transition: all 0.1s;
+ background: $lighter-alt-accent;
+ }
-.search-title {
- text-transform: uppercase;
- text-align: left;
- width: 8vw;
+ .search-title {
+ text-transform: uppercase;
+ text-align: left;
+ width: 8vw;
+ }
} \ No newline at end of file