From 19a11640b3ed8d770fd1cb6f296c4c0e793cdb2a Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Tue, 18 Sep 2018 17:30:18 +0800 Subject: Changed the Style of GUI Change-Id: Ie30363f6358639c660f49585aa03d243b560e444 Issue-ID: HOLMES-148 Signed-off-by: GuangrongFu --- rulemgt-frontend/.angular-cli.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'rulemgt-frontend/.angular-cli.json') diff --git a/rulemgt-frontend/.angular-cli.json b/rulemgt-frontend/.angular-cli.json index e18a89f..d768315 100644 --- a/rulemgt-frontend/.angular-cli.json +++ b/rulemgt-frontend/.angular-cli.json @@ -19,12 +19,13 @@ "testTsconfig": "tsconfig.spec.json", "prefix": "app", "styles": [ - "styles.css", "assets/common/css/fileupload.css", "assets/common/css/popModal.css", - "assets/framework/browser/css/open-ostyle.css", "assets/framework/browser/thirdparty/css/bootstrap.min.css", - "assets/framework/browser/thirdparty/css/magic-check.css" + "assets/framework/browser/style/b2b-angular.css", + "assets/framework/browser/style/font-icons.css", + "assets/framework/browser/thirdparty/css/magic-check.css", + "styles.css" ], "scripts": [ "../node_modules/jquery/dist/jquery.js", -- cgit 1.2.3-korg