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=a811b9cf0c91dcffa08d6c60c59f2dd440a21630;hpb=9a12f169c15b638fe78cf6e85a1993550a25e404;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 a811b9cf0..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; } @@ -21,7 +19,9 @@ $background-color: #F7F7F7; margin-bottom: -$border-width; } - .nav-link { + a.nav-link { + @include disable-default-a-behaviour; + height: 40px !important; padding: 0 30px !important; font-size: 15px; @@ -29,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; } } @@ -43,10 +43,11 @@ $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%; - height: 440px; + min-height: 440px; + padding-bottom: 20px; display: flex; justify-content: center; align-items: center;