diff --git a/src/components/common/CheckboxCommon/CheckboxCommon.module.scss b/src/components/common/CheckboxCommon/CheckboxCommon.module.scss index a26a23aec..6c5b3716e 100644 --- a/src/components/common/CheckboxCommon/CheckboxCommon.module.scss +++ b/src/components/common/CheckboxCommon/CheckboxCommon.module.scss @@ -31,13 +31,14 @@ width: 2rem; background-color:var(--positive); &:after { - left: 25%; - top: 27%; - width: 1rem; - height: 1rem; + left: 25.74%; + bottom: 34.6%; + width: 0.878rem; + height: 0.7rem; color:white; content: ""; background-image:url('/assets/svg/checkmark.svg'); + background-size:cover; background-repeat: no-repeat; position: absolute; display: none;