]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/+video-watch/comment/video-comments.component.scss
Add mentions to comments
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comments.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .view-replies {
5 font-weight: $font-semibold;
6 font-size: 15px;
7 cursor: pointer;
8 margin-left: 56px;
9 margin-bottom: 10px;
10 }
11
12 .glyphicon, .comment-thread-loading {
13 margin-left: 5px;
14 display: inline-block;
15 font-size: 13px;
16 }