Files
habitica/css/css.template.mustache
T
2014-03-27 23:00:54 -07:00

18 lines
536 B
Plaintext

{{#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}};
}
{{#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}};
background-size: {{px.total_width}} {{px.total_height}};
}
{{/custom}}
{{/items}}