diff --git a/resources/views/front/career/verify.blade.php b/resources/views/front/career/verify.blade.php index 9b8a006..12a0736 100644 --- a/resources/views/front/career/verify.blade.php +++ b/resources/views/front/career/verify.blade.php @@ -97,8 +97,8 @@
- Düzenlenme Tarihi - {{ \Carbon\Carbon::parse($application->internship_end_date)->format('d.m.Y') }} + Düzenlenme Tarihi + {{ \Carbon\Carbon::parse($application->internship_end_date)->format('d.m.Y') }}
@@ -106,10 +106,10 @@
- Trunçgil Teknoloji + Trunçgil Teknoloji
- Onay Makamı - Staj Koordinatörlüğü + Onay Makamı + Staj Koordinatörlüğü
@@ -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;