X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=e8447719aa910b5729af833f0014c2bb5e6b1eee;hb=5cac83a78d6ba5212755fafce2ed25f7c74b04e5;hp=38ec11b5bd980fc0f03758be1f456318c667b7ca;hpb=caf2aaf4f9d38ad441a5562c3b8720f8779d6f78;p=github%2FChocobozzz%2FPeerTube.git 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 @@ @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/misc/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-repeat: no-repeat; width: 23px; height: 24px; margin-right: .5rem;