2015-01-16 12:06:38 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor UserInterface Math icon styles.
|
|
|
|
*
|
|
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2014-06-19 11:37:33 +00:00
|
|
|
.oo-ui-icon-math {
|
|
|
|
/* @embed */
|
|
|
|
background-image: url(math.svg);
|
|
|
|
}
|
2014-11-12 15:28:57 +00:00
|
|
|
|
|
|
|
.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);
|
|
|
|
}
|