style-child-theme-editor.scss 697 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /**
  2. * These styles should be loaded by the Block Editor only
  3. */
  4. /**
  5. * Abstracts
  6. * - Mixins, variables and functions
  7. */
  8. @import "../../varia/sass/abstracts/imports";
  9. /**
  10. * Child Theme Name
  11. */
  12. @import "config-child-theme-deep";
  13. //@import "config-child-theme";
  14. /**
  15. * Base
  16. * - Reset the browser
  17. */
  18. @import "../../varia/sass/base/editor";
  19. /**
  20. * Elements
  21. * - Styles for basic HTML elemants
  22. */
  23. @import "../../varia/sass/elements/editor";
  24. /**
  25. * Blocks
  26. * - These styles replace key Gutenberg Block styles for fonts, colors, and
  27. * spacing with CSS-variables overrides
  28. */
  29. @import "../../varia/sass/blocks/editor";
  30. /**
  31. * Extras
  32. */
  33. .editor-post-title__input {
  34. text-align: center;
  35. }