index.styl 1001 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // ************** Start **************
  2. // you can comment out the following code snippet.
  3. .home
  4. .hero
  5. img
  6. max-height 220px !important
  7. h1
  8. font-size 2.6rem !important
  9. .action-button
  10. padding 0.4rem 1.4rem !important
  11. .footer
  12. padding 1rem !important
  13. .sidebar
  14. > .sidebar-links
  15. > li
  16. > a
  17. &.sidebar-link
  18. font-size 1em !important
  19. line-height: 1.4 !important
  20. font-weight normal !important
  21. &.active
  22. font-weight bold !important
  23. .sidebar
  24. > .sidebar-links
  25. > li:not(:first-child)
  26. margin-top auto !important
  27. // reset scrollbar
  28. ::-webkit-scrollbar{width:6px;height:1px}
  29. ::-webkit-scrollbar-thumb{background:#3eaf7c}
  30. ::-webkit-scrollbar-track{background:transparent}
  31. // *************** End ***************
  32. /* **********************************************
  33. Add Extra Styles
  34. https://vuepress.vuejs.org/config/#index-styl
  35. ********************************************** */
  36. // You can add extra styles from the following (using stylus or css)