/**
 * Project style sheet.
 *
 * @package    vanilla
 * @subpackage css
 * @author     Loops <evrard at h2a dot lu>
 * @version    SVN: $Id: icons.css 51 2015-11-03 16:46:41Z loops $
 */

/*** ICONS -------------------- ***/

[data-icon]:before, [data-icon]:after { display: inline-block; background-image: url(icons.svg); background-repeat: no-repeat; }

/*** before ***/
[data-icon="xxx1"]:before { content: ""; width: auto; height: auto; background-position: 0 0; }

/*** after ***/
[data-icon="xxx2"]:after { content: ""; width: auto; height: auto; background-position: 0 0; }