userAvatar.styl 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. &.pending
  50. background: #e44242
  51. border-color: #f1dada
  52. .edit-avatar
  53. position: absolute
  54. top: 0
  55. height: 100%
  56. width: 100%
  57. border-radius: avatar-radius
  58. background: black
  59. display: flex
  60. align-items: center
  61. justify-content: center
  62. opacity: 0
  63. &:hover
  64. opacity: 0.6
  65. i.fa-pencil
  66. color: white
  67. &.add-member
  68. display: flex
  69. align-items: center
  70. justify-content: center
  71. box-shadow: 0 0 0 2px darken(white, 25%) inset
  72. &:hover, &.is-active
  73. box-shadow: 0 0 0 2px darken(white, 60%) inset
  74. .atMention
  75. background: #dbdbdb
  76. border-radius: 3px
  77. padding: 1px 4px
  78. margin: -1px 0
  79. display: inline-block
  80. &.me
  81. background: #cfdfe8
  82. .mini-profile-info
  83. margin-top: 10px
  84. .info
  85. padding-top: 5px
  86. h3, p
  87. margin-bottom: 0
  88. padding-left: 0
  89. p
  90. padding-top: 0
  91. .member
  92. width: 50px
  93. height: @width
  94. margin-right: 10px