mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
Compare commits
1 Commits
dark-globa
...
dark-empty
| Author | SHA1 | Date | |
|---|---|---|---|
| 19e20474e7 |
@ -1,13 +1,17 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col items-center justify-center mt-16">
|
<div class="flex flex-col items-center justify-center mt-16">
|
||||||
|
<div class="relative">
|
||||||
|
<BaseDarkHighlight class="bg-highlight/[.07] top-2" />
|
||||||
|
|
||||||
|
<div class="relative z-5 flex flex-col items-center">
|
||||||
<div class="flex flex-col items-center justify-center">
|
<div class="flex flex-col items-center justify-center">
|
||||||
<slot></slot>
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-2">
|
<div class="mt-2">
|
||||||
<label class="font-medium">{{ title }}</label>
|
<label class="font-medium">{{ title }}</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-2">
|
<div class="mt-2 text-center md:text-left">
|
||||||
<label class="text-gray-500">
|
<label class="text-gray-500 dark:text-gray-400">
|
||||||
{{ description }}
|
{{ description }}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
@ -15,6 +19,8 @@
|
|||||||
<slot name="actions" />
|
<slot name="actions" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
Reference in New Issue
Block a user