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

                    
 



                      
          
                                          
 







                      
                               



              
                                                            


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

.information {
  margin-bottom: 20px;
}

textarea {
  @include peertube-textarea(100%, 100px);
}

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

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

.screenratio {
  @include block-ratio($selector: 'div, ::ng-deep iframe') {
    left: 0;
  };
}