Fixing check on rules

This commit is contained in:
Maxime Lalo 2023-09-28 13:36:32 +02:00
parent 0c4252a679
commit 8216b5060c
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.2251 3.36088C13.4893 3.59571 13.5131 4.00024 13.2783 4.26442L6.4516 11.9444C6.33015 12.0811 6.15607 12.1592 5.97326 12.1592C5.79045 12.1592 5.61637 12.0811 5.49492 11.9444L2.08159 8.10442C1.84676 7.84024 1.87055 7.43571 2.13474 7.20088C2.39892 6.96606 2.80344 6.98985 3.03827 7.25403L5.97326 10.5559L12.3216 3.41403C12.5564 3.14985 12.9609 3.12606 13.2251 3.36088Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 497 B

View File

@ -18,7 +18,7 @@
}
input[type="checkbox"]::before {
content: url("../../../Assets/Icons/check.svg");
content: url("../../../Assets/Icons/check_white.svg");
place-content: flex-start;
display: grid;
width: 16px;