fix: asset path naming
This commit is contained in:
parent
25f6c5fb31
commit
6ec76544e2
@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"]::before {
|
input[type="checkbox"]::before {
|
||||||
content: url("../../../assets/icons/check.svg");
|
content: url("../../../Assets/icons/check.svg");
|
||||||
place-content: center;
|
place-content: center;
|
||||||
display: grid;
|
display: grid;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user