You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 line
335 B

  1. .avatar {
  2. display: inline-block;
  3. vertical-align: middle;
  4. border-radius: 50%;
  5. overflow: hidden;
  6. background-color: #ddd;
  7. border: 1px solid #eee;
  8. }
  9. .avatar img {
  10. width: 100%;
  11. height: auto;
  12. }
  13. .avatar-small {
  14. margin-right: 5px;
  15. width: 30px;
  16. height: 30px;
  17. }
  18. .avatar-large {
  19. margin-right: 10px;
  20. width: 72px;
  21. height: 72px;
  22. }