mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
Compare commits
1 Commits
dark-error
...
dark-empty
| Author | SHA1 | Date | |
|---|---|---|---|
| 19e20474e7 |
@ -1,18 +1,24 @@
|
|||||||
<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="flex flex-col items-center justify-center">
|
<div class="relative">
|
||||||
<slot></slot>
|
<BaseDarkHighlight class="bg-highlight/[.07] top-2" />
|
||||||
</div>
|
|
||||||
<div class="mt-2">
|
<div class="relative z-5 flex flex-col items-center">
|
||||||
<label class="font-medium">{{ title }}</label>
|
<div class="flex flex-col items-center justify-center">
|
||||||
</div>
|
<slot />
|
||||||
<div class="mt-2">
|
</div>
|
||||||
<label class="text-gray-500">
|
<div class="mt-2">
|
||||||
{{ description }}
|
<label class="font-medium">{{ title }}</label>
|
||||||
</label>
|
</div>
|
||||||
</div>
|
<div class="mt-2 text-center md:text-left">
|
||||||
<div class="mt-6">
|
<label class="text-gray-500 dark:text-gray-400">
|
||||||
<slot name="actions" />
|
{{ description }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="mt-6">
|
||||||
|
<slot name="actions" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -1,18 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div class="rounded-md bg-red-50 p-4">
|
||||||
class="
|
|
||||||
rounded-md
|
|
||||||
bg-red-50
|
|
||||||
p-4
|
|
||||||
dark:border dark:border-red-400 dark:bg-transparent
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<div class="shrink-0">
|
<div class="shrink-0">
|
||||||
<XCircleIcon class="h-5 w-5 text-red-400 dark:text-red-500" aria-hidden="true" />
|
<XCircleIcon class="h-5 w-5 text-red-400" aria-hidden="true" />
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-3">
|
<div class="ml-3">
|
||||||
<h3 class="text-sm font-medium text-red-800 dark:text-red-500">
|
<h3 class="text-sm font-medium text-red-800">
|
||||||
{{ errorTitle }}
|
{{ errorTitle }}
|
||||||
</h3>
|
</h3>
|
||||||
<div class="mt-2 text-sm text-red-700">
|
<div class="mt-2 text-sm text-red-700">
|
||||||
|
|||||||
Reference in New Issue
Block a user