🚨 fix compiler warnings
Co-authored-by: haraldnilsen <harald_998@hotmail.com> Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
78d34e89eb
commit
5a71b084f5
2 changed files with 2 additions and 10 deletions
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue