New design

This commit is contained in:
2025-12-20 17:44:35 +01:00
parent c693f7c7ed
commit bc25bb1626
12 changed files with 826 additions and 299 deletions

View File

@@ -1,5 +1,14 @@
<x-layouts.app.sidebar :title="$title ?? null">
<flux:main>
{{ $slot }}
<footer>
<!-- Footer Info -->
<div class="text-center text-gray-500">
<p class="text-sm">
Källa <a href="https://riksdagen.se" target="_blank"
class="text-blue-600 hover:text-blue-700 underline">riksdagen.se</a>
</p>
</div>
</footer>
</flux:main>
</x-layouts.app.sidebar>