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