diff options
| author | eeng5 <mohammad_amoush@brown.edu> | 2019-07-30 14:40:51 -0400 |
|---|---|---|
| committer | eeng5 <mohammad_amoush@brown.edu> | 2019-07-30 14:40:51 -0400 |
| commit | 88420d4139942e3e979c326ce999fdc168cb6a7e (patch) | |
| tree | 1a7e55be64b02f012134232f4a415e02d0e5970f /src/client/views/search/IconButton.scss | |
| parent | ca91fe9e379fe3e2d48a0eb055415f008245ed31 (diff) | |
changessss
Diffstat (limited to 'src/client/views/search/IconButton.scss')
| -rw-r--r-- | src/client/views/search/IconButton.scss | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/client/views/search/IconButton.scss b/src/client/views/search/IconButton.scss index 94b294ba5..1abf7e6d9 100644 --- a/src/client/views/search/IconButton.scss +++ b/src/client/views/search/IconButton.scss @@ -4,13 +4,14 @@ 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); border-radius: 50%; display: flex; justify-content: center; @@ -22,8 +23,8 @@ font-size: 2em; .fontawesome-icon { - height: 24px; - width: 24px; + height: 15px; + width: 15px } } @@ -44,7 +45,7 @@ transform: scale(1.1); background-color: $darker-alt-accent; opacity: 1; - + +.filter-description { opacity: 1; } |
