mirror of
https://github.com/vercel/commerce.git
synced 2025-07-09 22:31:21 +00:00
bug: fix bug width height checkboxcommon
This commit is contained in:
parent
3d27832080
commit
581933f727
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user