Add Table Styles

This commit is contained in:
2024-03-01 21:45:50 +01:00
parent 77bf19a1c8
commit 474187899f
7 changed files with 44 additions and 12 deletions

View File

@@ -21,6 +21,7 @@
import {window} from "./util.ts";
import {astroI18n, t} from "astro-i18n";
import type {EventFight, ExtendedEvent} from "@type/event";
import "@styles/table.css";
export let event: ExtendedEvent;
export let group: string;
@@ -67,9 +68,6 @@
</div>
<style lang="scss">
table {
@apply w-full;
}
div {
@apply p-3 bg-gray-200 dark:bg-neutral-800 rounded-2xl w-3/4 mx-auto;
}