/**
 * @file
 * Styling for crpcen common toolbar module.
 */

.toolbar-icon-aw-flow-flow-configuration:before{
    background-image: url(../icons/cog.svg);
}

.toolbar-icon-aw-flow-flow-configuration:active:before,
.toolbar-icon-aw-flow-flow-configuration.is-active:before {
    background-image: url(../icons/cog.svg);
}
