X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fshared%2Fvideo-edit.component.scss;h=90d26e13d7da943066b3652e75888cb7a4b84d07;hb=45c6bcf312d2e9578501eaaf7511183bc570fe91;hp=1295cf0987a65c9596910e0574b90c022381bb99;hpb=e998cf3cc757b58f06adae7a367e88b494c609d2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.scss b/client/src/app/videos/+video-edit/shared/video-edit.component.scss index 1295cf098..90d26e13d 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.scss @@ -5,8 +5,27 @@ @include peertube-select-container(auto); } +.title-page a { + color: var(--mainForegroundColor); + + &:hover { + text-decoration: none; + opacity: .8; + } +} + +my-peertube-checkbox { + display: block; + margin-bottom: 1rem; +} + +.nav-tabs { + margin-bottom: 15px; +} + .video-edit { height: 100%; + min-height: 300px; .form-group { margin-bottom: 25px; @@ -15,49 +34,71 @@ input { @include peertube-input-text(100%); display: block; + } - &[type=checkbox] { - @include peertube-checkbox(1px); - } + .label-tags + span { + font-size: 15px; } - input, select { - font-size: 15px + .advanced-settings .form-group { + margin-bottom: 20px; + } +} + +.captions { + + .captions-header { + text-align: right; + + .create-caption { + @include create-button; + } } - .form-group-checkbox { + .caption-entry { display: flex; + height: 40px; align-items: center; - label { - font-weight: $font-regular; - margin: 0; + a.caption-entry-label { + @include disable-default-a-behaviour; + + color: #000; + + &:hover { + opacity: 0.8; + } } - input { - width: 10px; - margin-right: 10px; + .caption-entry-label { + font-size: 15px; + font-weight: bold; + + margin-right: 20px; + width: 150px; } - } - .label-tags + span { - font-size: 15px; - } + .caption-entry-state { + width: 200px; - .root-tabset /deep/ > .nav { - margin-left: 15px; - margin-bottom: 15px; + &.caption-entry-state-create { + color: #39CC0B; + } - .nav-link { - display: flex !important; - align-items: center; - height: 30px !important; - padding: 0 15px !important; + &.caption-entry-state-delete { + color: #FF0000; + } + } + + .caption-entry-delete { + @include peertube-button; + @include grey-button; } } - .advanced-settings .form-group { - margin-bottom: 20px; + .no-caption { + text-align: center; + font-size: 15px; } } @@ -68,13 +109,14 @@ display: inline-block; margin-right: 25px; - color: #585858; + color: $grey-foreground-color; font-size: 15px; } .submit-button { @include peertube-button; @include orange-button; + @include button-with-icon(20px, 1px); display: inline-block; @@ -84,21 +126,29 @@ border: none; padding: 0; outline: 0; + color: inherit; + font-weight: $font-semibold; } + } +} - .icon.icon-validate { - @include icon(20px); +p-calendar { + display: block; - cursor: inherit; - position: relative; - top: -1px; - margin-right: 4px; - background-image: url('../../../../assets/images/global/validate.svg'); + ::ng-deep { + input, + .ui-calendar { + width: 100%; + } + + input { + @include peertube-input-text(100%); + color: #000; } } } -/deep/ { +::ng-deep { .ng2-tag-input { border: none !important; } @@ -109,21 +159,24 @@ border: 1px solid #C6C6C6; border-radius: 3px; padding: 5px !important; - height: 40px; + height: max-content; } tag-input-form { input { height: 30px !important; - background-color: #fff !important; + font-size: 12px !important; + + background-color: var(--mainBackgroundColor) !important; + color: var(--mainForegroundColor) !important; } } tag { - background-color: #E5E5E5 !important; - border-radius: 3px !important; - font-size: 15px !important; + background-color: $grey-background-color !important; color: #000 !important; + border-radius: 3px !important; + font-size: 12px !important; height: 30px !important; line-height: 30px !important; margin: 0 5px 0 0 !important; @@ -146,7 +199,10 @@ top: -1px; height: auto !important; vertical-align: middle !important; - fill: #585858 !important; + + path { + fill: $grey-foreground-color !important; + } } &:hover {