aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.scss
blob: f95ff5aba9e9139ba8946c9bc5a2b23c6d9d654a (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
@import '_variables';
@import '_mixins';

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

.view-replies {
  font-weight: $font-semibold;
  font-size: 15px;
  cursor: pointer;
}

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

.title-block .title-page {
  margin-right: 0;
}

#dropdownSortComments {
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  transform: translateY(-7%);
}

my-feed {
  display: inline-block;
  margin-left: 5px;
}

@media screen and (max-width: 600px) {
  .view-replies {
    margin-left: 46px;
  }
}

@media screen and (max-width: 450px) {
  .view-replies {
    font-size: 14px;
  }
}