]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-watch/modal/video-download.component.scss
add url field to download modal
[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 4.peertube-select-container {
bb5d7428
RK
5 @include peertube-select-container(100px);
6 border-top-right-radius: 0px;
7 border-bottom-right-radius: 0px;
8
9 select {
10 height: inherit;
11 }
0727cab0
C
12}
13
5f0805d3
C
14.download-type {
15 margin-top: 30px;
0727cab0 16
5f0805d3
C
17 .peertube-radio-container {
18 @include peertube-radio-container;
0727cab0 19
5f0805d3
C
20 display: inline-block;
21 margin-right: 30px;
0727cab0
C
22 }
23}