SmartIT_Extensions/BMC/smart-it-full/styles/img/sprites/sprite.mustache

18 lines
287 B
Plaintext

.i{{items.0.category}}
{{#items}}
,.i-{{name}}
{{/items}}{
display: inline-block;
background: url('{{{items.0.escaped_image}}}') no-repeat;
}
{{#items}}
.i-{{name}} {
background-position: {{px.offset_x}} {{px.offset_y}};
width: {{px.width}};
height: {{px.height}};
}
{{/items}}