Files
shoptime/com.twin.app.shoptime/src/components/MobileSend/SMSNumKeyPad.module.less
junghoon86.park 58641c1bac [detail] 모바일 샌드 팝업 스타일 수정#1
- 피그마에 맞게 수정(단 팝업 크기 자체의 문제가 있어 이부분 처리 필요)
 - 에러관련 부분은 미처리.
2025-10-17 16:45:22 +09:00

52 lines
1.0 KiB
Plaintext

@import "../../style/CommonStyle.module.less";
@import "../../style/utils.module.less";
.container {
display: flex;
flex-wrap: wrap;
width: 202.5px;
height: 218px;
justify-content: end;
align-items: center;
// .numInput {
// padding: 18px 5px 18px 20px;
// width: 437px;
// .border-solid(@size:1px,#cccccc);
// height: 100%;
// cursor: text;
// font-weight: normal;
// font-size: 28px;
// }
// width: 441px;
.btn {
.flex();
outline: none;
width: 54.5px;
height: 54.5px;
// margin: 0 1px 1px 0;
&:nth-child(3n + 2) {
margin: 0px 19px;
}
color: #ffffff;
font-size: 27px;
text-align: center;
&:nth-child(3n + 3) {
margin: 0 0 1px 0;
}
&.btnBack {
font-size: 18px;
font-weight: 600;
}
&.btnDelete {
background-image: url("../../../assets//images/deltxt.png");
.imgElement(37px,27px,center,center);
}
&:focus {
background-color: #e6e6e6;
color: #4c5059;
border-radius: 6px;
}
}
}