/*!
 * VisualEditor UserInterface LaTeX icon styles.
 *
 * @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
 * @license MIT
 */

.oo-ui-icon-math {
	/* @embed */
	background-image: url( math.svg );
}

.oo-ui-icon-math-display-block {
	/* @embed */
	background-image: url( math-display-block.svg );
}

.oo-ui-icon-math-display-default {
	/* @embed */
	background-image: url( math-display-default.svg );
}

.oo-ui-icon-math-display-inline {
	/* @embed */
	background-image: url( math-display-inline.svg );
}

.oo-ui-icon-chem {
	/* @embed */
	background-image: url( chem.svg );
}
