[상품상세] 배경색 변경.

- 오현주 팀장님 가이드대로 변경.
This commit is contained in:
junghoon86.park
2025-09-23 15:11:33 +09:00
parent 3d47774646
commit 6cf7030474

View File

@@ -14,19 +14,14 @@
// rgba(0, 0, 0, 0.539) 73.73%,
// rgba(0, 0, 0, 0.7) 100%
// ),
linear-gradient(0deg, rgba(0, 0, 0, 0.4)),
linear-gradient(0deg, rgba(0, 0, 0, 0)),
linear-gradient(
180deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.77) 70%,
rgba(0, 0, 0, 1) 100%
),
linear-gradient(
270deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.77) 70%,
rgba(0, 0, 0, 1) 100%
),
linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%),
//1차 변경본 너무 어두움 확인필요
var(--bg-url);
}