userAvatar.styl 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. @import 'nib'
  2. avatar-radius = 50%
  3. .member
  4. border-radius: 3px
  5. display: block
  6. position: relative
  7. float: left
  8. height: 30px
  9. width: @height
  10. margin: 0 4px 4px 0
  11. cursor: pointer
  12. user-select: none
  13. z-index: 1
  14. text-decoration: none
  15. border-radius: avatar-radius
  16. .avatar
  17. overflow: hidden
  18. border-radius: avatar-radius
  19. &.avatar-initials
  20. height: 70%
  21. width: @height
  22. padding: 15%
  23. background-color: #dbdbdb
  24. color: #444444
  25. position: absolute
  26. &.avatar-image
  27. height: 100%
  28. width: @height
  29. .member-presence-status
  30. background-color: #b3b3b3
  31. border: 1px solid #fff
  32. border-radius: 50%
  33. height: 7px
  34. width: @height
  35. position: absolute
  36. right: -1px
  37. bottom: -1px
  38. border: 1px solid white
  39. z-index: 15
  40. &.active
  41. background: #64c464
  42. border-color: #daf1da
  43. &.idle
  44. background: #e4e467
  45. border-color: #f7f7d4
  46. &.disconnected
  47. background: #bdbdbd
  48. border-color: #ededed
  49. &.extra-small
  50. .avatar-initials
  51. font-size: 9px
  52. width: 18px
  53. height: 18px
  54. line-height: 18px
  55. .avatar-image
  56. width: 18px
  57. height: 18px
  58. &.small
  59. width: 30px
  60. height: 30px
  61. .avatar-initials
  62. font-size: 12px
  63. line-height: 30px
  64. &.large
  65. height: 85px
  66. line-height: 85px
  67. width: 85px
  68. .avatar
  69. width: 85px
  70. height: 85px
  71. .avatar-initials
  72. font-size: 16px
  73. font-weight: 700
  74. line-height: 85px
  75. width: 85px
  76. &.add-member
  77. display: flex
  78. align-items: center
  79. justify-content: center
  80. box-shadow: 0 0 0 2px darken(white, 25%) inset
  81. .atMention
  82. background: #dbdbdb
  83. border-radius: 3px
  84. padding: 1px 4px
  85. margin: -1px 0
  86. display: inline-block
  87. &.me
  88. background: #cfdfe8