|
@@ -11,6 +11,7 @@ $spacing_vertical: map-deep-get($config-global, "spacing", "vertical");
|
|
*/
|
|
*/
|
|
|
|
|
|
a {
|
|
a {
|
|
|
|
+
|
|
.site-header &,
|
|
.site-header &,
|
|
&:hover,
|
|
&:hover,
|
|
&:focus,
|
|
&:focus,
|
|
@@ -35,6 +36,7 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.social-navigation {
|
|
.social-navigation {
|
|
|
|
+
|
|
a {
|
|
a {
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
@@ -51,6 +53,7 @@ a {
|
|
* CSS-grid Desktop Menu
|
|
* CSS-grid Desktop Menu
|
|
*/
|
|
*/
|
|
@include media(mobile) {
|
|
@include media(mobile) {
|
|
|
|
+
|
|
.site-header {
|
|
.site-header {
|
|
align-items: center;
|
|
align-items: center;
|
|
display: grid;
|
|
display: grid;
|
|
@@ -58,12 +61,12 @@ a {
|
|
grid-template-rows: auto;
|
|
grid-template-rows: auto;
|
|
grid-column-gap: $spacing_unit;
|
|
grid-column-gap: $spacing_unit;
|
|
grid-template-areas:
|
|
grid-template-areas:
|
|
- "site-logo site-logo"
|
|
|
|
- "site-title social-navigation"
|
|
|
|
- "site-description main-navigation";
|
|
|
|
|
|
+ "site-logo site-logo"
|
|
|
|
+ "site-title social-navigation"
|
|
|
|
+ "site-description main-navigation";
|
|
|
|
|
|
- &:before,
|
|
|
|
- &:after {
|
|
|
|
|
|
+ &::before,
|
|
|
|
+ &::after {
|
|
content: none;
|
|
content: none;
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
@@ -135,7 +138,7 @@ a {
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
|
|
- &:before {
|
|
|
|
|
|
+ &::before {
|
|
border-bottom: (0.5 * $spacing_unit) solid #{map-deep-get($config-global, "color", "primary", "default")};
|
|
border-bottom: (0.5 * $spacing_unit) solid #{map-deep-get($config-global, "color", "primary", "default")};
|
|
border-left: (0.5 * $spacing_unit) solid transparent;
|
|
border-left: (0.5 * $spacing_unit) solid transparent;
|
|
border-right: (0.5 * $spacing_unit) solid transparent;
|
|
border-right: (0.5 * $spacing_unit) solid transparent;
|
|
@@ -168,6 +171,7 @@ a {
|
|
justify-self: flex-end;
|
|
justify-self: flex-end;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Main
|
|
* Main
|
|
*/
|
|
*/
|
|
@@ -179,12 +183,14 @@ a {
|
|
.site-main > .page-header,
|
|
.site-main > .page-header,
|
|
.site-main > .not-found > .page-header {
|
|
.site-main > .not-found > .page-header {
|
|
margin-top: #{0.666 * $spacing_vertical};
|
|
margin-top: #{0.666 * $spacing_vertical};
|
|
|
|
+
|
|
@include media(mobile) {
|
|
@include media(mobile) {
|
|
margin-top: #{2 * $spacing_vertical};
|
|
margin-top: #{2 * $spacing_vertical};
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.site-main > {
|
|
.site-main > {
|
|
|
|
+
|
|
article > .entry-header,
|
|
article > .entry-header,
|
|
.page-header,
|
|
.page-header,
|
|
.not-found > .page-header {
|
|
.not-found > .page-header {
|
|
@@ -197,7 +203,7 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
#main .entry-content .entry-attachment {
|
|
#main .entry-content .entry-attachment {
|
|
- max-width: calc( 100% - #{2 * $spacing_vertical} );
|
|
|
|
|
|
+ max-width: calc(100% - #{2 * $spacing_vertical});
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -208,6 +214,7 @@ a {
|
|
.page-title,
|
|
.page-title,
|
|
.a8c-posts-list .a8c-posts-list-item__title,
|
|
.a8c-posts-list .a8c-posts-list-item__title,
|
|
.wp-block-newspack-blocks-homepage-articles article .entry-title {
|
|
.wp-block-newspack-blocks-homepage-articles article .entry-title {
|
|
|
|
+
|
|
a {
|
|
a {
|
|
color: inherit;
|
|
color: inherit;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
@@ -242,7 +249,7 @@ a {
|
|
font-size: map-deep-get($config-global, "font", "size", "sm");
|
|
font-size: map-deep-get($config-global, "font", "size", "sm");
|
|
}
|
|
}
|
|
|
|
|
|
-.comment-form-cookies-consent input[type=checkbox] + label {
|
|
|
|
|
|
+.comment-form-cookies-consent input[type="checkbox"] + label {
|
|
line-height: #{map-deep-get($config-global, "font", "line-height", "body")};
|
|
line-height: #{map-deep-get($config-global, "font", "line-height", "body")};
|
|
}
|
|
}
|
|
|
|
|
|
@@ -259,16 +266,21 @@ a {
|
|
*/
|
|
*/
|
|
|
|
|
|
@include media(laptop) {
|
|
@include media(laptop) {
|
|
|
|
+
|
|
.site-footer .widget-area {
|
|
.site-footer .widget-area {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
|
+ display: grid;
|
|
|
|
+ grid-template-columns: 1fr 1fr;
|
|
|
|
+ column-gap: 32px;
|
|
|
|
|
|
& > .widget {
|
|
& > .widget {
|
|
- width: 50%;
|
|
|
|
|
|
+ margin-top: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.widget {
|
|
.widget {
|
|
|
|
+
|
|
select {
|
|
select {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
@@ -312,18 +324,20 @@ a {
|
|
ul > li > a::before {
|
|
ul > li > a::before {
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
content: "\2013\00a0" counters(submenu, "\2013\00a0", none);
|
|
content: "\2013\00a0" counters(submenu, "\2013\00a0", none);
|
|
- counter-increment: submenu
|
|
|
|
|
|
+ counter-increment: submenu;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.widget_tag_cloud {
|
|
.widget_tag_cloud {
|
|
|
|
+
|
|
.tagcloud {
|
|
.tagcloud {
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.widget_search {
|
|
.widget_search {
|
|
|
|
+
|
|
.search-field {
|
|
.search-field {
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
|
|
@@ -355,7 +369,7 @@ a {
|
|
.widget_jp_blogs_i_follow li,
|
|
.widget_jp_blogs_i_follow li,
|
|
.widget_rss_links li {
|
|
.widget_rss_links li {
|
|
font-family: inherit;
|
|
font-family: inherit;
|
|
- font-family: var( --font-base, inherit );
|
|
|
|
|
|
+ font-family: var(--font-base, inherit);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -364,13 +378,16 @@ a {
|
|
.wp-block-cover,
|
|
.wp-block-cover,
|
|
.wp-block-cover-image,
|
|
.wp-block-cover-image,
|
|
.has-background {
|
|
.has-background {
|
|
|
|
+
|
|
.wp-block-separator {
|
|
.wp-block-separator {
|
|
- border-color: currentColor;
|
|
|
|
|
|
+ border-color: currentcolor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts {
|
|
.wp-block-latest-posts {
|
|
|
|
+
|
|
> li {
|
|
> li {
|
|
|
|
+
|
|
> a {
|
|
> a {
|
|
color: map-deep-get($config-global, "color", "foreground", "default");
|
|
color: map-deep-get($config-global, "color", "foreground", "default");
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -382,12 +399,13 @@ a {
|
|
color: map-deep-get($config-global, "color", "primary", "default");
|
|
color: map-deep-get($config-global, "color", "primary", "default");
|
|
|
|
|
|
.has-background:not(.has-background-background-color) & {
|
|
.has-background:not(.has-background-background-color) & {
|
|
- color: currentColor;
|
|
|
|
|
|
+ color: currentcolor;
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
.wp-block-latest-posts__post-excerpt,
|
|
.wp-block-latest-posts__post-excerpt,
|
|
.wp-block-latest-posts__post-full-content {
|
|
.wp-block-latest-posts__post-full-content {
|
|
margin-top: $spacing_unit;
|
|
margin-top: $spacing_unit;
|