diff options
Diffstat (limited to 'apps/portal/src/app/pages/_layout.svelte')
| -rw-r--r-- | apps/portal/src/app/pages/_layout.svelte | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/apps/portal/src/app/pages/_layout.svelte b/apps/portal/src/app/pages/_layout.svelte index 7cb7b2a..8c75cb9 100644 --- a/apps/portal/src/app/pages/_layout.svelte +++ b/apps/portal/src/app/pages/_layout.svelte @@ -1,6 +1,5 @@ <script> - import ThemeSwitcher from "$shared/components/theme-switcher.svelte"; - import {frontpage_base} from "$shared/lib/configuration"; + import BlowoutToolbelt from "$shared/components/blowout-toolbelt.svelte"; </script> <style> @@ -27,18 +26,15 @@ height: auto; } </style> - +<BlowoutToolbelt/> + <main class="container-fluid padding-x-xs padding-x-xxl@xs padding-y-md padding-y-lg@md max-width-sm"> - <a href="{frontpage_base()}" class="block margin-bottom-xs">Go to {frontpage_base()}</a> <div class="z-index-2 position-relative"> <slot/> </div> - - <div class="position-fixed right-0 top-0 margin-md z-index-2"> - <ThemeSwitcher/> - </div> <figure id="decoration" + class="z-index-1" aria-hidden="true"> <svg class="color-contrast-higher opacity-10%" viewBox="0 0 1920 450" |
