/**
 * SOFAD for Commerce module for Craft CMS
 *
 * SOFAD for Commerce CSS
 *
 * @author    Maxime Lafrenière
 * @copyright Copyright (c) 2018 Maxime Lafrenière
 * @link      https://mambomambo.ca
 * @package   SofadForCommerce
 * @since     1.0.1
 */

.readonly {
	filter: grayscale(100%);
}

.readonly * {
	pointer-events: none !important;
	cursor: not-allowed !important;

}
