Skip to content

Commit

Permalink
Merge pull request #714 from nla/ph-blac-482
Browse files Browse the repository at this point in the history
BLAC-482: define further gray colours
  • Loading branch information
yetti authored Sep 4, 2023
2 parents 38d44cd + 09a5053 commit 0b417a1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/assets/stylesheets/nla/_nla-custom-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $light-yellow: #FFF3CD;
$cyan: #00afc4;
$yellow: #f2e95c;
$gray-very-light: #f4f5f6;
$gray-light: #E1E3E5;
$gray-medium-light: #677078;
$gray-medium: #46474A;

Expand All @@ -24,6 +25,7 @@ $colors: (
"light-blue": $light-blue,
"purple": $purple,
"gray-very-light": $gray-very-light,
"gray-light": $gray-light,
"gray-medium-light": $gray-medium-light,
"gray-medium": $gray-medium,
);
Expand Down Expand Up @@ -55,7 +57,7 @@ $border-radius-sm: 0;

// Typography
$font-family-sans-serif: "Roboto condensed", sans-serif;

$text-muted: $gray-medium-light;

$font-weight-semi-bold: 500;

Expand All @@ -81,7 +83,8 @@ $btn-font-weight: 700;


// Form inputs

$input-border-color: $gray-light;
$input-placeholder-color: $gray-medium-light;
$component-active-bg: $purple;


Expand Down

0 comments on commit 0b417a1

Please sign in to comment.