feature: login and my page
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<div class="w-full rounded-[20px] p-4 bg-[#F5F7FA] border border-[#E2E8F0] shadow-sm flex items-center gap-4">
|
||||
<div class="flex-1">
|
||||
<h4 class="font-bold text-[#1E293B] text-[14px] mb-1.5">Bạn có biết?</h4>
|
||||
<p class="text-[12px] text-[#475569] font-medium leading-relaxed">
|
||||
Một lời cảm ơn chân thành có thể nhân đôi động lực làm việc của đồng nghiệp!
|
||||
</p>
|
||||
</div>
|
||||
<div class="w-6 h-6 bg-white rounded-full flex items-center justify-center shrink-0 shadow-sm border border-[#E2E8F0]">
|
||||
<span class="text-lg drop-shadow-sm">💡</span>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user