rule book front

This commit is contained in:
Sirttas
2026-05-31 17:00:49 +02:00
parent 676ff961ed
commit ba81d7b6a8
14 changed files with 605 additions and 263 deletions
+2 -14
View File
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { RouterLink, RouterView } from 'vue-router';
import {RouterLink, RouterView} from 'vue-router';
</script>
<template>
@@ -18,15 +17,4 @@ import { RouterLink, RouterView } from 'vue-router';
</div>
<RouterView />
</div>
</template>
<style scoped>
@reference "tailwindcss";
a.tab {
@apply flex items-center px-4 me-2 rounded-t-md bg-slate-600 hover:bg-slate-700;
&.router-link-active {
@apply bg-emerald-500 hover:bg-emerald-700;
}
}
</style>
</template>