...
|
...
|
@@ -123,7 +123,7 @@ |
|
|
width: 32px;
|
|
|
height: 32px;
|
|
|
font-size: 27px;
|
|
|
background: resolve("img/home/circle-check-off.png");
|
|
|
background: url("/home/circle-check-off.png");
|
|
|
background-size: cover;
|
|
|
margin-left: -40px;
|
|
|
}
|
...
|
...
|
@@ -131,7 +131,7 @@ |
|
|
|
|
|
&:checked {
|
|
|
& + label:before {
|
|
|
background: resolve("img/home/circle-check-on.png");
|
|
|
background: url("/home/circle-check-on.png");
|
|
|
background-size: cover;
|
|
|
}
|
|
|
}
|
...
|
...
|
|