mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 23:42:34 +00:00
2.x
This commit is contained in:
9
resources/views/web/fields/alert.blade.php
Normal file
9
resources/views/web/fields/alert.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
<div>
|
||||
<div>
|
||||
<div
|
||||
class="border-{{ $getColor() }}-500 bg-{{ $getColor() }}-100 text-{{ $getColor() }}-700 dark:bg-{{ $getColor() }}-500 dark:text-{{ $getColor() }}-500 rounded-lg border border-l-4 px-4 py-3 dark:bg-opacity-10"
|
||||
>
|
||||
{{ $getMessage() }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user