X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=e8447719aa910b5729af833f0014c2bb5e6b1eee;hb=a5740ee741aaedb99c773e25c9f0eb96e8000765;hp=a2180e19d3483c4218a53ddfe503c87b741a41a2;hpb=e66883b37ae0796256b3aba550670a2d76cfc98a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index a2180e19d..e8447719a 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -3,6 +3,8 @@ @import '~bootstrap/scss/functions'; @import '~bootstrap/scss/variables'; +$assets-path: '../assets'; + .peertube-container { padding-bottom: 20px; } @@ -39,7 +41,7 @@ &.icon-menu { background-color: pvar(--mainForegroundColor); - mask-image: url('../assets/images/header/menu.svg'); + mask-image: url('#{$assets-path}/images/misc/menu.svg'); margin: 0 18px 0 20px; } } @@ -62,7 +64,6 @@ .icon.icon-logo { display: inline-block; - background: url('../assets/images/logo.svg') no-repeat; width: 23px; height: 24px; margin-right: .5rem;