mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
9 lines
244 B
Text
9 lines
244 B
Text
|
|
{{#items}}
|
||
|
|
.{{name}} {
|
||
|
|
background-image: url({{{escaped_image}}});
|
||
|
|
background-position: {{px.offset_x}} {{px.offset_y}};
|
||
|
|
width: {{px.width}};
|
||
|
|
height: {{px.height}};
|
||
|
|
background-size: {{px.total_width}} {{px.total_height}};
|
||
|
|
}
|
||
|
|
{{/items}}
|