aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/modal/video-report.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-12-05 11:05:54 +0100
committerChocobozzz <me@florianbigard.com>2018-12-05 11:05:54 +0100
commita1b2f876132e2c1fa8adb27bb333b2cd859dc82b (patch)
tree3576289f03efec6702991a3e6ad986acedb5fa95 /client/src/app/videos/+video-watch/modal/video-report.component.scss
parent9c53ef67e303d6c2742126670963db8cfc81e6d2 (diff)
downloadPeerTube-a1b2f876132e2c1fa8adb27bb333b2cd859dc82b.tar.gz
PeerTube-a1b2f876132e2c1fa8adb27bb333b2cd859dc82b.tar.zst
PeerTube-a1b2f876132e2c1fa8adb27bb333b2cd859dc82b.zip
Add information in report modal
Diffstat (limited to 'client/src/app/videos/+video-watch/modal/video-report.component.scss')
-rw-r--r--client/src/app/videos/+video-watch/modal/video-report.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/modal/video-report.component.scss b/client/src/app/videos/+video-watch/modal/video-report.component.scss
index afcdb9a16..4713660a2 100644
--- a/client/src/app/videos/+video-watch/modal/video-report.component.scss
+++ b/client/src/app/videos/+video-watch/modal/video-report.component.scss
@@ -1,6 +1,10 @@
1@import 'variables'; 1@import 'variables';
2@import 'mixins'; 2@import 'mixins';
3 3
4.information {
5 margin-bottom: 20px;
6}
7
4textarea { 8textarea {
5 @include peertube-textarea(100%, 100px); 9 @include peertube-textarea(100%, 100px);
6} 10}