aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-26 08:37:26 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-08-07 08:28:14 +0200
commit583eb04b541175035d6d452ca626a96ebf2b7437 (patch)
tree114ba0a7004b4b2a7fc77444ef5fcb73414c6e93 /client/src/app/app.component.scss
parent4504f09f6e85f09b0489debb547a17209d7176ea (diff)
downloadPeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.tar.gz
PeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.tar.zst
PeerTube-583eb04b541175035d6d452ca626a96ebf2b7437.zip
Upgrade to angular 10
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss5
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;