diff options
| author | l3wdfut4pwr l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-01-31 20:33:22 +0200 |
|---|---|---|
| committer | l3wdfut4pwr l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-01-31 20:33:22 +0200 |
| commit | 9edce4dfa5f7c4efecd0f39fb4fd4a4c9863fe6e (patch) | |
| tree | f975a2ba9c63d10d0c28ff206ed4a7b854f39a31 /src/app | |
| parent | 2eaea7a0bc84feb894f37a84110595dff76a8202 (diff) | |
add register and reset dialogs
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/globals.css | 11 |
1 files changed, 11 insertions, 0 deletions
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; |
