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
|
|
@ -38,6 +38,9 @@
|
|||
--green: #4a6a38;
|
||||
--green-bg: rgba(74, 106, 56, 0.08);
|
||||
--ember-bg: rgba(138, 68, 32, 0.1);
|
||||
--page-pad-x: 28px;
|
||||
--page-pad-y: 24px;
|
||||
--page-collapse: 1024px;
|
||||
}
|
||||
|
||||
.dark {
|
||||
|
|
@ -65,6 +68,9 @@
|
|||
--green: #6e9c52;
|
||||
--green-bg: rgba(110, 156, 82, 0.12);
|
||||
--ember-bg: rgba(202, 106, 58, 0.14);
|
||||
--page-pad-x: 28px;
|
||||
--page-pad-y: 24px;
|
||||
--page-collapse: 1024px;
|
||||
}
|
||||
|
||||
/* ---- TAILWIND @THEME MAPPING ---- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue