]>
Commit | Line | Data |
---|---|---|
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 | ||
5f0805d3 C |
16 | .download-type { |
17 | margin-top: 30px; | |
0727cab0 | 18 | |
5f0805d3 C |
19 | .peertube-radio-container { |
20 | @include peertube-radio-container; | |
0727cab0 | 21 | |
5f0805d3 C |
22 | display: inline-block; |
23 | margin-right: 30px; | |
0727cab0 C |
24 | } |
25 | } |