aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation/video-report.component.scss
blob: b2606cbd8250898921eb84f417b71ba6184d78dc (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 {
    margin-left: 10px;
  }
}

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