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 */
|
2015-10-22 14:26:20 +00:00
|
|
|
background-image: url( math.svg );
|
2014-06-19 11:37:33 +00:00
|
|
|
}
|
2014-11-12 15:28:57 +00:00
|
|
|
|
|
|
|
.oo-ui-icon-math-display-block {
|
|
|
|
/* @embed */
|
2015-10-22 14:26:20 +00:00
|
|
|
background-image: url( math-display-block.svg );
|
2014-11-12 15:28:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.oo-ui-icon-math-display-default {
|
|
|
|
/* @embed */
|
2015-10-22 14:26:20 +00:00
|
|
|
background-image: url( math-display-default.svg );
|
2014-11-12 15:28:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.oo-ui-icon-math-display-inline {
|
|
|
|
/* @embed */
|
2015-10-22 14:26:20 +00:00
|
|
|
background-image: url( math-display-inline.svg );
|
2014-11-12 15:28:57 +00:00
|
|
|
}
|