Files
AFFiNE-Mirror/packages/component/src/components/app-sidebar/fallback.css.ts
2023-05-17 15:49:55 -07:00

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',
});