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.

19 lines
430 B

  1. /*-------------------
  2. Step Variables
  3. --------------------*/
  4. /* Step */
  5. @background: linear-gradient(transparent, rgba(0, 0, 0, 0.07));
  6. @verticalPadding: 1em;
  7. /* Group */
  8. @stepsBackground: #FFFFFF;
  9. @stepsBoxShadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  10. /* States */
  11. @activeBackground: #FFFFFF;
  12. @activeIconColor: @darkTextColor;
  13. /* Arrow */
  14. @arrowTopOffset: 100%;
  15. @arrowRightOffset: 50%;
  16. @arrowBorderColor: rgba(0, 0, 0, 0.2);