]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-moderation/report-modals/report.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-moderation / report-modals / report.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
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 @include margin-left(10px);
20 }
21 }
22
23 .screenratio {
24 @include block-ratio($selector: 'div, ::ng-deep iframe') {
25 left: 0;
26 };
27 }