aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation/report-modals/report.component.scss
blob: 06e50ac2d657e2851f43a38eaf8c729c5cb03d68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@use '_variables' as *;
@use '_mixins' as *;

.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;
  };
}