diff --git a/src/style.scss b/src/style.scss index 41b114229..1345e4f9c 100644 --- a/src/style.scss +++ b/src/style.scss @@ -1,10 +1,4 @@ // include TargID colors instead of CLUE colors -@import "styles/colors"; - -// first: do not import the whole CLUE style, because we want do not want to the colored CLUE header -//@import "../caleydo_clue/style.scss"; - -$boostrapAssetDir: '~phovea_ui/src/assets'; - -// extend with TargID specific rules -@import "styles/ordino"; +@import "styles/vars"; +@import "styles/base"; +@import "styles/tdp"; diff --git a/src/styles/_tdp.scss b/src/styles/_tdp.scss index 54052ea87..8c9317304 100644 --- a/src/styles/_tdp.scss +++ b/src/styles/_tdp.scss @@ -1,5 +1,4 @@ -@import './vars'; @import './select2'; @import './form_builder'; @import './button_group';