_default.scss 889 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. article, .paragraph{
  2. h2,h3,h4,h5,h6{
  3. font-family: "trueno";
  4. font-weight: 600;
  5. font-size: $font-medium;
  6. color:brown;
  7. margin-top: 1rem;
  8. margin-bottom: .3rem;
  9. }
  10. p{
  11. margin-bottom: .5rem;
  12. }
  13. }
  14. .block-region-third{
  15. h2{
  16. font-size: $font-big;
  17. background-color: black;
  18. color: white;
  19. padding: .3rem .5rem;
  20. }
  21. }
  22. .block-region-first{
  23. background-color: black;
  24. color: white;
  25. #node\:title{
  26. text-transform: uppercase;
  27. font-family: 'duke';
  28. font-size: $font-big;
  29. padding: .3rem .5rem;
  30. }
  31. }
  32. .page-node-type-static{
  33. .layout__region--top{
  34. position: absolute;
  35. top: 0;
  36. left: 0;
  37. width: 100vw;
  38. height: 40vh;
  39. background: $trame;
  40. box-shadow: inset 0 -5rem 8rem white;
  41. z-index: -1;
  42. }
  43. }