Blender-org web-assets v2 upgrade #104116

Merged
Márton Lente merged 56 commits from web-assets-v2-upgrade into main 2024-08-13 17:27:59 +02:00
2 changed files with 29 additions and 25 deletions
Showing only changes of commit 7772019fb8 - Show all commits

View File

@ -196,7 +196,7 @@ $page-card-icon-size: 7.8rem
flex-direction: column flex-direction: column
.feature-image img .feature-image img
margin: 0 auto 0 -6rem margin: 0 auto 0 -9.6rem
.feature-details .feature-details
+margin(3, y) +margin(3, y)
@ -420,3 +420,7 @@ ul.checklist
body.is-lightbox-active body.is-lightbox-active
overflow: hidden overflow: hidden
/* Web Assets Overrides. TODO: move to separate partial */
.cards-item-title
font-size: var(--fs-h4)

View File

@ -154,30 +154,30 @@
"textDecoration": false, "textDecoration": false,
"textTransform": false, "textTransform": false,
"fontSizes": [ "fontSizes": [
{ {
"fluid": { "fluid": {
"min": "0.875rem", "min": "1.4rem",
"max": "1rem" "max": "1.6rem"
}, },
"size": "1rem", "size": "1.6rem",
"slug": "small" "slug": "small"
}, },
{ {
"fluid": { "fluid": {
"min": "1rem", "min": "1.6rem",
"max": "1.125rem" "max": "1.8rem"
}, },
"size": "1.125rem", "size": "1.8rem",
"slug": "medium" "slug": "medium"
}, },
{ {
"fluid": { "fluid": {
"min": "1.75rem", "min": "2.8rem",
"max": "1.875rem" "max": "3rem"
}, },
"size": "1.75rem", "size": "2.8rem",
"slug": "large" "slug": "large"
} }
] ]
}, },
"blocks": { "blocks": {