/**
 * @author Magebit <info@magebit.com>
 * @copyright Copyright (c) Magebit, Ltd. (https://magebit.com)
 * @license https://magebit.com/code-license
 */

.progress-bar-gradient {
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(255 255 255 / 30%) 0,
        rgb(255 255 255 / 30%) 12px,
        transparent 12px,
        transparent 24px
    );
}
