/**
 * Canvas Link Tiles
 *
 * The tile icon is a block-level glyph sized independently of the caption
 * beneath it, which no utility class expresses on its own.
 */

.cnvs-link-tile-icon {
	display: block;
	font-size: 3rem;
}

/*
 * Icon packs declare line-height on their ::before pseudo-element, so a glyph
 * promoted to a block box inherits the body's line-height and stands half a
 * line taller than the glyph it draws. Declared on the element itself.
 */
i.cnvs-link-tile-icon {
	line-height: 1;
}
