/*-------------------
   Step Variables
--------------------*/

/* Step */
@stepBackground: transparent linear-gradient(transparent, rgba(0, 0, 0, 0.07));
@stepVerticalPadding: 1em;

@stepArrowDisplay: none;
@stepLastArrowDisplay: none;
@stepActiveArrowDisplay: block;
@stepActiveLastArrowDisplay: block;

/* Group */
@stepStepsBackground: #FFFFFF;
@stepStepsBoxShadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);

/* States */
@stepActiveBackground: #FFFFFF;
@stepActiveIconColor: @darkTextColor;

/* Arrow */
@stepArrowTopOffset: 100%;
@stepArrowRightOffset: 50%;
@arrowBorderColor: rgba(0, 0, 0, 0.2);
@stepArrowBorderWidth: 0px 0px @stepBorderWidth @stepBorderWidth;
