wip: new release modal

- highlight key updates or new features
- needs some transition love
- all copy including text and video placeholder
This commit is contained in:
David Hill 2025-12-21 16:45:49 +00:00 committed by Adam
commit dad5dbc1cc
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
8 changed files with 311 additions and 0 deletions

View file

@ -73,6 +73,14 @@
0 0 0 1px var(--border-base, rgba(11, 6, 0, 0.2)), 0 1px 2px -1px rgba(19, 16, 16, 0.25),
0 1px 2px 0 rgba(19, 16, 16, 0.08), 0 1px 3px 0 rgba(19, 16, 16, 0.12), 0 0 0 2px var(--background-weak, #f1f0f0),
0 0 0 3px var(--border-selected, rgba(0, 74, 255, 0.99));
--shadow-lg-border-base:
0 0 0 1px var(--border-weak-base, rgba(17, 0, 0, 0.12)),
0 36px 80px 0 rgba(0, 0, 0, 0.03),
0 13.141px 29.201px 0 rgba(0, 0, 0, 0.04),
0 6.38px 14.177px 0 rgba(0, 0, 0, 0.05),
0 3.127px 6.95px 0 rgba(0, 0, 0, 0.06),
0 1.237px 2.748px 0 rgba(0, 0, 0, 0.09);
color-scheme: light;
--text-mix-blend-mode: multiply;