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

19 lines
637 B
Handlebars
Raw Normal View History

2019-11-27 17:12:05 +00:00
{{#spritesheet}}
@media only screen {
@media (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.7),
(min-resolution: 1.5dppx) and (max-resolution: 1.7dppx),
(min-resolution: 144dpi) and (max-resolution: 167dpi)
2019-11-27 17:12:05 +00:00
{
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: {{scaled width 1.5}}px auto;
}
}
}
.toolbar__icon.toolbar__icon-big {
2021-02-16 07:21:22 +00:00
background-size: 56px auto;
background-size: var(--big-icon-background-image-width) auto;
}
2019-11-27 17:12:05 +00:00
{{/spritesheet}}