mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 23:25:51 +00:00
16 lines
No EOL
418 B
Text
16 lines
No EOL
418 B
Text
{{#items}}
|
|
.{{name}} {
|
|
background-image: url({{{escaped_image}}});
|
|
background-position: {{px.offset_x}} {{px.offset_y}};
|
|
width: {{px.width}};
|
|
height: {{px.height}};
|
|
}
|
|
{{#custom}}
|
|
.customize-option.{{name}} {
|
|
background-image: url({{{escaped_image}}});
|
|
background-position: {{custom.px.offset_x}} {{custom.px.offset_y}};
|
|
width: {{custom.px.width}};
|
|
height: {{custom.px.height}};
|
|
}
|
|
{{/custom}}
|
|
{{/items}} |