]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-watch/comment/video-comment-add.component.scss
Add avatar in comments
[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
cf117aaa
C
4.avatar-and-textarea {
5 display: flex;
4635f59d 6 margin-bottom: 10px;
4635f59d 7
cf117aaa
C
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 }
4635f59d
C
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}