]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/modals/video-download.component.scss
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / modals / video-download.component.scss
CommitLineData
4635f59d
C
1@import 'variables';
2@import 'mixins';
63c4db6d 3
5f0805d3 4.peertube-select-container {
bb5d7428 5 @include peertube-select-container(100px);
a7f9fae9
C
6
7 border-top-right-radius: 0;
8 border-bottom-right-radius: 0;
9 border-right: none;
bb5d7428
RK
10
11 select {
12 height: inherit;
13 }
0727cab0
C
14}
15
8ba9c205
RK
16#dropdownDownloadType {
17 cursor: pointer;
18}
19
5f0805d3
C
20.download-type {
21 margin-top: 30px;
0727cab0 22
5f0805d3
C
23 .peertube-radio-container {
24 @include peertube-radio-container;
0727cab0 25
5f0805d3
C
26 display: inline-block;
27 margin-right: 30px;
0727cab0
C
28 }
29}