X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fvideo-add.component.scss;h=c20467d9b31fd302fe5c8570547a977d60e0b12f;hb=c9ff8a08a06ef0f30ec4963aebfcc02293ca20c5;hp=443361f502d6febced7c90ce3184487953bb62e6;hpb=990b6a0b0c4fbebc165e5cf7cec8fbc1cbaa6c66;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 443361f50..c20467d9b 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss @@ -5,53 +5,54 @@ $border-width: 3px; $border-type: solid; $border-color: #EAEAEA; -$background-color: #F7F7F7; - -/deep/ tabset.root-tabset.video-add-tabset { - &.hide-nav .nav { - display: none !important; - } - - & > .nav { - - border-bottom: $border-width $border-type $border-color; - margin: 0 !important; - - & > li { - margin-bottom: -$border-width; - } - - a.nav-link { - @include disable-default-a-behaviour; - - color: #000; - height: 40px !important; - padding: 0 30px !important; - font-size: 15px; - - &.active { - border: $border-width $border-type $border-color; - border-bottom: none; - background-color: $background-color !important; - - span { - border-bottom: 2px solid #F1680D; - font-weight: $font-bold; - } +.margin-content { + padding-top: 50px; +} + +.alert { + font-size: 15px; +} + +::ng-deep .video-add-nav { + border-bottom: $border-width $border-type $border-color; + margin: 50px 0 0 0 !important; + + a.nav-link { + @include disable-default-a-behaviour; + + margin-bottom: -$border-width; + height: 40px !important; + padding: 0 30px !important; + font-size: 15px; + + &.active { + border: $border-width $border-type $border-color; + border-bottom: none; + background-color: var(--submenuColor) !important; + + span { + border-bottom: 2px solid var(--mainColor); + font-weight: $font-bold; } } } - - .upload-video-container { - border: $border-width $border-type $border-color; - border-top: none; - - background-color: $background-color; - border-radius: 3px; - width: 100%; - min-height: 440px; - display: flex; - justify-content: center; - align-items: center; +} + +::ng-deep .upload-video-container { + border: $border-width $border-type $border-color; + border-top: transparent; + + background-color: var(--submenuColor); + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; + width: 100%; + min-height: 440px; + padding-bottom: 20px; + display: flex; + justify-content: center; + align-items: center; + + &.dragover { + border: 3px dashed var(--mainColor); } -} \ No newline at end of file +}