activities.styl 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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: 0.5px 0
  10. padding: 6px 0;
  11. display: flex
  12. .member
  13. width: 32px
  14. height: @width
  15. .activity-member
  16. font-weight: 700
  17. .activity-desc
  18. word-wrap: break-word
  19. overflow: hidden
  20. flex: 1
  21. align-self: center
  22. margin: 0
  23. margin-left: 3px
  24. overflow: hidden;
  25. word-break: break-word;
  26. .activity-comment
  27. display: block
  28. border-radius: 3px
  29. background: white
  30. text-decoration: none
  31. box-shadow: 0 1px 2px rgba(0,0,0,.2)
  32. margin-top: 5px
  33. padding: 5px
  34. .activity-checklist
  35. display: block
  36. border-radius: 3px
  37. background: white
  38. text-decoration: none
  39. box-shadow: 0 1px 2px rgba(0,0,0,.2)
  40. margin-top: 5px
  41. padding: 5px
  42. .activity-meta
  43. font-size: 0.8em
  44. color: darken(white, 40%)