Files
habitica/website/raw_sprites/css/css.template.handlebars

15 lines
406 B
Handlebars
Executable File

{{#sprites}}
.{{name}} {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/{{{name}}}.png');
width: {{px.width}};
height: {{px.height}};
}
{{#if custom}}
.customize-option.{{name}} {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/{{{name}}}.png');
width: {{custom.px.width}};
height: {{custom.px.height}};
}
{{/if}}
{{/sprites}}