notification.styl 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. a
  29. margin: 0px 10px 0px 0px
  30. padding: 0px
  31. .activity-desc
  32. width: 100%;
  33. .activity-comment
  34. display: block
  35. width: 100%
  36. border-radius: 3px
  37. background: #fff
  38. text-decoration: none
  39. box-shadow: 0 1px 2px rgba(0,0,0,0.2)
  40. margin-top: 5px
  41. padding: 5px
  42. .activity-meta
  43. display: block
  44. font-size: 0.8em
  45. color: #999
  46. font-style: italic
  47. .remove
  48. a:hover
  49. color #eb4646 !important