aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.scss
blob: 35c626ec2960614cf6f6ed6f3ac637078bfb0bd6 (plain) (tree)
1
2
3
4

                       
 
                   











                        

 
                       

                         

                      

                         
 
                 
                 
                    




                                              
                        
                                  

            

                                   
                                           






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

.first-step-block {
  .form-group-channel {
    margin-bottom: 20px;
    margin-top: 35px;
  }

  .audio-image-info {
    margin-bottom: 10px;
  }

  .audio-preview {
    margin: 30px 0;
  }
}

.upload-progress-retry,
.upload-progress-cancel {
  display: flex;
  margin-bottom: 40px;

  .progress {
    @include progressbar;

    flex-grow: 1;
    height: 30px;
    font-size: 14px;
    background-color: rgba(11, 204, 41, 0.16);

    .progress-bar {
      background-color: $green;
      line-height: 30px;
      text-align: start;
      font-weight: $font-semibold;

      span {
        @include margin-left(13px);

        color: pvar(--mainBackgroundColor);
      }
    }
  }

  input {
    @include peertube-button;
    @include grey-button;
    @include margin-left(10px);
  }
}