Varia: migrate sass/blocks/list
This commit is contained in:
parent
3b29918779
commit
507f5ee055
3 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
ul,
|
||||
ol {
|
||||
font-family: #{map-deep-get($config-list, "font", "family")};
|
||||
font-family: var( --font-base, #{map-deep-get($config-list, "font", "family")} );
|
||||
margin: 0;
|
||||
padding-left: #{2 * map-deep-get($config-global, "spacing", "horizontal")};
|
||||
}
|
||||
|
@ -20,6 +21,7 @@ li > ol {
|
|||
|
||||
dt {
|
||||
font-family: #{map-deep-get($config-global, "font", "family", "primary")};
|
||||
font-family: va( --font-headings, #{map-deep-get($config-global, "font", "family", "primary")} );
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
@ -1595,6 +1596,7 @@ img {
|
|||
ul,
|
||||
ol {
|
||||
font-family: serif;
|
||||
font-family: var(--font-base, serif);
|
||||
margin: 0;
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
@ -1609,6 +1611,7 @@ ol {
|
|||
|
||||
dt {
|
||||
font-family: sans-serif;
|
||||
font-family: va(--font-headings, sans-serif);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
|
@ -1596,6 +1596,7 @@ img {
|
|||
ul,
|
||||
ol {
|
||||
font-family: serif;
|
||||
font-family: var(--font-base, serif);
|
||||
margin: 0;
|
||||
padding-left: 32px;
|
||||
}
|
||||
|
@ -1610,6 +1611,7 @@ ol {
|
|||
|
||||
dt {
|
||||
font-family: sans-serif;
|
||||
font-family: va(--font-headings, sans-serif);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue