2
0

member.styl 1.8 KB

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