From 48f1fa938b4fc4a06f314dc6f7eaaf3ca169394f Mon Sep 17 00:00:00 2001 From: arturu Date: Fri, 6 Dec 2024 15:27:51 +0100 Subject: [PATCH] review variables after update --- src/scss/custom/_bootstrap_configuration.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/scss/custom/_bootstrap_configuration.scss b/src/scss/custom/_bootstrap_configuration.scss index ead00e41..2ab1e425 100644 --- a/src/scss/custom/_bootstrap_configuration.scss +++ b/src/scss/custom/_bootstrap_configuration.scss @@ -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; @@ -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; @@ -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;