web-apps/apps/common/main/resources/img/toolbar/2x/big/.css.handlebars

13 lines
374 B
Handlebars
Raw Normal View History

{{#spritesheet}}
@media only screen {
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx), (min-resolution: 192dpi)
{
2021-05-10 19:38:13 +00:00
.x-huge .toolbar__icon, .toolbar__icon.toolbar__icon-big {
2019-11-27 17:12:05 +00:00
background-image: url(resources/{{{escaped_image}}});
background-size: {{half width}}px auto;
}
}
}
{{/spritesheet}}