aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SearchBox.scss
diff options
context:
space:
mode:
authormadelinegr <monika_hedman@brown.edu>2019-06-10 14:51:52 -0400
committermadelinegr <monika_hedman@brown.edu>2019-06-10 14:51:52 -0400
commit54d41e1eae499459e14d6d3a729127f231520f98 (patch)
treef457e2940c77fd073796362d9ef7be600cb1422e /src/client/views/SearchBox.scss
parent20da826f7bed4d3b6d9c7162af4f4fd6fb0f9048 (diff)
thigns working
Diffstat (limited to 'src/client/views/SearchBox.scss')
-rw-r--r--src/client/views/SearchBox.scss15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/client/views/SearchBox.scss b/src/client/views/SearchBox.scss
index 8ec440fca..91d17d001 100644
--- a/src/client/views/SearchBox.scss
+++ b/src/client/views/SearchBox.scss
@@ -82,12 +82,19 @@
}
.type-icon{
- margin-right: 5px;
- margin-left: 5px;
- height: 40px;
- width: 40px;
+ height: 50px;
+ width: 50px;
color: $light-color;
border-radius: 50%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background-color: "#121721";
+ }
+
+ .fontawesome-icon{
+ height: 28px;
+ width: 28px;
}
.type-icon:hover{