aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/angular.json
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-04-08 16:14:26 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2019-04-08 16:14:35 +0530
commit8f3271f51ea31c8be7ea66307ab595644121496c (patch)
tree91ff4ff432cea026cb9e54b659fef2d509e76f59 /cds-ui/client/angular.json
parent782e55f79b7fca957e0ef393c50f72daab3a7b59 (diff)
Applied bootstrap styles
Added bootstrap styles to angular.json file Issue-ID: CCSDK-1207 Change-Id: Ifa9aeeba30a0b5298622ac8e60c854281ac82056 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/angular.json')
-rw-r--r--cds-ui/client/angular.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/cds-ui/client/angular.json b/cds-ui/client/angular.json
index 96b4df009..c5800f050 100644
--- a/cds-ui/client/angular.json
+++ b/cds-ui/client/angular.json
@@ -30,7 +30,8 @@
"src/styles.scss",
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"./node_modules/material-design-icons/iconfont/material-icons.css",
- "./node_modules/font-awesome/css/font-awesome.css"
+ "./node_modules/font-awesome/css/font-awesome.css",
+ "./node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": [
"./node_modules/ace-builds/src-min/ace.js",