Skapade nya template-sidor

This commit is contained in:
2026-04-11 14:36:25 +02:00
parent 478a8d6302
commit dff458efc9
9 changed files with 507 additions and 111 deletions

20
parts/header.html Normal file
View File

@@ -0,0 +1,20 @@
<!-- wp:group {"metadata":{"name":"Header"},"style":{"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"backgroundColor":"background-secondary","layout":{"type":"constrained"}} -->
<div
class="wp-block-group has-background-secondary-background-color has-background"
style="
padding-top: var(--wp--preset--spacing--30);
padding-right: var(--wp--preset--spacing--60);
padding-bottom: var(--wp--preset--spacing--30);
padding-left: var(--wp--preset--spacing--60);
">
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
<div class="wp-block-group">
<!-- wp:site-logo {"width":90} /-->
<!-- wp:navigation {"ref":1995,"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"small"} /-->
<!-- wp:search {"label":"","showLabel":false,"widthUnit":"%","buttonText":"Sök","className":"searchbox","style":{"border":{"radius":{"topLeft":"8px","topRight":"8px","bottomLeft":"8px","bottomRight":"8px"}}},"fontSize":"small"} /-->
</div>
<!-- /wp:group -->
</div>
<!-- /wp:group -->