]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-watch/comment/video-comments.component.scss
Handle HTML is comments
[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;
4635f59d
C
9}
10
11.glyphicon, .comment-thread-loading {
12 margin-left: 5px;
13 display: inline-block;
14 font-size: 13px;
15}