diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-04-08 16:14:26 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-04-08 16:14:35 +0530 |
commit | 8f3271f51ea31c8be7ea66307ab595644121496c (patch) | |
tree | 91ff4ff432cea026cb9e54b659fef2d509e76f59 | |
parent | 782e55f79b7fca957e0ef393c50f72daab3a7b59 (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>
-rw-r--r-- | cds-ui/client/angular.json | 3 |
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", |