|
@@ -647,14 +647,22 @@ article .entry-header .entry-title,
|
|
margin: 0;
|
|
margin: 0;
|
|
justify-self: end;
|
|
justify-self: end;
|
|
|
|
|
|
|
|
+ #toggle-cart[for="woocommerce-toggle"].button,
|
|
#toggle-menu {
|
|
#toggle-menu {
|
|
padding: (1.5 * $baseline-unit);
|
|
padding: (1.5 * $baseline-unit);
|
|
display: inline-block;
|
|
display: inline-block;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+ justify-self: end;
|
|
font-size: #{map-deep-get($config-global, "font", "size", "xs" )};
|
|
font-size: #{map-deep-get($config-global, "font", "size", "xs" )};
|
|
}
|
|
}
|
|
|
|
+ #toggle-cart[for="woocommerce-toggle"] {
|
|
|
|
+ margin-top: $baseline-unit;
|
|
|
|
+ }
|
|
|
|
+ #toggle-cart[for="woocommerce-toggle"].button svg {
|
|
|
|
+ margin-top: -2px;
|
|
|
|
+ }
|
|
|
|
|
|
- .menu-main-menu-container {
|
|
|
|
|
|
+ .main-menu-container {
|
|
margin-top: $baseline-unit;
|
|
margin-top: $baseline-unit;
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 100;
|
|
z-index: 100;
|
|
@@ -664,15 +672,28 @@ article .entry-header .entry-title,
|
|
background: #{map-deep-get($config-global, "color", "foreground", "dark") };
|
|
background: #{map-deep-get($config-global, "color", "foreground", "dark") };
|
|
padding: 0 (2 * $baseline-unit) $baseline-unit;
|
|
padding: 0 (2 * $baseline-unit) $baseline-unit;
|
|
border-radius: #{map-deep-get($config-global, "border-radius", "xs" )};
|
|
border-radius: #{map-deep-get($config-global, "border-radius", "xs" )};
|
|
- }
|
|
|
|
|
|
|
|
- .menu-main-menu-container {
|
|
|
|
a {
|
|
a {
|
|
padding: $baseline-unit 0;
|
|
padding: $baseline-unit 0;
|
|
line-height: 1;
|
|
line-height: 1;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .woocommerce-cart-widget {
|
|
|
|
+ background: #{map-deep-get($config-global, "color", "foreground", "dark") };
|
|
|
|
+ border-radius: #{map-deep-get($config-global, "border-radius", "xs" )};
|
|
|
|
+ padding: $baseline-unit (2 * $baseline-unit );
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .woocommerce-menu-container {
|
|
|
|
+ text-align: left;
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ margin-top: 6 * $baseline-unit;
|
|
|
|
+
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|