From cae1ab1ae694250d0e0106669deb38a7f29b53d6 Mon Sep 17 00:00:00 2001 From: Nevio Di Gennaro Date: Tue, 24 Dec 2024 11:31:52 +0100 Subject: [PATCH] fix error inside custom bootstrap --- frontend/src/style/_custom_bootstrap.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/style/_custom_bootstrap.scss b/frontend/src/style/_custom_bootstrap.scss index a838c7427d..022dac5444 100644 --- a/frontend/src/style/_custom_bootstrap.scss +++ b/frontend/src/style/_custom_bootstrap.scss @@ -4,8 +4,9 @@ 'pz-dark-blue': variables.$pz-dark-blue, 'eggshell': variables.$eggshell, 'display-element': variables.$display-element, - 'keyResult-attribute': variables.$keyResult-attribute-bg, + 'keyResult-attribute': variables.$key-result-attribute-bg, 'error': variables.$error, ) ); + $enable-negative-margins: true;