]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-watch/comment/video-comments.component.scss
feature: initial syndication feeds support
[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
1263fc4e
C
4#highlighted-comment {
5 margin-bottom: 25px;
6}
7
4635f59d
C
8.view-replies {
9 font-weight: $font-semibold;
10 font-size: 15px;
11 cursor: pointer;
cf117aaa 12 margin-left: 56px;
d7e70384 13 margin-bottom: 10px;
4635f59d
C
14}
15
16.glyphicon, .comment-thread-loading {
17 margin-left: 5px;
18 display: inline-block;
19 font-size: 13px;
20}
20acba1c 21
5c25dbc2
GN
22.comment-html {
23 word-wrap: normal;
24 word-break: normal;
25 text-align: justify;
26}