Skip to content

Commit a19ad86

Browse files
authored
Merge pull request #610 from solid-connection/fix/current-term-empty-universities
💄 실시간 인기 파견학교 카드 이미지 하단 그라데이션 추가
2 parents 4f64e24 + 3063004 commit a19ad86

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

apps/web/src/app/(home)/_ui/PopularUniversitySection/_ui/PopularUniversityCard.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ const PopularUniversityCard = ({
5454
}
5555
fallbackSrc="/svgs/placeholders/university-background-placeholder.svg"
5656
/>
57+
{/* gradient overlay - Figma 노드 4265:39770 기반 */}
58+
<div
59+
className="absolute bottom-0 inset-x-0 h-1/2 rounded-b-lg"
60+
style={{
61+
background:
62+
"linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.70) 100%)",
63+
}}
64+
/>
5765
</div>
5866
<div className="absolute bottom-[9px] left-[10px] z-10 tracking-[0.15px] text-white typo-sb-9">
5967
{university.koreanName}
108 KB
Loading
105 KB
Loading

0 commit comments

Comments
 (0)