diff options
author | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-15 16:06:39 +0100 |
---|---|---|
committer | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-03-15 16:06:39 +0100 |
commit | 6938b1f8fd0a8d27b9fdcc5bc114ffabcd4bac68 (patch) | |
tree | 0725c5ffedd201603b574294be6218b754cdd898 /frontend/angular.json | |
parent | 4791e1ba6d4c3c737e675f54a947251c3d42163d (diff) | |
parent | a9287af015228a73b5053acdef421d9d63ba766b (diff) |
Merge branch 'frontendNaslovna' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/angular.json')
-rw-r--r-- | frontend/angular.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/frontend/angular.json b/frontend/angular.json index 14028ae5..b1aaac3f 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -29,9 +29,12 @@ "styles": [ "src/custom-theme.scss", "node_modules/bootstrap/dist/css/bootstrap.min.css", - "src/styles.css" + "src/styles.css", + "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css" ], - "scripts": ["node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"] + "scripts": [ + "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js" + ] }, "configurations": { "production": { @@ -96,6 +99,7 @@ "src/assets" ], "styles": [ + "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.css" ], "scripts": [] @@ -105,4 +109,4 @@ } }, "defaultProject": "frontend" -} +}
\ No newline at end of file |