18 lines
336 B
Text
18 lines
336 B
Text
/*-------------------
|
|
Step Variables
|
|
--------------------*/
|
|
|
|
/* Stepss */
|
|
@stepsBorder: none;
|
|
@stepsBorderRadius: @circularRadius;
|
|
|
|
/* Step */
|
|
@border: none;
|
|
@divider: none;
|
|
@background: transparent;
|
|
@borderRadius: @circularRadius;
|
|
@iconDistance: 0.8em;
|
|
@arrowDisplay: none;
|
|
|
|
@activeBackground: @midWhite;
|
|
@activeArrowDisplay: none;
|