diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-09 14:08:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-09 14:08:24 +0000 |
commit | 0fcb3c0774447019b9a3358e7b87b041c9ea1e99 (patch) | |
tree | ebe650c68ee2d3bf62fe237e42d0a36cd616651c /cds-ui/client | |
parent | 1adeec23550603578cff8f5b203e71667c7efd21 (diff) | |
parent | 8f3271f51ea31c8be7ea66307ab595644121496c (diff) |
Merge "Applied bootstrap styles"
Diffstat (limited to 'cds-ui/client')
-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", |