aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-share-modal/video-share.component.scss
blob: c64e11f4dd23578ac864c3925f57d3c264d50f45 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                       
                    
 
               


              



                      


                                            
 


                     
 
              
                   

                          
                      


                         

        


                   



                

                   
 



                                 
                            
                                

   




                                
                                 







                        
 
                        
                                 
     
   
 





                                 



                     
@use '_variables' as *;
@use '_mixins' as *;

my-input-text {
  width: 100%;
}

.playlist {
  margin-bottom: 50px;
}

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

.qr-code-group {
  text-align: center;
}

.nav-content {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.alert,
.embed {
  margin-top: 20px;
}

.alert-private {
  margin-top: 0;
}

.filters {
  margin-top: 30px;

  .advanced-filters.show {
    overflow: visible !important;
  }

  .advanced-filters-button {
    font-weight: $font-semibold;
  }

  .video-caption-block {
    display: flex;
    align-items: center;

    .peertube-select-container {
      @include margin-left(10px);
    }
  }

  .start-at,
  .stop-at {
    width: 300px;
    display: flex;
    align-items: center;

    my-timestamp-input {
      @include margin-left(10px);
    }
  }
}

.alert-private {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h5 {
  font-size: 1.15rem;
}