check box 수정

This commit is contained in:
김창수 2025-05-15 10:48:35 +09:00
parent 8a58cce56e
commit f4ca9879d0
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,9 @@
// check radio 공통
.check-form-box input[type="checkbox"],
.radio-form-box input[type="radio"]{
position: static;
position: absolute;
top: 0;
left: 0;
margin-left:0;
opacity: 0;
z-index: 1;

View File

@ -626,7 +626,6 @@
align-items: center;
}
.compliance-icon-wrap{
padding-left: 5px;
margin-left: auto;
min-width: 44px;
@include flex(0px);