You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
430 B
20 lines
430 B
/*-------------------
|
|
Step Variables
|
|
--------------------*/
|
|
|
|
/* Step */
|
|
@background: linear-gradient(transparent, rgba(0, 0, 0, 0.07));
|
|
@verticalPadding: 1em;
|
|
|
|
/* Group */
|
|
@stepsBackground: #FFFFFF;
|
|
@stepsBoxShadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
|
|
|
|
/* States */
|
|
@activeBackground: #FFFFFF;
|
|
@activeIconColor: @darkTextColor;
|
|
|
|
/* Arrow */
|
|
@arrowTopOffset: 100%;
|
|
@arrowRightOffset: 50%;
|
|
@arrowBorderColor: rgba(0, 0, 0, 0.2);
|