My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_articles.sass 969B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // Deals with article-specific layouts
  2. @import ../colours
  3. article
  4. & + article
  5. padding-top: 50px
  6. border-top: 4px double $gray
  7. margin-top: 50px
  8. header p
  9. position: relative
  10. margin: -1em 0 1.5em 0
  11. color: $gray
  12. font-size: 1.25em
  13. line-height: 1.5em
  14. img
  15. max-width: 100%
  16. p a
  17. color: $link-color
  18. text-decoration-color: $link-underline-color
  19. text-decoration-skip-ink: auto
  20. font-weight: bold
  21. transition: all 0.1s linear
  22. &:visited
  23. color: $visited-link-color
  24. text-decoration-color: $visited-link-underline-color
  25. &:hover, &:focus
  26. color: $active-link-color
  27. text-decoration-color: $active-link-underline-color
  28. .readmore
  29. text-align: right
  30. a
  31. display: inline-block
  32. background-color: $dark-gray
  33. border-radius: 2em
  34. color: #fff
  35. padding: 0.5em 2em
  36. text-decoration: none
  37. transition: background-color 0.1s linear
  38. &:hover
  39. background-color: $cyan