]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-moderation/report-modals/report.component.scss
Add banner migrations
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-moderation / report-modals / report.component.scss
CommitLineData
4635f59d
C
1@import 'variables';
2@import '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 {
19 margin-left: 10px;
20 }
21}
22
23.screenratio {
24 @include large-screen-ratio($selector: 'div, ::ng-deep iframe') {
25 left: 0;
26 };
27}