check box 수정
This commit is contained in:
parent
8a58cce56e
commit
f4ca9879d0
@ -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;
|
||||
|
||||
@ -626,7 +626,6 @@
|
||||
align-items: center;
|
||||
}
|
||||
.compliance-icon-wrap{
|
||||
padding-left: 5px;
|
||||
margin-left: auto;
|
||||
min-width: 44px;
|
||||
@include flex(0px);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user