aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/modal/video-download.component.scss
blob: 6325f67a3a3fff2aa67fbc10bb1abc5293e37386 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import 'variables';
@import 'mixins';

.peertube-select-container {
  @include peertube-select-container(130px);
}

.download-type {
  margin-top: 30px;

  .peertube-radio-container {
    @include peertube-radio-container;

    display: inline-block;
    margin-right: 30px;
  }
}