notification.styl 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #notifications-drawer
  2. &.show-read .notification.read
  3. display: flex
  4. .notification
  5. display: flex
  6. float: none
  7. padding: 15px 8px 8px
  8. color: black
  9. border-bottom: 1px solid #dbdbdb
  10. &.read
  11. display: none
  12. .read-status
  13. width: 30px
  14. padding: 0px 10px 0px 0px
  15. input
  16. width: 24px
  17. height: 24px
  18. .activity-type
  19. margin: 16px 0 0
  20. width: 17px
  21. height: 17px
  22. font-size: 17px
  23. display: block
  24. color: #bbb
  25. .details
  26. .activity
  27. a.member
  28. margin: 0px 0px 0px 0px
  29. padding: 0px
  30. svg
  31. padding: 3px
  32. .activity-desc
  33. margin: 0px 0px 0px 5px
  34. .activity-comment
  35. display: block
  36. width: 100%
  37. border-radius: 3px
  38. background: #fff
  39. text-decoration: none
  40. box-shadow: 0 1px 2px rgba(0,0,0,0.2)
  41. margin-top: 5px
  42. padding: 5px
  43. .activity-meta
  44. display: block
  45. font-size: 0.8em
  46. color: #999
  47. font-style: italic
  48. .remove
  49. a:hover
  50. color #eb4646 !important
  51. @media screen and (max-width: 800px)
  52. #notifications-drawer
  53. .notification
  54. height: auto
  55. .details
  56. .activity
  57. a.member
  58. height: 36px
  59. width: 36px