_footer.scss 312 B

123456789101112131415
  1. .home {
  2. .site-footer-container .wp-block-group {
  3. &:before {
  4. content: "";
  5. background-color: var(--wp--custom--color--tertiary);
  6. clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
  7. position: absolute;
  8. height: 100vw;
  9. bottom: 0;
  10. left: 0;
  11. right: 0;
  12. z-index: -1;
  13. }
  14. }
  15. }