Advertisement
Guest User

Chat Icon Custom

a guest
Jun 26th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /* CHAT ICON SIZE */
  2.  
  3. .avatar-large { /* make sure all the matching numbers match */
  4. width: 75px;
  5. height: 75px;
  6. background-size: 75px 75px;
  7. border-radius: 10px; /* increase number for more circlular icons */
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement