]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-moderation/report-modals/report.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-moderation / report-modals / report.component.scss
CommitLineData
fa12eacc
C
1@use '_variables';
2@use '_mixins';
5f0805d3 3
a1b2f876
C
4.information {
5 margin-bottom: 20px;
6}
7
5f0805d3 8textarea {
efc9e845 9 @include peertube-textarea(100%, 100px);
5f0805d3 10}
1ebddadd
RK
11
12.start-at,
13.stop-at {
14 width: 300px;
15 display: flex;
16 align-items: center;
17
18 my-timestamp-input {
27bc9586 19 @include margin-left(10px);
1ebddadd
RK
20 }
21}
22
23.screenratio {
cdeddff1 24 @include block-ratio($selector: 'div, ::ng-deep iframe') {
1ebddadd
RK
25 left: 0;
26 };
27}