mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 07:22:34 +00:00
Merge (#127)
This commit is contained in:
5
resources/views/components/alert-warning.blade.php
Normal file
5
resources/views/components/alert-warning.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<div
|
||||
class="rounded-lg border-2 border-yellow-500 border-opacity-50 bg-yellow-50 p-4 text-yellow-500 dark:bg-yellow-500 dark:bg-opacity-10 dark:text-white"
|
||||
>
|
||||
{{ $slot }}
|
||||
</div>
|
Reference in New Issue
Block a user