From e74c2bc922344c66a9b5ca217e5f8533e02132b9 Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Mon, 21 Aug 2017 10:39:24 +0200 Subject: [PATCH] fix style --- src/style.scss | 12 +++--------- src/styles/_tdp.scss | 1 - 2 files changed, 3 insertions(+), 10 deletions(-) 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';