aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.scss
blob: df42fae7310b284274b98b9e0a53fdfbd0ef439a (plain) (tree)
1
2
3
4
5
6
7


                     



                      






                                     
                    


                        
 



                    
 








                                    

 
                         


                            
                             

 



                                      






                                      
@import '_variables';
@import '_mixins';

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

.view-replies {
  font-weight: $font-semibold;
  font-size: 15px;
  cursor: pointer;
}

.glyphicon, .comment-thread-loading {
  margin-right: 5px;
  display: inline-block;
  font-size: 13px;
}

.title-block {
  .title-page {
    margin-right: 0;
  }

  my-feed {
    display: inline-block;
    margin-left: 5px;
    opacity: 0;
    transition: ease-in .2s opacity;
  }
  &:hover my-feed {
    opacity: 1;
  }
}

#dropdown-sort-comments {
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  transform: translateY(-7%);
}

@media screen and (max-width: 600px) {
  .view-replies {
    margin-left: 46px;
  }
}

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