19 lines
336 B
Text
19 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;
|