/
istok
/
idp_server
Обзор
Документация
Войти
/
istok
/
idp_server
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
dev
apps/client/app/layout.css.ts
20 строк
500 B
ArtemAstakhov
Move client to nextjs
22 ноя 2025, 22:42
22 ноя 2025, 22:42
35e7508
Код
Авторство
О чём код?
import { globalStyle, style } from "@vanilla-extract/css"; globalStyle("body", { fontFamily: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif", minHeight: "100vh", margin: 0, }); export const root = style({ background: "linear-gradient(135deg, #667eea 0%, #764ba2 100%)", height: "100vh", width: "100vw", display: "flex", alignItems: "center", justifyContent: "center", padding: "20px", margin: 0, boxSizing: "border-box", });