Skip to content

Commit

Permalink
review variables after update
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Dec 6, 2024
1 parent d3855dc commit 48f1fa9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/scss/custom/_bootstrap_configuration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
$body-color: $petrol-dark-21;
$color-text-base: $gray-800; // color-gray-10

// SPECIFIC TOKENS =========================================================
//
// Footer
$footer-top-background: #5a768a;
$footer-bottom-background: #5a768a;

/*** _variables.scss ***/
//Navigation
$navbar-bg-color: $white;
Expand All @@ -12,7 +18,6 @@ $navbar-bg-color: $white;
// Header Slim
$header-slim-bg-color: $petrol;
$header-slim-text-color: $white;
//$header-slim-brand-text-size: .777777em; // aggiornamento a bi 2.7

// Header center
$header-center-text-color: $dark;
Expand All @@ -28,7 +33,3 @@ $header-center-theme-light-text-color: $dark;

// Pager
$pager-item-current-color: var(--bs-dark);

// ##### FOOTER #####
$footer-top-background: #5a768a;
$footer-bottom-background: #5a768a;

0 comments on commit 48f1fa9

Please sign in to comment.