// steps
@steps-default-color: @primary-color-2;
@steps-waiting-point-color: @text-color-5;
@steps-waiting-text-color: @text-color-3;
@steps-waiting-bg-color: @gray-5;
@steps-finished-text-color: @text-color-1;
@steps-finished-bg-color: @primary-color-6;
@steps-inprogress-text-color: @text-color-white;
@steps-error-color: @danger-color;
@steps-error-icon-bg-color : @danger-color-6;
@steps-lg-font-size: 18px;
@steps-line-height-sm: 26px;
@steps-line-height-md: 30px;
@steps-line-height-lg: 34px;
@steps-icon-height-sm: 20px;
@steps-icon-height-md: 24px;
@steps-icon-height-lg: 28px;

@steps-sm-line-height: @line-height-md;
@steps-md-line-height: @line-height-lg;
@steps-lg-line-height: @line-height-xl;