activities.styl 908 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. @import 'nib'
  2. .activity-title
  3. margin: 0 0.5em 0.8em
  4. display: flex
  5. justify-content:space-between
  6. .activities
  7. clear: both
  8. .activity
  9. margin: 10px 0
  10. display: flex
  11. .member
  12. width: 24px
  13. height: @width
  14. .activity-desc
  15. flex: 1
  16. align-self: center
  17. margin: 0
  18. margin-left: 3px
  19. overflow: hidden;
  20. word-break: break-word;
  21. .activity-comment
  22. display: block
  23. border-radius: 3px
  24. background: white
  25. text-decoration: none
  26. box-shadow: 0 1px 2px rgba(0,0,0,.2)
  27. margin-top: 5px
  28. padding: 5px
  29. .activity-checklist
  30. display: block
  31. border-radius: 3px
  32. background: white
  33. text-decoration: none
  34. box-shadow: 0 1px 2px rgba(0,0,0,.2)
  35. margin-top: 5px
  36. padding: 5px
  37. .activity-meta
  38. font-size: 0.8em
  39. color: darken(white, 40%)