fix:영업관리 버튼 스타일 개선 (파란색 버튼)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-09 12:52:25 +09:00
parent a1e73cc252
commit e3d455fdcb

View File

@@ -176,7 +176,7 @@ $mngUrl = (strpos($currentHost, 'sam.kr') !== false)
<div class="hidden md:flex items-center gap-4">
<!-- <a href="sales_scenario/" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors">영업 시나리오</a>
<a href="sales_manager_scenario/" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors">매니저 시나리오</a> -->
<a href="<?= $mngUrl ?>" target="_blank" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors">영업관리</a>
<a href="<?= $mngUrl ?>" target="_blank" class="px-4 py-2 bg-brand-600 text-white text-sm font-bold rounded-lg hover:bg-brand-700 transition-colors shadow-lg shadow-brand-200">영업관리</a>
<a href="price/index.php" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors">가격정책</a>
<!-- Corporate Analysis Hamburger Menu -->