[justforyou] 이미지 겉 보더 색상 변경.

- 색상변경 및 추가.
This commit is contained in:
junghoon86.park
2025-12-10 10:46:35 +09:00
parent a6eee92641
commit a6275a63e9

View File

@@ -316,7 +316,7 @@
> img { > img {
.size(@w: 356px, @h: 356px); .size(@w: 356px, @h: 356px);
border-radius: 12px; border-radius: 12px;
border:6px solid #000; border:6px solid #DCB9A1;
box-sizing: content-box; box-sizing: content-box;
} }
} }
@@ -389,6 +389,9 @@
.size(@w: 326px, @h: 326px); .size(@w: 326px, @h: 326px);
> img { > img {
.size(@w: inherit, @h: inherit); .size(@w: inherit, @h: inherit);
border-radius: 12px;
border:6px solid #DCB9A1;
box-sizing: content-box;
} }
} }
} }