|
@@ -214,19 +214,19 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
}
|
|
|
|
|
|
.has-main-navigation .site-header {
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.has-main-navigation .site-header a {
|
|
|
- border-bottom: 1px solid transparent;
|
|
|
+ padding: var(--global--spacing-vertical) 0;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 830px) {
|
|
|
.has-main-navigation .site-header {
|
|
|
- padding: 35px var(--global--spacing-horizontal);
|
|
|
+ padding: var(--global--spacing-vertical) var(--global--spacing-horizontal);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.has-main-navigation .site-header a {
|
|
|
+ border-bottom: 1px solid transparent;
|
|
|
+}
|
|
|
+
|
|
|
@media only screen and (max-width: 829px) {
|
|
|
.has-main-navigation .site-header .site-title {
|
|
|
margin: 0;
|
|
@@ -241,13 +241,17 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
}
|
|
|
|
|
|
.site-header {
|
|
|
+ display: grid;
|
|
|
+ grid-template-areas: "site-logo site-logo site-logo" "branding branding primary-navigation";
|
|
|
+ grid-template-columns: 0.5fr 1fr 0.5fr;
|
|
|
+ grid-template-rows: auto;
|
|
|
+ grid-column-gap: 16px;
|
|
|
max-width: var(--responsive--alignfull-width);
|
|
|
- padding: var(--global--spacing-horizontal);
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 830px) {
|
|
|
.site-header {
|
|
|
- padding: 35px var(--global--spacing-horizontal);
|
|
|
+ grid-template-areas: "site-logo site-logo site-logo" "branding primary-navigation primary-navigation";
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -259,6 +263,12 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
align-self: center;
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-width: 830px) {
|
|
|
+ .site-header .site-branding {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.site-header .site-branding .site-logo {
|
|
|
margin-left: 0;
|
|
|
margin-top: 0;
|
|
@@ -278,6 +288,14 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
+.site-header .site-logo a {
|
|
|
+ display: block;
|
|
|
+}
|
|
|
+
|
|
|
+.site-header .site-logo a:hover {
|
|
|
+ border-color: transparent;
|
|
|
+}
|
|
|
+
|
|
|
.site-header .primary-navigation-wrapper {
|
|
|
margin-bottom: 6px;
|
|
|
}
|
|
@@ -375,14 +393,23 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
}
|
|
|
|
|
|
.has-title-and-tagline .site-logo {
|
|
|
- padding-top: var(--global--spacing-horizontal);
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-width: 830px) {
|
|
|
+ .has-title-and-tagline .site-logo {
|
|
|
+ padding-bottom: var(--global--spacing-vertical);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.has-title-and-tagline .site-branding {
|
|
|
align-self: flex-start;
|
|
|
}
|
|
|
|
|
|
+.primary-navigation-open .site-header {
|
|
|
+ padding-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
.primary-navigation-open .has-title-and-tagline .site-logo {
|
|
|
display: none;
|
|
|
}
|
|
@@ -405,19 +432,6 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
-.site-header {
|
|
|
- display: grid;
|
|
|
- grid-template-areas: "site-logo site-logo site-logo" "branding branding primary-navigation";
|
|
|
- grid-template-columns: 0.5fr 1fr 0.5fr;
|
|
|
- grid-template-rows: minmax(min-content, max-content);
|
|
|
- grid-column-gap: 16px;
|
|
|
-}
|
|
|
-
|
|
|
-.navigation-wrapper {
|
|
|
- grid-area: primary-navigation;
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
-
|
|
|
.site-footer > .site-info {
|
|
|
font-family: var(--global--font-secondary);
|
|
|
}
|
|
@@ -826,8 +840,18 @@ body[class*="woocommerce"] #page span.onsale {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+body[class*="woocommerce"] #page .woo-navigation .woocommerce-cart-widget {
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
#woocommerce-wrapper ul.products li.product .price {
|
|
|
color: var(--global--color-foreground);
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-width: 830px) {
|
|
|
+ .woo-navigation {
|
|
|
+ padding-top: var(--global--spacing-vertical);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/*# sourceMappingURL=style.css.map */
|