timeline.styl 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .timeline-wrap
  2. border-left: 4px solid #e7e7e7
  3. margin: 40px 20px 40px 40px
  4. .timeline-row
  5. clearfix()
  6. margin: 20px 0
  7. .node,
  8. .title
  9. float: left
  10. .node
  11. width: 12px
  12. color: white
  13. height: 12px
  14. border-radius: 50%
  15. margin: 11px 0 0 -8px
  16. display: inline-block
  17. background-color: #38b7ea
  18. .content
  19. margin-left: 25px
  20. position: relative
  21. background-color: white
  22. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
  23. &:after,
  24. &:before
  25. content: ''
  26. position: absolute
  27. display: inline-block
  28. &:after
  29. top: 10px
  30. left: -14px
  31. border: 7px solid transparent
  32. border-right-color: white
  33. &:before
  34. top: 9px
  35. left: -16px
  36. border: 8px solid transparent
  37. border-right-color: rgba(0, 0, 0, 0.05)
  38. h1,
  39. .article-meta
  40. padding: 10px
  41. h1
  42. font-size: 16px
  43. a
  44. @extend $link-dark
  45. .article-meta
  46. border-top: 1px solid #f7f7f7
  47. background-color: rgba(244, 246, 247, 0.2)
  48. .timeline-row-major
  49. .node
  50. width: 14px
  51. height: 14px
  52. font-size: 14px
  53. margin: 0 0 0 -17px
  54. padding: 6px 8px 10px
  55. .title
  56. font-size: 18px
  57. margin-left: 15px
  58. line-height: 30px