2021-05-21 08:19:26 +00:00
|
|
|
{{#spritesheet}}
|
|
|
|
@media only screen {
|
|
|
|
@media (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.4),
|
|
|
|
(min-resolution: 1.25dppx) and (max-resolution: 1.4dppx),
|
|
|
|
(min-resolution: 120dpi) and (max-resolution: 143dpi)
|
|
|
|
{
|
2021-08-23 14:55:01 +00:00
|
|
|
.x-huge .toolbar__icon, .toolbar__icon.toolbar__icon-big {
|
2021-05-21 08:19:26 +00:00
|
|
|
background-image: url(resources/{{{escaped_image}}});
|
|
|
|
background-size: {{scaled width 1.25}}px auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar__icon.toolbar__icon-big {
|
|
|
|
background-size: 56px auto;
|
|
|
|
background-size: var(--big-icon-background-image-width) auto;
|
|
|
|
}
|
|
|
|
{{/spritesheet}}
|