2019-11-21 07:58:05 +00:00
|
|
|
{{#spritesheet}}
|
|
|
|
@media only screen {
|
|
|
|
@media (-webkit-min-device-pixel-ratio: 2),
|
|
|
|
(min-resolution: 2dppx), (min-resolution: 192dpi)
|
|
|
|
{
|
2019-11-27 17:12:05 +00:00
|
|
|
.toolbar__icon, .menu__icon {
|
|
|
|
background-image: url(resources/{{{escaped_image}}});
|
2019-11-21 07:58:05 +00:00
|
|
|
background-size: {{half width}}px auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{{/spritesheet}}
|