mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
23 lines
405 B
TypeScript
23 lines
405 B
TypeScript
import { style } from '@vanilla-extract/css';
|
|
export {
|
|
closeIcon,
|
|
ellipsisTextOverflow,
|
|
halo,
|
|
icon,
|
|
particles,
|
|
root,
|
|
} from '../app-updater-button/index.css';
|
|
|
|
export const rootPadding = style({
|
|
padding: '0 24px',
|
|
});
|
|
|
|
export const label = style({
|
|
display: 'flex',
|
|
alignItems: 'center',
|
|
width: '100%',
|
|
height: '100%',
|
|
fontSize: 'var(--affine-font-sm)',
|
|
whiteSpace: 'nowrap',
|
|
});
|