1
0
pines/elements/alert.html
2023-05-24 08:29:02 -04:00

5 lines
726 B
HTML

<div class="relative w-full rounded-lg border bg-white p-4 [&>svg]:absolute [&>svg]:text-foreground [&>svg]:left-4 [&>svg]:top-4 [&>svg+div]:translate-y-[-3px] [&:has(svg)]:pl-11 text-nuetral-900">
<svg class="w-4 h-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 17 10 11 4 5"></polyline><line x1="12" x2="20" y1="19" y2="19"></line></svg>
<h5 class="mb-1 font-medium leading-none tracking-tight">Alert Message Headline</h5>
<div class="text-sm opacity-70">This is the subtext for your alert message, providing important information or instructions.</div>
</div>