X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fvideo-add.component.scss;h=dd97b79eed685d06b65583ad436733ca97746b83;hb=8eaa6d62c6c5659dae7db16f3718327df572a91c;hp=c1f96cc374faf92b84d9b2762d60b94567a05e98;hpb=a84b8fa5cf6e4cafb841af3db9bdfcc9531c09a4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-edit/video-add.component.scss b/client/src/app/videos/+video-edit/video-add.component.scss index c1f96cc37..dd97b79ee 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss @@ -5,10 +5,8 @@ $border-width: 3px; $border-type: solid; $border-color: #EAEAEA; -$background-color: #F7F7F7; - -/deep/ tabset.root-tabset.video-add-tabset { - &.hide-nav .nav { +/deep/ .root-tabset.video-add-tabset { + &.hide-nav > .nav { display: none !important; } @@ -24,7 +22,6 @@ $background-color: #F7F7F7; a.nav-link { @include disable-default-a-behaviour; - color: #000; height: 40px !important; padding: 0 30px !important; font-size: 15px; @@ -32,10 +29,10 @@ $background-color: #F7F7F7; &.active { border: $border-width $border-type $border-color; border-bottom: none; - background-color: $background-color !important; + background-color: var(--submenuColor) !important; span { - border-bottom: 2px solid #F1680D; + border-bottom: 2px solid var(--mainColor); font-weight: $font-bold; } } @@ -46,7 +43,7 @@ $background-color: #F7F7F7; border: $border-width $border-type $border-color; border-top: none; - background-color: $background-color; + background-color: var(--submenuColor); border-radius: 3px; width: 100%; min-height: 440px;