X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.component.scss;h=881f3ff318fa4f3e8ab94930ec313f3adf7fe3bb;hb=7f8f8bdb4a1fb695a114874c4679605ac8911e2d;hp=ded45b5f7a84ab900bdb9d8949dc25ec5417864f;hpb=b34a444e291c8ec90b4c2c965f7d0d6904d1faa7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index ded45b5f7..881f3ff31 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -7,6 +7,7 @@ .sub-header-container { margin-top: $header-height; + background-color: var(--mainBackgroundColor); } .header { @@ -14,7 +15,7 @@ position: fixed; top: 0; width: 100%; - background-color: #fff; + background-color: var(--mainBackgroundColor); z-index: 1000; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16); display: flex; @@ -31,7 +32,8 @@ @include icon(24px); &.icon-menu { - background-image: url('../assets/images/header/menu.svg'); + background-color: var(--mainForegroundColor); + mask-image: url('../assets/images/header/menu.svg'); margin: 0 18px 0 20px; } } @@ -83,15 +85,9 @@ } footer { - border-top: 1px solid $footer-border-color; padding: 10px 0; font-size: 11px; margin-top: $footer-margin; height: $footer-height; justify-content: center; } - -simple-notifications { - position: relative; - z-index: 1500; -}