web-apps/apps/common/main/resources/img/toolbar/1x/huge/.css.handlebars

28 lines
681 B
Handlebars
Raw Normal View History

{{#spritesheet}}
.btn {
.options__icon.options__icon-huge {
2022-09-13 08:14:25 +00:00
background-position-x: 0;
background-position-x: var(--button-huge-normal-icon-offset-x,0);
}
&.active, &:active {
&:not(:disabled):not(.disabled) {
.options__icon.options__icon-huge {
2022-09-13 08:14:25 +00:00
background-position-x: 0;
2021-02-17 10:41:33 +00:00
background-position-x: var(--button-huge-active-icon-offset-x,0);
}
}
}
}
.options__icon.options__icon-huge {
2021-05-10 19:38:13 +00:00
background-image: url(resources/{{{escaped_image}}});
}
{{/spritesheet}}
{{#sprites}}
.options__icon-huge.{{name}}
{
background-position: {{px.offset_x}} {{px.offset_y}};
}
{{/sprites}}