X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-video-miniature%2Fvideo-download.component.scss;h=199c3dac8392cc53c888fb46e2540328e8c3fa43;hb=900f7820814b95b07ef0bcac04036a95abfbe060;hp=d407e9531c3a8a2209cabfaf818606523e313b94;hpb=c86fa51b8a84210f3b9fcbeebc3f03f280d5982d;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 d407e9531..199c3dac8 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,6 +1,28 @@ @import 'variables'; @import 'mixins'; +.nav-content { + margin-top: 30px; +} + +.advanced-filters-button { + display: flex; + justify-content: center; + align-items: center; + margin-top: 20px; + font-size: 16px; + font-weight: 600; + cursor: pointer; + + .nav-tabs { + margin-top: 10x; + } + + .glyphicon { + margin-right: 5px; + } +} + .peertube-select-container { @include peertube-select-container(85px); @@ -15,12 +37,21 @@ } } +.action-button-cancel { + @include peertube-button-link; +} + +.action-button-submit { + @include peertube-button-link; + @include orange-button; +} + #dropdownDownloadType { cursor: pointer; } .download-type { - margin-top: 30px; + margin-top: 20px; .peertube-radio-container { @include peertube-radio-container; @@ -30,6 +61,10 @@ } } +.nav-metadata { + margin-top: 20px; +} + .file-metadata { padding: 1rem; }