]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-watch/comment/video-comment.component.scss
Fix changing video in watch page
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comment.component.scss
CommitLineData
4635f59d
C
1@import '_variables';
2@import '_mixins';
3
cf117aaa 4.root-comment {
4635f59d 5 font-size: 15px;
cf117aaa 6 display: flex;
4635f59d 7
cf117aaa
C
8 img {
9 @include avatar(36px);
4635f59d 10
cf117aaa
C
11 margin-top: 5px;
12 margin-right: 20px;
4635f59d
C
13 }
14
cf117aaa
C
15 .comment {
16 flex-grow: 1;
17
18 .comment-account-date {
19 display: flex;
20 margin-bottom: 4px;
4635f59d 21
cf117aaa 22 .comment-account {
4cb6d457
C
23 @include disable-default-a-behaviour;
24
25 color: #000;
cf117aaa
C
26 font-weight: $font-bold;
27 }
28
29 .comment-date {
30 color: #585858;
31 margin-left: 10px;
32 }
4635f59d 33 }
4635f59d 34
2890b615
C
35 .comment-html {
36 a {
37 @include disable-default-a-behaviour;
38
39 color: #000;
40 }
41 }
42
cf117aaa
C
43 .comment-actions {
44 margin: 10px 0;
4cb6d457 45 display: flex;
4635f59d 46
4cb6d457 47 .comment-action-reply, .comment-action-delete {
cf117aaa
C
48 color: #585858;
49 cursor: pointer;
4cb6d457
C
50 margin-right: 10px;
51
52 &:hover {
53 color: #000;
54 }
cf117aaa
C
55 }
56 }
4635f59d
C
57 }
58}