]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-moderation/report-modals/report.component.scss
0567330f5b6beab12488525e06f7719db035d536
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-moderation / report-modals / report.component.scss
1 @import 'variables';
2 @import 'mixins';
3
4 .information {
5 margin-bottom: 20px;
6 }
7
8 textarea {
9 @include peertube-textarea(100%, 100px);
10 }
11
12 .start-at,
13 .stop-at {
14 width: 300px;
15 display: flex;
16 align-items: center;
17
18 my-timestamp-input {
19 margin-left: 10px;
20 }
21 }
22
23 .screenratio {
24 @include block-ratio($selector: 'div, ::ng-deep iframe') {
25 left: 0;
26 };
27 }