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; width: 2rem;
background-color:var(--positive); background-color:var(--positive);
&:after { &:after {
left: 25%; left: 25.74%;
top: 27%; bottom: 34.6%;
width: 1rem; width: 0.878rem;
height: 1rem; height: 0.7rem;
color:white; color:white;
content: ""; content: "";
background-image:url('/assets/svg/checkmark.svg'); background-image:url('/assets/svg/checkmark.svg');
background-size:cover;
background-repeat: no-repeat; background-repeat: no-repeat;
position: absolute; position: absolute;
display: none; display: none;