diff options
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 42293e412..7e9e4a216 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -3,8 +3,6 @@ | |||
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 | |||
8 | .peertube-container { | 6 | .peertube-container { |
9 | padding-bottom: 20px; | 7 | padding-bottom: 20px; |
10 | } | 8 | } |
@@ -41,9 +39,9 @@ $assets-path: '../assets'; | |||
41 | 39 | ||
42 | &.icon-menu { | 40 | &.icon-menu { |
43 | background-color: pvar(--mainForegroundColor); | 41 | background-color: pvar(--mainForegroundColor); |
44 | mask-image: url('#{$assets-path}/images/misc/menu.svg'); | 42 | mask-image: url('../assets/images/misc/menu.svg'); |
45 | margin: 0 18px 0 20px; | 43 | margin: 0 18px 0 20px; |
46 | 44 | ||
47 | @media screen and (max-width: $mobile-view) { | 45 | @media screen and (max-width: $mobile-view) { |
48 | margin: 0 10px; | 46 | margin: 0 10px; |
49 | } | 47 | } |