style: add text-glow-white utility class and update career verification UI typography colors

This commit is contained in:
Ümit Tunç
2026-06-08 19:15:46 +03:00
parent 89b81e6ee8
commit eca57bf9cc
@@ -97,8 +97,8 @@
<!-- Middle: Date -->
<div class="text-center">
<span class="text-[9px] text-slate-400 block uppercase tracking-wider">Düzenlenme Tarihi</span>
<span class="text-xs font-bold text-slate-700">{{ \Carbon\Carbon::parse($application->internship_end_date)->format('d.m.Y') }}</span>
<span class="text-[9px] text-slate-600 block uppercase tracking-wider text-glow-white font-semibold">Düzenlenme Tarihi</span>
<span class="text-xs font-bold text-slate-800 text-glow-white">{{ \Carbon\Carbon::parse($application->internship_end_date)->format('d.m.Y') }}</span>
</div>
<!-- Right: Authorized Signature -->
@@ -106,10 +106,10 @@
<div class="inline-block text-center pr-2">
<!-- Digital Signature Stamp Concept -->
<div class="h-10 flex items-center justify-center mb-1">
<span class="font-sans text-slate-800 font-bold text-sm tracking-wider">Trunçgil Teknoloji</span>
<span class="font-sans text-slate-900 font-extrabold text-sm tracking-wider text-glow-white">Trunçgil Teknoloji</span>
</div>
<span class="font-bold text-slate-800 block text-xs">Onay Makamı</span>
<span class="text-[9px] text-slate-400 block">Staj Koordinatörlüğü</span>
<span class="font-bold text-slate-900 block text-xs text-glow-white">Onay Makamı</span>
<span class="text-[9px] text-slate-700 font-semibold block text-glow-white">Staj Koordinatörlüğü</span>
</div>
</div>
</div>
@@ -202,6 +202,10 @@
font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
}
.text-glow-white {
text-shadow: 0 0 10px #ffffff, 0 0 6px #ffffff, 0 0 3px #ffffff;
}
/* Transcript typography helpers scaled globally */
.transcript-header-title {
font-size: calc(0.875rem * var(--transcript-font-scale)) !important;