]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-watch/modal/video-download.component.scss
Update videos response api
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / modal / video-download.component.scss
CommitLineData
4635f59d
C
1@import 'variables';
2@import 'mixins';
63c4db6d 3
5f0805d3
C
4.peertube-select-container {
5 @include peertube-select-container(130px);
0727cab0
C
6}
7
5f0805d3
C
8.download-type {
9 margin-top: 30px;
0727cab0 10
5f0805d3
C
11 .peertube-radio-container {
12 @include peertube-radio-container;
0727cab0 13
5f0805d3
C
14 display: inline-block;
15 margin-right: 30px;
0727cab0
C
16 }
17}