aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature/video-download.component.scss
blob: b689b1046635480192f00e3ff855b575b4c54dfe (plain) (tree)
1
2
3

                    
 















                          
 




                      
                            
                                           


                                
                  


                    

                                     
   

 
                         


                  
                
                   
 

                                      
 

                          

   
 



                   












                                    
                                       




                                         
                                       








                                                  
                      



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

.nav-content {
  margin-top: 30px;
}

.advanced-filters-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;

  .nav-tabs {
    margin-top: 10x;
  }

  .glyphicon {
    margin-right: 5px;
  }
}

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

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

  select {
    height: inherit;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
  }
}

#dropdown-download-type {
  cursor: pointer;
}

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

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

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

.nav-metadata {
  margin-top: 20px;
}

.file-metadata {
  padding: 1rem;
}

.file-metadata .metadata-attribute {
  font-size: 13px;
  display: block;
  margin-bottom: 12px;

  .metadata-attribute-label {
    min-width: 142px;
    padding-right: 5px;
    display: inline-block;
    color: pvar(--greyForegroundColor);
    font-weight: $font-bold;
  }

  a.metadata-attribute-value {
    @include disable-default-a-behaviour;
    color: pvar(--mainForegroundColor);

    &:hover {
      opacity: 0.9;
    }
  }

  &.metadata-attribute-tags {
    .metadata-attribute-value:not(:nth-child(2)) {
      &::before {
        content: ', ';
      }
    }
  }
}