_full-site-editing-editor.scss 506 B

1234567891011121314151617181920212223242526272829303132
  1. @import "../../varia/sass/full-site-editing/editor";
  2. .fse-template-part {
  3. .has-normal-font-size {
  4. font-size: map-deep-get($config-global, "font", "size", "md");
  5. }
  6. .main-navigation {
  7. .alignwide, .alignfull {
  8. width: 100%;
  9. }
  10. a {
  11. text-decoration: none;
  12. }
  13. }
  14. .wp-block-cover,
  15. .wp-block-cover-image {
  16. .site-title {
  17. font-weight: #{map-deep-get($config-heading, "font", "weight")};
  18. }
  19. .has-background {
  20. text-shadow: none;
  21. }
  22. }
  23. }
  24. .post-content__block {
  25. margin-top: -36px;
  26. }