aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss')
-rw-r--r--client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss12
1 files changed, 1 insertions, 11 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
index 31aa73937..638147dfe 100644
--- a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
+++ b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.scss
@@ -7,18 +7,9 @@
7 7
8.view-replies { 8.view-replies {
9 font-weight: $font-semibold; 9 font-weight: $font-semibold;
10 font-size: 15px;
11 cursor: pointer; 10 cursor: pointer;
12} 11}
13 12
14.glyphicon,
15.comment-thread-loading {
16 @include margin-right(5px);
17
18 display: inline-block;
19 font-size: 13px;
20}
21
22.title-block { 13.title-block {
23 .title-page { 14 .title-page {
24 @include margin-right(0); 15 @include margin-right(0);
@@ -41,10 +32,9 @@
41} 32}
42 33
43#dropdown-sort-comments { 34#dropdown-sort-comments {
44 font-weight: 600; 35 font-weight: $font-semibold;
45 text-transform: uppercase; 36 text-transform: uppercase;
46 border: 0; 37 border: 0;
47 transform: translateY(-7%);
48} 38}
49 39
50@media screen and (max-width: 600px) { 40@media screen and (max-width: 600px) {