aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/modal/video-share.component.scss
blob: a5766d9838eed11cdd711fdfae5932c93fa18f90 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


                     











                               


                                            
 


                             



                     
 

                   

                          
                      






                         

                   




                            
                     





























                                
 


                        
   
 
@import '_mixins';
@import '_variables';

my-input-readonly-copy {
  width: 100%;
}

.title-page.title-page-single {
  margin-top: 0;
}

.playlist {
  margin-bottom: 50px;
}

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

.action-button-cancel {
  margin-right: 0 !important;
}

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

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

.alert {
  margin-top: 20px;
}

.filters {
  margin-top: 30px;

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

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

  .form-group {
    margin-bottom: 0;
    height: 34px;
    display: flex;
    align-items: center;
  }

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

    .peertube-select-container {
      margin-left: 10px;
    }
  }

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

    my-timestamp-input {
      margin-left: 10px;
    }
  }
}