X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-video-miniature%2Fvideo-download.component.scss;h=bd42f4813ba35cd401eac571d8084a608100c48c;hb=ad5db1044c8599eaaaa2a578b350777ae996b068;hp=199c3dac8392cc53c888fb46e2540328e8c3fa43;hpb=dc48fdbe68e9dd3a3a6028181e61d8595d98e654;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-video-miniature/video-download.component.scss b/client/src/app/shared/shared-video-miniature/video-download.component.scss index 199c3dac8..bd42f4813 100644 --- a/client/src/app/shared/shared-video-miniature/video-download.component.scss +++ b/client/src/app/shared/shared-video-miniature/video-download.component.scss @@ -1,5 +1,5 @@ -@import 'variables'; -@import 'mixins'; +@use '_variables' as *; +@use '_mixins' as *; .nav-content { margin-top: 30px; @@ -17,36 +17,21 @@ .nav-tabs { margin-top: 10x; } - - .glyphicon { - margin-right: 5px; - } -} - -.peertube-select-container { - @include peertube-select-container(85px); - - border-top-right-radius: 0; - border-bottom-right-radius: 0; - border-right: none; - select { - height: inherit; - border-top-left-radius: .2rem; - border-bottom-left-radius: .2rem; + .glyphicon { + @include margin-right(5px); } } -.action-button-cancel { - @include peertube-button-link; -} +.peertube-select-container.title-select { + @include peertube-select-container(auto); -.action-button-submit { - @include peertube-button-link; - @include orange-button; + display: inline-block; + margin-left: 10px; + vertical-align: top; } -#dropdownDownloadType { +#dropdown-download-type { cursor: pointer; } @@ -54,10 +39,9 @@ margin-top: 20px; .peertube-radio-container { - @include peertube-radio-container; + @include margin-right(30px); display: inline-block; - margin-right: 30px; } } @@ -75,8 +59,9 @@ margin-bottom: 12px; .metadata-attribute-label { + @include padding-right(5px); + min-width: 142px; - padding-right: 5px; display: inline-block; color: pvar(--greyForegroundColor); font-weight: $font-bold; @@ -84,6 +69,7 @@ a.metadata-attribute-value { @include disable-default-a-behaviour; + color: pvar(--mainForegroundColor); &:hover { @@ -94,7 +80,7 @@ &.metadata-attribute-tags { .metadata-attribute-value:not(:nth-child(2)) { &::before { - content: ', ' + content: ', '; } } }