From f3f80a5edaca002073ed4af83f273ac0a4884bdb Mon Sep 17 00:00:00 2001 From: Nevio Di Gennaro Date: Mon, 16 Dec 2024 10:43:56 +0100 Subject: [PATCH] fix faults made while rebasing --- frontend/src/style/styles.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/style/styles.scss b/frontend/src/style/styles.scss index 31b45f524a..af63ceff54 100644 --- a/frontend/src/style/styles.scss +++ b/frontend/src/style/styles.scss @@ -395,7 +395,7 @@ table.okr-table { .mdc-label { overflow: hidden; width: 100%; - background: $soft-grey; + background: variables.$soft-grey; padding: 4px; } @@ -403,9 +403,6 @@ table.okr-table { width: 100%; } } - -@import "custom_bootstrap"; - .spinner-container { @extend .mt-5; }