Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. .like-caption { display: none; }
  2. .dislike-caption { display: none; }
  3.  
  4. .like-count, .dislike-count { font-weight:bold; }
  5. .like-count::before { font-weight:normal; font-size: 12px; content: "Двачую "; color: #333333; }
  6. .dislike-count::before { font-weight:normal; font-size: 12px; content: "RRRAGE! "; color: red; }
  7.  
  8. .post__rate_type_like::before{ font-weight:normal; font-size: 12px; content: "Двачую "; color: #333333; }
  9.  
  10. .post__rate_type_dislike::before { font-weight:normal; font-size: 12px; content: " RRRAGE! "; color: red; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement