diff options
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 38ec11b5b..e8447719a 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -3,6 +3,8 @@ | |||
3 | @import '~bootstrap/scss/functions'; | 3 | @import '~bootstrap/scss/functions'; |
4 | @import '~bootstrap/scss/variables'; | 4 | @import '~bootstrap/scss/variables'; |
5 | 5 | ||
6 | $assets-path: '../assets'; | ||
7 | |||
6 | .peertube-container { | 8 | .peertube-container { |
7 | padding-bottom: 20px; | 9 | padding-bottom: 20px; |
8 | } | 10 | } |
@@ -39,7 +41,7 @@ | |||
39 | 41 | ||
40 | &.icon-menu { | 42 | &.icon-menu { |
41 | background-color: pvar(--mainForegroundColor); | 43 | background-color: pvar(--mainForegroundColor); |
42 | mask-image: url('../assets/images/misc/menu.svg'); | 44 | mask-image: url('#{$assets-path}/images/misc/menu.svg'); |
43 | margin: 0 18px 0 20px; | 45 | margin: 0 18px 0 20px; |
44 | } | 46 | } |
45 | } | 47 | } |
@@ -62,7 +64,6 @@ | |||
62 | 64 | ||
63 | .icon.icon-logo { | 65 | .icon.icon-logo { |
64 | display: inline-block; | 66 | display: inline-block; |
65 | background-repeat: no-repeat; | ||
66 | width: 23px; | 67 | width: 23px; |
67 | height: 24px; | 68 | height: 24px; |
68 | margin-right: .5rem; | 69 | margin-right: .5rem; |