bug: fix bug width height checkboxcommon

This commit is contained in:
quangnhankie 2021-08-26 11:23:59 +07:00
parent 3d27832080
commit 581933f727

View File

@ -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;