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; }