NigelOToole / progress-tracker

A HTML component to illustrate the steps in a multi step process e.g. a multi step form, a timeline or a quiz.

Home Page:http://nigelotoole.github.io/progress-tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customize color variables, pls

fundon opened this issue · comments

Hi @fundon
The colors are already in variables to change as needed.
What are you trying to achieve?
Nigel

Splite to standalone _variables.scss and should

// Colours

...
$progress-color-grey:       #868686 !default;
$progress-color-grey-dark:  #333333 !default;

Moved all variables to a separate file.

Nice!