aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
blob: 7720fe43beae156d90638ca0e3db498b798326e4 (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
@use '_variables' as *;
@use '_mixins' as *;

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

.view-replies {
  font-weight: $font-semibold;
  cursor: pointer;
  position: relative;

  .chevron-down {
    @include margin-left(0);
  }
}

.title-block {
  .title-page {
    @include margin-right(0);
  }

  my-feed {
    @include margin-left(5px);

    display: inline-block;
    transition: ease-in .2s opacity;
    width: 12px;
    position: relative;
    top: -3px;
  }
}

#dropdown-sort-comments {
  font-weight: $font-semibold;
  text-transform: uppercase;
  border: 0;
}

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