]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-watch/comment/video-comments.component.scss
Issue #168: youtube-like marking of comments (#297)
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / comment / video-comments.component.scss
CommitLineData
4635f59d
C
1@import '_variables';
2@import '_mixins';
3
4.view-replies {
5 font-weight: $font-semibold;
6 font-size: 15px;
7 cursor: pointer;
cf117aaa 8 margin-left: 56px;
d7e70384 9 margin-bottom: 10px;
4635f59d
C
10}
11
12.glyphicon, .comment-thread-loading {
13 margin-left: 5px;
14 display: inline-block;
15 font-size: 13px;
16}