Files
thankcard-system/resources/views/components/info-card.blade.php
T
2026-07-03 16:54:43 +07:00

13 lines
804 B
PHP

<div class="w-full rounded-[24px] p-5 bg-gradient-to-br from-[#FFF9E8] to-[#FFFDF8] shadow-[0_8px_24px_rgba(15,23,42,0.04)] flex items-center gap-4">
<div class="flex-1">
<h4 class="font-bold text-[#F59E0B] text-[15px] mb-1.5">Bạn biết?</h4>
<p class="text-[13px] text-[#5B6475] font-medium leading-[1.6]">
Một lời cảm ơn chân thành thể nhân đôi động lực làm việc của đồng nghiệp!
</p>
</div>
<div class="w-11 h-11 bg-white rounded-full flex items-center justify-center shrink-0 shadow-[0_4px_16px_rgba(245,158,11,0.15)] relative">
<div class="absolute inset-0 bg-[#F59E0B] rounded-full blur-md opacity-20"></div>
<span class="text-[22px] drop-shadow-sm relative z-10">💡</span>
</div>
</div>