종료 프로젝트 배경

This commit is contained in:
yoon 2025-03-07 11:15:03 +09:00
parent 17fb20ae1e
commit 292b479523

View File

@ -222,9 +222,6 @@ opacity: 0.6; /* 흐려 보이게 */
right: 1rem;
z-index: 2;
background-color: #fff !important;
border-radius: 0.5rem;
opacity: 1;
padding: 0.635rem;
box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4);
transition: all 0.23s ease 0.1s;
transform: translate(23px, -25px);
@ -236,4 +233,7 @@ opacity: 0.6; /* 흐려 보이게 */
transform: translate(20px, -20px);
}
.end-project {
background-color: #ddd !important;
}
/* project list end */