NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

_helpers.sss 793B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* Custom selectors */
  2. @custom-selector :--headings h1, h2, h3, h4, h5, h6
  3. @custom-media --viewport-medium (width <= 50rem)
  4. %flexer
  5. display: flex
  6. justify-content: center
  7. align-items: center
  8. .f
  9. &-row, &-col
  10. @extend %flexer
  11. &.start
  12. justify-content: flex-start
  13. &.end
  14. justify-content: flex-end
  15. &.between
  16. justify-content: space-between
  17. &.around
  18. justify-content: space-around
  19. &.center
  20. justify-content: center
  21. align-items: center
  22. &-row
  23. flex-direction: row
  24. &-col
  25. flex-direction: column
  26. &-grow
  27. flex-grow: 1
  28. .b
  29. &-radius
  30. border-radius: 5px
  31. &-none
  32. border: none
  33. &-solid
  34. border: #000000 1px solid