X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-edit%2Fshared%2Fvideo-edit.component.scss;h=1c6f7f5abc763a37cfda59d33ec51bfdbae95392;hb=d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d;hp=5344e543154650857da2bca47ce37337d8d68033;hpb=28dca0a2211524bbf3ad17666c607eb6325763b8;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 5344e5431..1c6f7f5ab 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 @@ -1,25 +1,10 @@ @use '_variables' as *; @use '_mixins' as *; -label, -my-dynamic-form-field ::ng-deep label { - font-weight: $font-regular; - font-size: 100%; -} - .peertube-select-container { @include peertube-select-container(auto); } -.title-page a { - color: pvar(--mainForegroundColor); - - &:hover { - text-decoration: none; - opacity: .8; - } -} - my-peertube-checkbox { display: block; margin-bottom: 1rem; @@ -33,22 +18,10 @@ my-peertube-checkbox { height: 100%; min-height: 300px; - .form-group { - margin-bottom: 25px; - } - input { @include peertube-input-text(100%); display: block; } - - .label-tags + span { - font-size: 15px; - } - - .advanced-settings .form-group { - margin-bottom: 20px; - } } .captions-header { @@ -56,10 +29,6 @@ my-peertube-checkbox { margin-bottom: 1rem; } -.create-caption { - @include create-button; -} - .caption-entry { display: flex; height: 40px; @@ -68,7 +37,6 @@ my-peertube-checkbox { a.caption-entry-label { @include disable-default-a-behaviour; - flex-grow: 1; color: #000; &:hover { @@ -79,13 +47,14 @@ my-peertube-checkbox { .caption-entry-label { @include margin-right(20px); - font-size: 15px; font-weight: bold; - width: 150px; + min-width: 100px; } .caption-entry-state { - width: 200px; + @include margin-right(15px); + + min-width: 250px; &.caption-entry-state-create { color: #39CC0B; @@ -108,7 +77,6 @@ my-peertube-checkbox { .no-caption { text-align: center; - font-size: 15px; } .submit-container { @@ -119,7 +87,6 @@ my-peertube-checkbox { display: inline-block; color: pvar(--greyForegroundColor); - font-size: 15px; } }