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>
diff --git a/cds-ui/client/angular.json b/cds-ui/client/angular.json
index 96b4df0..c5800f0 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",