|
|
@ -2,9 +2,17 @@ |
|
|
|
Step Variables |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
/* Stepss */ |
|
|
|
@stepsBorder: none; |
|
|
|
@stepsBorderRadius: @circularRadius; |
|
|
|
|
|
|
|
/* Step */ |
|
|
|
@border: none; |
|
|
|
@divider: none; |
|
|
|
@background: transparent; |
|
|
|
@borderRadius: 500em; |
|
|
|
@boxShadow: none; |
|
|
|
@borderRadius: @circularRadius; |
|
|
|
@iconDistance: 0.8em; |
|
|
|
@arrowDisplay: none; |
|
|
|
|
|
|
|
@activeBackground: #E5E5E5; |
|
|
|
@iconDistance: 0.8em; |
|
|
|
@activeBackground: @midWhite; |
|
|
|
@activeArrowDisplay: none; |