chore: убрать имя заказчика из артефактов + правки деки

- вычищен бренд из деки/дизайна/README/outline (нейтральные --brand токены)
- слайд 1: «на разных языках» вместо «на казахском»
- убрана лишняя угловая плашка в презентации

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-26 13:21:18 +05:00
parent 1e2ce2caf7
commit 39b45567a1
6 changed files with 24 additions and 26 deletions
+4 -5
View File
@@ -1,8 +1,7 @@
// Дизайн-токены Nomad Insurance — вставить в tailwind.config.ts → theme.extend
// Источник: nomad.kz (см. Base/_Inbox/Хакатон Medtech/Дизайн-система — Nomad)
export const nomadTheme = {
// Дизайн-токены (фирменная палитра) — вставить в tailwind.config.ts → theme.extend
export const brandTheme = {
colors: {
nomad: { DEFAULT: "#ff4713", soft: "#ffede7", dark: "#e63e0f" }, // бренд-оранжевый
brand: { DEFAULT: "#ff4713", soft: "#ffede7", dark: "#e63e0f" }, // бренд-оранжевый
"t-gray": "#6b788e", // сине-серый (вторичный)
"light-gray": "#f5f7f9", // фон секций/карточек
link: "#2563eb",
@@ -14,6 +13,6 @@ export const nomadTheme = {
sans: ["Geologica", "ui-sans-serif", "system-ui", "sans-serif"],
},
borderRadius: { lg: "0.5rem", xl: "0.75rem", "2xl": "1rem", "3xl": "1.5rem" },
maxWidth: { container: "80rem" }, // 1280px — контейнер Nomad
maxWidth: { container: "80rem" }, // 1280px — контейнер
boxShadow: { card: "0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1)" },
};