2021-01-26 20:52:43 +00:00
|
|
|
{{#spritesheet}}
|
|
|
|
.btn {
|
2021-03-05 21:52:06 +00:00
|
|
|
.options__icon.options__icon-huge {
|
2021-05-06 14:47:28 +00:00
|
|
|
background-position-x: -40px;
|
2021-03-05 21:52:06 +00:00
|
|
|
background-position-x: var(--button-huge-normal-icon-offset-x,0);
|
|
|
|
}
|
|
|
|
|
2021-01-26 20:52:43 +00:00
|
|
|
&.active, &:active {
|
|
|
|
&:not(:disabled):not(.disabled) {
|
|
|
|
.options__icon.options__icon-huge {
|
2021-05-06 14:47:28 +00:00
|
|
|
@btn-active-icon-offset: -40px;
|
2021-01-26 20:52:43 +00:00
|
|
|
background-position-x: @btn-active-icon-offset;
|
2021-02-17 10:41:33 +00:00
|
|
|
background-position-x: var(--button-huge-active-icon-offset-x,0);
|
2021-01-26 20:52:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.options__icon.options__icon-huge {
|
2021-05-10 19:38:13 +00:00
|
|
|
background-image: url(resources/{{{escaped_image}}});
|
2021-01-26 20:52:43 +00:00
|
|
|
}
|
|
|
|
{{/spritesheet}}
|
|
|
|
{{#sprites}}
|
|
|
|
.options__icon-huge.{{name}}
|
|
|
|
{
|
|
|
|
background-position: {{px.offset_x}} {{px.offset_y}};
|
|
|
|
}
|
|
|
|
{{/sprites}}
|