Compare commits
4 Commits
b08eece468
...
5bd555758b
Author | SHA1 | Date | |
---|---|---|---|
5bd555758b | |||
18c6bd422c | |||
8e92cec40f | |||
92e51701d0 |
@ -1,9 +1,14 @@
|
||||
<!-- wp:group {"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group"><!-- wp:template-part {"slug":"header","theme":"lex-scotland-theme","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"right":"0","left":"var:preset|spacing|80"}}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group" style="padding-right:0;padding-left:var(--wp--preset--spacing--80)">
|
||||
<!-- wp:post-content {"align":"wide","layout":{"type":"default"}} /--></div>
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"right":"0","left":"0"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group" style="padding-right:0;padding-left:0">
|
||||
<!-- wp:spacer {"width":"145px","style":{"layout":{"flexSize":"145px","selfStretch":"fixed"}}} -->
|
||||
<div style="height:100px;width:145px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:post-content {"align":"wide","style":{"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"default"}} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","theme":"lex-scotland-theme"} /-->
|
||||
|
16
templates/page-brochure.html
Normal file
16
templates/page-brochure.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!-- wp:group {"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group"><!-- wp:template-part {"slug":"header","theme":"lex-scotland-theme","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"right":"0","left":"0"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group" style="padding-right:0;padding-left:0">
|
||||
<!-- wp:spacer {"width":"145px","style":{"layout":{"flexSize":"145px","selfStretch":"fixed"}}} -->
|
||||
<div style="height:100px;width:145px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:post-content {"align":"wide","style":{"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"default"}} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","theme":"lex-scotland-theme"} /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
20
theme.json
20
theme.json
@ -333,6 +333,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/list-item": {
|
||||
"css": "&::marker { color: var(--wp--preset--color--main-green); }",
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"top": "0.67rem",
|
||||
"bottom": "0.67rem"
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/separator": {
|
||||
"border": {
|
||||
"color": "currentColor",
|
||||
@ -376,5 +385,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"customTemplates": [
|
||||
{
|
||||
"name": "page-brochure",
|
||||
"postTypes": [
|
||||
"page"
|
||||
],
|
||||
"title": "Brochure"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user