]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - video-comments.component.scss
0b8aa1854f26fd0e823b6502034b1ac8dd2dc812
[github/Chocobozzz/PeerTube.git] / video-comments.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 #highlighted-comment {
5 margin-bottom: 25px;
6 }
7
8 .view-replies {
9 font-weight: $font-semibold;
10 font-size: 15px;
11 cursor: pointer;
12 margin-left: 56px;
13 margin-bottom: 10px;
14 }
15
16 .glyphicon, .comment-thread-loading {
17 margin-left: 5px;
18 display: inline-block;
19 font-size: 13px;
20 }
21
22 @media screen and (max-width: 600px) {
23 .view-replies {
24 margin-left: 46px;
25 }
26 }