aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/video/modals/video-download.component.scss
blob: 09dd91aa95cb62b5df4f315416f5bc19eb1616cc (plain) (tree)
1
2
3
4
5
6
7
8
9

                    
 
                            
                                            



                                



                    

 



                       

                   
 

                                      
 

                          

   
@import 'variables';
@import 'mixins';

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

  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;

  select {
    height: inherit;
  }
}

#dropdownDownloadType {
  cursor: pointer;
}

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

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

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