NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

_typography.sss 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @import './variables.sss'
  2. @import './theme.sss'
  3. .t
  4. &-cntr
  5. text-align: center
  6. &-left
  7. text-align: left
  8. &-right
  9. text-align: right
  10. &-justify
  11. text-align: justify
  12. text-justify: inter-word
  13. &-b
  14. font-weight: 800
  15. &-i
  16. text-style: italic
  17. &-up
  18. text-transform: uppercase
  19. &-cap
  20. text-transform: capitalize
  21. &-sans
  22. font-family: $sans
  23. &-serif
  24. font-family: $serif
  25. &-mono
  26. font-family: $mono
  27. a
  28. /* text-decoration: none, leave for now to show links underlined */
  29. &:hover
  30. cursor: pointer
  31. h1, h2, h3, h4, h5, h6 /* common */
  32. /* font-weight: 400 */
  33. display: block
  34. margin-left: 0
  35. margin-right: 0
  36. p
  37. font-size: $ms-0
  38. line-height: 1.2
  39. margin-bottom: $ms-0
  40. h1
  41. font-size: $ms-4
  42. margin-top: $ms--3
  43. margin-bottom: $ms--3
  44. h2
  45. font-size: $ms-3
  46. margin-top: $ms--1
  47. /* margin-bottom: $ms--1 */
  48. h3
  49. font-size: $ms-2
  50. /* margin-top: 1em */
  51. margin-bottom: $ms-0
  52. h4
  53. font-size: $ms-1
  54. /* margin-top: 1.33em */
  55. margin-bottom: $ms--3
  56. h5
  57. font-size: $ms-0
  58. /* margin-top: 1.6em */
  59. margin-bottom: $ms-2
  60. h6
  61. font-size: $ms--1
  62. /* margin-top: 2em */
  63. margin-bottom: $ms-3