Files
AFFiNE-Mirror/packages/frontend/component/src/components/block-suite-editor/index.css.ts
2023-10-18 15:30:08 +00:00

13 lines
280 B
TypeScript

import { style } from '@vanilla-extract/css';
export const blockSuiteEditorStyle = style({
maxWidth: 'var(--affine-editor-width)',
margin: '0 2rem',
padding: '0 24px',
});
export const blockSuiteEditorHeaderStyle = style({
marginTop: '40px',
marginBottom: '40px',
});