From 9edce4dfa5f7c4efecd0f39fb4fd4a4c9863fe6e Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr l3wdfut4pwr Date: Sat, 31 Jan 2026 20:33:22 +0200 Subject: add register and reset dialogs --- src/app/globals.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/app/globals.css') diff --git a/src/app/globals.css b/src/app/globals.css index 9420f04..2422d8f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -8,6 +8,14 @@ --breakpoint-md: 768px; --breakpoint-xl: 1280px; /* старт xl с 1280 */ --breakpoint-2xl: 1920px; /* старт 2xl с 1920 */ + + --text-xs: 12px; + --text-sm: 14px; + --text-base: 16px; + + --text-xs--line-height: 16px; + --text-sm--line-height: 19px; + --text-base--line-height: 22px; } :root { @@ -99,6 +107,9 @@ @layer base { * { @apply border-violet outline-ring/50; + + font-size: 16px; + line-height: 22px; } html { @apply scroll-smooth; -- cgit v1.3-3-g829e