Varia: migrate sass/blocks/latest-posts

This commit is contained in:
Andrés 2019-09-25 16:21:29 +02:00
parent 3190551c9d
commit 3b29918779
5 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,7 @@
& > li > a {
font-family: #{map-deep-get($config-heading, "font", "family")};
font-family: var( --font-headings, #{map-deep-get($config-heading, "font", "family")} );
font-size: #{map-deep-get($config-heading, "font", "size", "h4")};
font-weight: #{map-deep-get($config-heading, "font", "weight")};
line-height: #{map-deep-get($config-heading, "font", "line-height", "h4")};

View file

@ -17,6 +17,7 @@
& > li > a {
font-family: #{map-deep-get($config-heading, "font", "family")};
font-family: var( --font-headings, #{map-deep-get($config-heading, "font", "family")} );
font-size: #{map-deep-get($config-heading, "font", "size", "h4")};
font-weight: #{map-deep-get($config-heading, "font", "weight")};
line-height: #{map-deep-get($config-heading, "font", "line-height", "h4")};

View file

@ -437,6 +437,7 @@ object {
.wp-block-latest-posts > li > a {
font-family: sans-serif;
font-family: var(--font-headings, sans-serif);
font-size: 1.728rem;
font-weight: bold;
line-height: 1.125;

View file

@ -1477,6 +1477,7 @@ img {
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
font-family: sans-serif;
font-family: var(--font-headings, sans-serif);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {

View file

@ -1511,6 +1511,7 @@ img {
.wp-block-latest-posts > li > a {
font-family: sans-serif;
font-family: var(--font-headings, sans-serif);
font-size: 1.728rem;
font-weight: bold;
line-height: 1.125;