Files
metabuilder/frontends/nextjs/src/theme/base/layout.ts

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 },
}