NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

_typography.sss 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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.4
  39. /* margin-top: $ms-0 */
  40. margin-bottom: $ms-0
  41. h1
  42. font-size: $ms-4
  43. margin-top: $ms--3
  44. margin-bottom: $ms--3
  45. h2
  46. font-size: $ms-3
  47. margin-top: 0.8em
  48. /* margin-bottom: $ms--1 */
  49. h3
  50. font-size: $ms-2
  51. /* margin-top: 1em */
  52. margin-bottom: $ms-0
  53. h4
  54. font-size: $ms-1
  55. /* margin-top: 1.33em */
  56. margin-bottom: $ms-1
  57. h5
  58. font-size: $ms-0
  59. /* margin-top: 1.6em */
  60. margin-bottom: $ms-2
  61. h6
  62. font-size: $ms--1
  63. /* margin-top: 2em */
  64. margin-bottom: $ms-3