blob: 6d1251d92a01574950414cef8864aa7f6c94186e [file] [log] [blame]
.compass {
--icon-length: 48px;
--scaled-icon-length: calc(6 * var(--icon-length));
height: var(--scaled-icon-length);
width: var(--scaled-icon-length);
background-color: blue;
background-repeat: no-repeat;
background-size: cover;
}