diff options
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 1baffa5c8..97c5d461a 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -42,7 +42,7 @@ | |||
42 | background-size: contain; | 42 | background-size: contain; |
43 | 43 | ||
44 | &.icon-menu { | 44 | &.icon-menu { |
45 | background-image: url('../assets/header/menu.svg'); | 45 | background-image: url('../assets/images/header/menu.svg'); |
46 | margin: 0 18px 0 24px; | 46 | margin: 0 18px 0 24px; |
47 | } | 47 | } |
48 | } | 48 | } |
@@ -58,7 +58,7 @@ | |||
58 | 58 | ||
59 | .icon.icon-logo { | 59 | .icon.icon-logo { |
60 | display: inline-block; | 60 | display: inline-block; |
61 | background: url('../assets/logo.svg') no-repeat; | 61 | background: url('../assets/images/logo.svg') no-repeat; |
62 | width: 20px; | 62 | width: 20px; |
63 | height: 24px; | 63 | height: 24px; |
64 | } | 64 | } |