/**
 * @package    hubzero-cms
 * @copyright  Copyright (c) 2005-2020 The Regents of the University of California.
 * @license    http://opensource.org/licenses/MIT MIT
 */

/*

	-- -- -- -- -- -- --
	Resources Versions plugin CSS
	-- -- -- -- -- -- --

*/

/* Versioning */
	.version-state {
		display: block;
		width: 1em;
		height: 1em;
		font-size: 1.2em;
		overflow: hidden;
		white-space: nowrap;
		line-height: 1;
	}
	.toolpublished:before {
		content: "\f058";
		font-family: "Fontcons";
		margin-right: 2em;
		color: green;
	}
	.toolunpublished:before {
		content: "\2296";
		font-family: "Fontcons";
		margin-right: 2em;
	}