mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
16 lines
293 B
TypeScript
16 lines
293 B
TypeScript
import { style } from '@vanilla-extract/css';
|
|
|
|
export const fallbackStyle = style({
|
|
margin: '12px 16px',
|
|
height: '100%',
|
|
});
|
|
|
|
export const fallbackHeaderStyle = style({
|
|
height: '56px',
|
|
width: '100%',
|
|
display: 'flex',
|
|
alignItems: 'center',
|
|
flexDirection: 'row',
|
|
gap: '8px',
|
|
});
|