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