aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/modal/video-download.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/modal/video-download.component.scss')
-rw-r--r--client/src/app/videos/+video-watch/modal/video-download.component.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/modal/video-download.component.scss b/client/src/app/videos/+video-watch/modal/video-download.component.scss
new file mode 100644
index 000000000..6325f67a3
--- /dev/null
+++ b/client/src/app/videos/+video-watch/modal/video-download.component.scss
@@ -0,0 +1,17 @@
1@import 'variables';
2@import 'mixins';
3
4.peertube-select-container {
5 @include peertube-select-container(130px);
6}
7
8.download-type {
9 margin-top: 30px;
10
11 .peertube-radio-container {
12 @include peertube-radio-container;
13
14 display: inline-block;
15 margin-right: 30px;
16 }
17}