[에너지 라벨 부분수정]

- 보더 radius제거 및 높이값 제거.
This commit is contained in:
junghoon86.park
2025-11-20 10:53:58 +09:00
parent e21f6a1072
commit afaffd965a

View File

@@ -105,13 +105,11 @@
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
.enrgLbImg { .enrgLbImg {
width:62px; width:62px;
height:38px;
border:4px solid transparent; border:4px solid transparent;
&:focus { &:focus {
border: 4px solid @PRIMARY_COLOR_RED; border: 4px solid @PRIMARY_COLOR_RED;
box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
border-radius: 12px;
box-sizing: border-box; box-sizing: border-box;
} }
> img { > img {