feat: migrate to native dialog element for modal component

This commit is contained in:
Sebin Nyshkim 2023-04-02 17:28:48 +02:00
parent b9fe7113ed
commit d0f9434700
2 changed files with 71 additions and 66 deletions

View file

@ -133,6 +133,7 @@
--navigation-justify-content: flex-start;
--quickfacts-background: var(--theme-b-page-background-light);
--modal-background: var(--theme-b-modal-background-light);
--modal-width: 100%;
--welcome-header-headings-flex-basis: 100%;
--welcome-header-headings-margin: 1.5rem 0 0 0;
--welcome-header-mainline-font-size: 2rem;
@ -207,6 +208,9 @@
--font-size-h2: 2.25rem;
--font-size-h3: 1.5rem;
--navigation-justify-content: center;
--modal-width: 30rem;
--welcome-header-headings-flex-basis: 23rem;
--welcome-header-headings-margin: 0;
--welcome-header-mainline-font-size: var(--font-size-h1);