notification.styl 1.0 KB

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