Skip to content

Commit

Permalink
refactor(progressBar): update progress bar colors with vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis authored and tiberiuichim committed Mar 10, 2022
1 parent fe8c4ca commit c4ef1f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions theme/themes/eea/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,12 @@
@sidebarToggleButtonHighlightColor: @grey;

/*--- Progress Colors ---*/
@progressBarFrom0to30 : #75C9DB;
@progressBarFrom30to40 : #0065A4;
@progressBarFrom40to60 : #0065A4;
@progressBarFrom60to70 : #00928F;
@progressBarFrom70to90 : #00928F;
@progressBarFrom90to100 : #007B6C;
@progressBarFrom0to30 : @midBlue;
@progressBarFrom30to40 : @mediumPersianBlue;
@progressBarFrom40to60 : @mediumPersianBlue;
@progressBarFrom60to70 : @darkCyan;
@progressBarFrom70to90 : @darkCyan;
@progressBarFrom90to100 : @pineGreen;

/*-------------------
Alpha Colors
Expand Down

0 comments on commit c4ef1f0

Please sign in to comment.