From 581933f727830e957258c8dd5d434b0cbdef874e Mon Sep 17 00:00:00 2001 From: quangnhankie Date: Thu, 26 Aug 2021 11:23:59 +0700 Subject: [PATCH] bug: fix bug width height checkboxcommon --- .../common/CheckboxCommon/CheckboxCommon.module.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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;