aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.scss
blob: 7aadc28662b0b51504c17a9d13d3017f1a899365 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@import '_variables';
@import '_mixins';

#highlighted-comment {
  margin-bottom: 25px;
}

.view-replies {
  font-weight: $font-semibold;
  font-size: 15px;
  cursor: pointer;
  margin-left: 56px;
  margin-bottom: 10px;
}

.glyphicon, .comment-thread-loading {
  margin-left: 5px;
  display: inline-block;
  font-size: 13px;
}

.comment-html {
  word-wrap: normal;
  word-break: normal;
  text-align: justify;
}