Merge branch 'feature/audio-upload' into develop
[oweals/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 .download-type {
17   margin-top: 30px;
18
19   .peertube-radio-container {
20     @include peertube-radio-container;
21
22     display: inline-block;
23     margin-right: 30px;
24   }
25 }