web-apps/apps/common/main/resources/img/toolbar/1x/big/.css.handlebars
2020-12-30 19:07:14 +03:00

22 lines
550 B
Handlebars

{{#spritesheet}}
.btn {
&.x-huge {
&.active, &:active {
&:not(:disabled):not(.disabled) {
.toolbar__icon {
background-position-x: var(--button-huge-active-icon-offset-x,0);
}
}
}
}
}
.x-huge .toolbar__icon {
background-image: url(resources/{{{escaped_image}}});
}
{{/spritesheet}}
{{#sprites}}
{{#parselang name}}.x-huge .{{name}}{{/parselang}} {
background-position: var(--button-huge-normal-icon-offset-x,0) {{px.offset_y}};
}
{{/sprites}}