mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
8 lines
272 B
TypeScript
8 lines
272 B
TypeScript
export const layout = {
|
|
spacing: 8,
|
|
borderRadius: { none: 0, sm: 4, md: 8, lg: 12, xl: 16, full: 9999 },
|
|
contentWidth: { sm: '640px', md: '768px', lg: '1024px', xl: '1280px', full: '100%' },
|
|
sidebar: { width: 280, collapsedWidth: 72 },
|
|
header: { height: 64 },
|
|
}
|