Showing
2 changed files
with
2 additions
and
2 deletions
@@ -123,7 +123,7 @@ | @@ -123,7 +123,7 @@ | ||
123 | width: 32px; | 123 | width: 32px; |
124 | height: 32px; | 124 | height: 32px; |
125 | font-size: 27px; | 125 | font-size: 27px; |
126 | - background: resolve("img/home/circle-check-off.png"); | 126 | + background: url("/home/circle-check-off.png"); |
127 | background-size: cover; | 127 | background-size: cover; |
128 | margin-left: -40px; | 128 | margin-left: -40px; |
129 | } | 129 | } |
@@ -131,7 +131,7 @@ | @@ -131,7 +131,7 @@ | ||
131 | 131 | ||
132 | &:checked { | 132 | &:checked { |
133 | & + label:before { | 133 | & + label:before { |
134 | - background: resolve("img/home/circle-check-on.png"); | 134 | + background: url("/home/circle-check-on.png"); |
135 | background-size: cover; | 135 | background-size: cover; |
136 | } | 136 | } |
137 | } | 137 | } |
-
Please register or login to post a comment