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