feat(layout): add PageShell, ColumnsLayout, PageSection primitives
Introduces three new layout primitives (no consumers yet). Adds --page-pad-x/y/collapse CSS tokens to :root and .dark. Updates PageHeader to read padding from tokens. Removes ignored size="large" props from welcome and series pages. Fixes stray markdown in SidebarLayout.
This commit is contained in:
parent
797cf60c05
commit
127d2974c8
8 changed files with 152 additions and 6 deletions
|
|
@ -15,7 +15,7 @@ defineProps({
|
|||
|
||||
<style scoped>
|
||||
.page-header {
|
||||
padding: 24px 28px 16px;
|
||||
padding: var(--page-pad-y) var(--page-pad-x) 16px;
|
||||
border-bottom: 1px dashed var(--border);
|
||||
}
|
||||
.page-header h1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue