Varia: migrate sass/blocks/latest-posts
This commit is contained in:
parent
3190551c9d
commit
3b29918779
5 changed files with 5 additions and 0 deletions
|
@ -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")};
|
||||
|
|
|
@ -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")};
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue