🚨 fix compiler warnings

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-14 14:48:22 +01:00
parent 78d34e89eb
commit 5a71b084f5
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
2 changed files with 2 additions and 10 deletions

View file

@ -1,8 +1,5 @@
<script lang="ts">
import type { LayoutData } from './$types';
import "../app.css";
export let data: LayoutData;
</script>
<div class="bg-bg w-screen h-screen px-28 py-14">

View file

@ -51,14 +51,14 @@
</div>
</div>
<div class="flex justify-center items-center gap-8">
<a href="">
<a href="/">
<button class="flex items-center gap-2 text-primary font-semibold">
<ArrowChevron width=16 direction="left"/>
Forrige spørsmål
</button>
</a>
<ButtonComponent text="Send inn svar" url="/" filled={true} />
<a href="">
<a href="/">
<button class="flex items-center gap-2 text-primary font-semibold opacity-50">
Neste spørsmål
<ArrowChevron width=16 direction="right"/>
@ -72,11 +72,6 @@
color: theme(colors.content);
}
li {
list-style-type: disc;
margin-left: 2rem;
font-size: large;
}
p {
font-size: medium;
}