]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-watch/comment/video-comments.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / comment / video-comments.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
4635f59d 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;
12}
13
931d3430
C
14.glyphicon,
15.comment-thread-loading {
27bc9586
C
16 @include margin-right(5px);
17
4635f59d
C
18 display: inline-block;
19 font-size: 13px;
20}
20acba1c 21
8227643b
RK
22.title-block {
23 .title-page {
27bc9586 24 @include margin-right(0);
8227643b 25 }
e0433a5f 26
8227643b 27 my-feed {
27bc9586
C
28 @include margin-left(5px);
29
8227643b 30 display: inline-block;
8227643b
RK
31 opacity: 0;
32 transition: ease-in .2s opacity;
205e4f56
C
33 width: 12px;
34 position: relative;
35 top: -3px;
8227643b 36 }
205e4f56 37
8227643b
RK
38 &:hover my-feed {
39 opacity: 1;
40 }
169310b2
R
41}
42
e0433a5f 43#dropdown-sort-comments {
c1125bca
RK
44 font-weight: 600;
45 text-transform: uppercase;
931d3430 46 border: 0;
bf64ed41 47 transform: translateY(-7%);
c1125bca
RK
48}
49
c9ffd532
C
50@media screen and (max-width: 600px) {
51 .view-replies {
27bc9586 52 @include margin-left(46px);
c9ffd532 53 }
93ea9c47
C
54}
55
56@media screen and (max-width: 450px) {
57 .view-replies {
58 font-size: 14px;
59 }
60}