/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     mageplaza_guide
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-guide-icon:before {
    background-repeat: no-repeat;
    color: #999999;
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    opacity: 50%;
    position: relative;
    top: 2px;
}
.mp-guide-calendar-times:before {
    background-image: url("../media/images/calendar-times.svg");
}
.mp-guide-user:before {
    background-image: url("../media/images/user.svg");
}
.mp-guide-comments:before {
    background-image: url("../media/images/comments.svg");
}
.mp-guide-traffic:before {
    background-image: url("../media/images/eye.svg");
}
.mp-guide-thumbs-up:before {
    background-image: url("../media/images/thumbs-up.svg");
}
