]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-watch/comment/video-comment-add.component.scss
Automatically jump to the highlighted thread
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment-add.component.scss
CommitLineData
4635f59d
C
1@import '_variables';
2@import '_mixins';
3
93ef8a9d
C
4form {
5 margin-bottom: 30px;
6}
7
cf117aaa
C
8.avatar-and-textarea {
9 display: flex;
4635f59d 10 margin-bottom: 10px;
4635f59d 11
cf117aaa
C
12 img {
13 @include avatar(36px);
14
15 vertical-align: top;
16 margin-right: 20px;
17 }
18
19 .form-group {
20 flex-grow: 1;
21 margin: 0;
22
23 textarea {
24 @include peertube-textarea(100%, 60px);
25 }
26 }
4635f59d
C
27}
28
29.submit-comment {
30 display: flex;
bf079b7b 31 justify-content: flex-end;
4635f59d
C
32
33 button {
34 @include peertube-button;
35 @include orange-button
36 }
37}