diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2019-07-30 19:26:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-30 19:26:53 -0400 |
| commit | f19f98bb5de01fe11015877f4e803322d89b2ae1 (patch) | |
| tree | 741552042e6c2912c062b7c60b7c360bfafb1021 /src/client/views/search/IconButton.scss | |
| parent | ddeeead1fff76523a2bf32da9ecfa5348fa5b28a (diff) | |
| parent | a511218a8e02f154ff1a580ef14d10db83dc7351 (diff) | |
Merge pull request #235 from browngraphicslab/search_UI
filter ui
Diffstat (limited to 'src/client/views/search/IconButton.scss')
| -rw-r--r-- | src/client/views/search/IconButton.scss | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/client/views/search/IconButton.scss b/src/client/views/search/IconButton.scss index 94b294ba5..d1853177e 100644 --- a/src/client/views/search/IconButton.scss +++ b/src/client/views/search/IconButton.scss @@ -4,13 +4,15 @@ display: flex; flex-direction: column; align-items: center; - width: 45px; + width: 30px; height: 60px; .type-icon { - height: 45px; - width: 45px; + height: 30px; + width: 30px; color: $light-color; + // background-color: rgb(194, 194, 197); + background-color: gray; border-radius: 50%; display: flex; justify-content: center; @@ -22,8 +24,8 @@ font-size: 2em; .fontawesome-icon { - height: 24px; - width: 24px; + height: 15px; + width: 15px } } @@ -44,7 +46,7 @@ transform: scale(1.1); background-color: $darker-alt-accent; opacity: 1; - + +.filter-description { opacity: 1; } |
