[DetailPanel] 제품 썸네일 이미지의 포커스 라인 밖으로 하얀색 영역이 노출되는 현상 수정

This commit is contained in:
고동영
2024-05-07 14:01:30 +09:00
parent 3347f56287
commit 0ab9109833

View File

@@ -71,7 +71,8 @@
.thumbnail {
.size(@w: 560px, @h: 560px);
border: solid 1px #dadada;
box-shadow: 0 0 0 1px #dadada inset;
background-color: #fff;
margin: 0 10px 10px 0;
position: relative;
@@ -245,7 +246,7 @@
&.selected {
&:before {
.size(@w: 142px , @h: 142px);
.size(@w: 144px , @h: 144px);
content: "";
position: absolute;
left: 0;