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