diff options
| author | madelinegr <monika_hedman@brown.edu> | 2019-06-10 14:51:52 -0400 |
|---|---|---|
| committer | madelinegr <monika_hedman@brown.edu> | 2019-06-10 14:51:52 -0400 |
| commit | 54d41e1eae499459e14d6d3a729127f231520f98 (patch) | |
| tree | f457e2940c77fd073796362d9ef7be600cb1422e /src/client/views/SearchBox.scss | |
| parent | 20da826f7bed4d3b6d9c7162af4f4fd6fb0f9048 (diff) | |
thigns working
Diffstat (limited to 'src/client/views/SearchBox.scss')
| -rw-r--r-- | src/client/views/SearchBox.scss | 15 |
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{ |
