diff options
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 97c5d461a..10af9debe 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -35,11 +35,7 @@ | |||
35 | align-items: center; | 35 | align-items: center; |
36 | 36 | ||
37 | .icon { | 37 | .icon { |
38 | cursor: pointer; | 38 | @include icon(22px); |
39 | width: 22px; | ||
40 | height: 22px; | ||
41 | display: inline-block; | ||
42 | background-size: contain; | ||
43 | 39 | ||
44 | &.icon-menu { | 40 | &.icon-menu { |
45 | background-image: url('../assets/images/header/menu.svg'); | 41 | background-image: url('../assets/images/header/menu.svg'); |
@@ -59,7 +55,7 @@ | |||
59 | .icon.icon-logo { | 55 | .icon.icon-logo { |
60 | display: inline-block; | 56 | display: inline-block; |
61 | background: url('../assets/images/logo.svg') no-repeat; | 57 | background: url('../assets/images/logo.svg') no-repeat; |
62 | width: 20px; | 58 | width: 23px; |
63 | height: 24px; | 59 | height: 24px; |
64 | } | 60 | } |
65 | } | 61 | } |