aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation/report-modals/report.component.scss
blob: 76ec0a6ed1c2717ab8c1b4f12ce1420c5c816d80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@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);
  }
}