mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 19:01:37 +00:00
10 lines
327 B
PHP
10 lines
327 B
PHP
<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>
|