X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fvideo-download.component.scss;h=5fca82135b0a36e3b31eda2dd49160394ee998d9;hb=5f0805d39b94eb2de1b73e0f43ac8685ae900994;hp=7eac3d1c9f0506807b3833e99217a1b041bdc94d;hpb=63c4db6d71b98523753c51747e308682d9a2e8a0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/video-download.component.scss b/client/src/app/videos/+video-watch/video-download.component.scss index 7eac3d1c9..5fca82135 100644 --- a/client/src/app/videos/+video-watch/video-download.component.scss +++ b/client/src/app/videos/+video-watch/video-download.component.scss @@ -1,26 +1,17 @@ @import '_variables'; @import '_mixins'; -.resolution-block:not(:first-child) { - margin-top: 30px; -} - -.orange-button-link { - margin-right: 10px; +.peertube-select-container { + @include peertube-select-container(130px); } -label { - display: block; -} - -.icon { - @include icon(21px); +.download-type { + margin-top: 30px; - margin-right: 5px; - position: relative; - top: -1px; + .peertube-radio-container { + @include peertube-radio-container; - &.icon-download { - background-image: url('../../../assets/images/video/download-white.svg'); + display: inline-block; + margin-right: 30px; } }