B2B-98: add package selection page (#26)

* B2B-98: add packages

* B2B-98: add packages

* rename page

* use config path instead of hardcoded

* add link to successful registration

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
This commit is contained in:
Helena
2025-07-02 15:00:03 +03:00
committed by GitHub
parent 297dd7c221
commit 04e0bc8069
17 changed files with 260 additions and 568 deletions

View File

@@ -52,6 +52,9 @@
--cyan: hsla(189, 94%, 43%, 1);
--color-cyan: var(--cyan);
--purple: hsla(292, 84%, 61%, 1);
--color-purple: var(--purple);
/* text colors */
--color-text-foreground: var(--foreground);
--color-text-primary: var(--primary);