80 lines
1.4 KiB
SCSS
80 lines
1.4 KiB
SCSS
@import "../../varia/sass/full-site-editing/imports";
|
|
|
|
$spacing_vertical: map-deep-get($config-global, "spacing", "vertical");
|
|
|
|
.fse-enabled.home.page.hide-homepage-title .fse-header.entry-content {
|
|
padding-bottom: $spacing_vertical;
|
|
@include media(mobile) {
|
|
padding-bottom: #{1.5 * $spacing_vertical};
|
|
}
|
|
}
|
|
|
|
.fse-template-part {
|
|
.wp-block-social-links {
|
|
margin-top: 10px; // Makes it match the editor.
|
|
}
|
|
|
|
&.fse-footer .main-navigation {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.main-navigation {
|
|
.alignwide, .alignfull {
|
|
width: 100%;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.has-background > .main-menu.footer-menu {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
&.fse-header .main-navigation {
|
|
border-bottom: 2px solid rgba(0,0,0,.15);
|
|
|
|
div ul li {
|
|
@include media(mobile) {
|
|
a::after {
|
|
color: #ffa4ad;
|
|
content: " \2022";
|
|
margin-left: #{map-deep-get($config-global, "spacing", "unit")};
|
|
display: inline;
|
|
}
|
|
&:last-child a::after {
|
|
content: "";
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@include media(mobile-only) {
|
|
max-width: calc( 100% - #{ $spacing_vertical } );
|
|
|
|
.main-navigation > div {
|
|
padding: 0 32px;
|
|
}
|
|
}
|
|
|
|
.main-navigation {
|
|
.has-background > .main-menu.footer-menu {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.wp-block-cover,
|
|
.wp-block-cover-image {
|
|
.site-title a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.has-background {
|
|
text-shadow: none;
|
|
}
|
|
}
|
|
}
|