activities.styl 854 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. .activity-comment
  20. display: block
  21. border-radius: 3px
  22. background: white
  23. text-decoration: none
  24. box-shadow: 0 1px 2px rgba(0,0,0,.2)
  25. margin-top: 5px
  26. padding: 5px
  27. .activity-checklist
  28. display: block
  29. border-radius: 3px
  30. background: white
  31. text-decoration: none
  32. box-shadow: 0 1px 2px rgba(0,0,0,.2)
  33. margin-top: 5px
  34. padding: 5px
  35. .activity-meta
  36. font-size: 0.8em
  37. color: darken(white, 40%)