themes-wordpress/hever/sass/_full-site-editing-editor.scss
Andy Peatling c45a08b34c Hever: Add FSE support. (#1690)
* Update hever for FSE header and footer support. Add CSS column and block margin changes to Varia so that colums can be used to layout header and footer template parts more accurately.

* Remove CSS margin mods that now exist in Varia

* Remove varia mod to match master.

* Bump theme version number to 1.4.0

* Fix margin in FSE header
2019-12-04 01:48:08 +00:00

26 lines
No EOL
448 B
SCSS

@import "../../varia/sass/full-site-editing/editor";
.fse-template-part {
.has-normal-font-size {
font-size: map-deep-get($config-global, "font", "size", "md");
}
.main-navigation a {
text-decoration: none;
}
.wp-block-cover,
.wp-block-cover-image {
.site-title {
font-weight: #{map-deep-get($config-heading, "font", "weight")};
}
.has-background {
text-shadow: none;
}
}
}
.post-content__block {
margin-top: -36px;
}