Files
cinny/src/app/components/splash-screen/SplashScreen.css.ts
T
2026-03-12 12:16:03 +05:30

12 lines
263 B
TypeScript

import { style } from '@vanilla-extract/css';
import { color, config } from 'folds';
export const SplashScreen = style({
minHeight: '100%',
color: color.Background.OnContainer,
});
export const SplashScreenFooter = style({
padding: config.space.S400,
});