Files
cinny/src/app/components/splash-screen/SplashScreen.css.ts
T

13 lines
310 B
TypeScript
Raw Normal View History

2024-01-21 23:50:56 +11:00
import { style } from '@vanilla-extract/css';
import { color, config } from 'folds';
export const SplashScreen = style({
minHeight: '100%',
backgroundColor: color.Background.Container,
color: color.Background.OnContainer,
});
export const SplashScreenFooter = style({
padding: config.space.S400,
});