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.

_avatar.scss 500B

12345678910111213141516171819202122232425262728293031
  1. .avatar {
  2. align-items: center;
  3. background-color: #AAA;
  4. display: flex;
  5. border-radius: 50%;
  6. color: rgba(255, 255, 255, 0.6);
  7. font-weight: 100;
  8. justify-content: center;
  9. object-fit: cover;
  10. }
  11. .avatar-foreign {
  12. align-items: center;
  13. bottom: 0;
  14. display: flex;
  15. font-size: 40pt;
  16. justify-content: center;
  17. left: 0;
  18. position: absolute;
  19. right: 0;
  20. top: 0;
  21. }
  22. .avatar-svg {
  23. height: 100%;
  24. width: 100%;
  25. }
  26. .defaultAvatar {
  27. opacity: 0.6
  28. }