Add Button design system and Storybook Solid setup
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 15s

This commit is contained in:
Nikita Pozdniakov
2026-05-27 15:10:38 +03:00
parent 7d3d87b1e5
commit 8642a5bce1
50 changed files with 3084 additions and 695 deletions

View File

@@ -0,0 +1,13 @@
:root {
--ds-font-family-fallback:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--ds-font-family-primary:
"Aeroport-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
--ds-font-family-secondary:
"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
}