Skip to content

Commit

Permalink
added new progress bar colors (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelo authored Dec 12, 2016
1 parent 3312a18 commit c0b5106
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/_common/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ $palette: (
'separator': #d8d8d8,
'thumbnail': #667485,
'backdrop': rgba(0,0,0,0.5)
),
'step-card': (
'first_bar': #26c6da,
'first_gutter': rgba(38, 198, 218, 0.3),
'second_bar': #fabc63,
'second_gutter': rgba(249, 188, 99, 0.3),
'third_bar': #9575cd,
'third_gutter': rgba(148, 117, 205, 0.3)
)
);

Expand Down

0 comments on commit c0b5106

Please sign in to comment.