mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 11:06:25 +08:00
11 lines
211 B
TypeScript
11 lines
211 B
TypeScript
import { style } from '@vanilla-extract/css';
|
|
|
|
export const pageDetailSkeletonStyle = style({
|
|
padding: '0 20px',
|
|
});
|
|
|
|
export const pageDetailSkeletonTitleStyle = style({
|
|
height: '52px',
|
|
width: '100%',
|
|
});
|