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