Skip to content

Commit

Permalink
update page-specific variable names to match recent slate updates
Browse files Browse the repository at this point in the history
  • Loading branch information
malikflx committed Aug 22, 2024
1 parent eb73ea3 commit ae7c61d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/stylesheets/screen_assessment.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

// Here we inject page-specific variable values:
$nav-subitem-bg: #4AAAD3;
$active-header-bg: #3086AA;
$nav-active-parent-bg: #3086AA;

@import "screen";
2 changes: 1 addition & 1 deletion source/stylesheets/screen_audit-log.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

// Here we inject page-specific variable values:
$nav-subitem-bg: #008561;
$active-header-bg: #007355;
$nav-active-parent-bg: #007355;

@import "screen";
2 changes: 1 addition & 1 deletion source/stylesheets/screen_candidate-ingestion.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

// Here we inject page-specific variable values:
$nav-subitem-bg: #C67F90;
$active-header-bg: #A15F6F;
$nav-active-parent-bg: #A15F6F;

@import "screen";
2 changes: 1 addition & 1 deletion source/stylesheets/screen_gho.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

// Here we inject page-specific variable values:
$nav-subitem-bg: #4a9cd5;
$active-header-bg: #2384C7;
$nav-active-parent-bg: #2384C7;

@import "screen";
2 changes: 1 addition & 1 deletion source/stylesheets/screen_harvest.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

// Here we inject page-specific variable values:
$nav-subitem-bg: #00b2a9;
$active-header-bg: #018D85;
$nav-active-parent-bg: #018D85;

@import "screen";
2 changes: 1 addition & 1 deletion source/stylesheets/screen_job-board.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

// Here we inject page-specific variable values:
$nav-subitem-bg: #7FADE3;
$active-header-bg: #5C8CC4;
$nav-active-parent-bg: #5C8CC4;

@import "screen";
2 changes: 1 addition & 1 deletion source/stylesheets/screen_webhooks.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

// Here we inject page-specific variable values:
$nav-subitem-bg: #62b2c4;
$active-header-bg: #448FA0;
$nav-active-parent-bg: #448FA0;

@import "screen";

0 comments on commit ae7c61d

Please sign in to comment.