_full-site-editing.scss 934 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @import "../../varia/sass/full-site-editing/imports";
  2. $spacing_vertical: map-deep-get($config-global, "spacing", "vertical");
  3. .fse-enabled.home.page.hide-homepage-title .fse-header.entry-content {
  4. padding-bottom: 0;
  5. }
  6. .fse-template-part {
  7. .main-navigation a {
  8. text-decoration: none;
  9. }
  10. @include media(mobile-only) {
  11. max-width: calc( 100% - #{ $spacing_vertical } );
  12. #toggle-menu.has-background-color {
  13. color: map-deep-get($config-global, "color", "foreground", "default") !important;
  14. }
  15. .main-navigation > div {
  16. padding: 0 32px;
  17. }
  18. }
  19. .wp-block-cover,
  20. .wp-block-cover-image {
  21. .site-title a {
  22. text-decoration: none;
  23. }
  24. .has-background {
  25. text-shadow: none;
  26. }
  27. }
  28. }
  29. .fse-header .wp-block-cover:first-child .wp-block-cover__inner-container {
  30. margin-top: 0;
  31. margin-bottom: 0;
  32. .wp-block-spacer:first-child {
  33. display: none;
  34. }
  35. .wp-block-columns.alignfull:nth-child(2) {
  36. margin-top: 0;
  37. }
  38. }