diff --git a/client/.angular-cli.json b/client/.angular-cli.json index aa93b1f..66b1369 100644 --- a/client/.angular-cli.json +++ b/client/.angular-cli.json @@ -17,6 +17,7 @@ "prefix": "app", "styles": [ "../node_modules/font-awesome/css/font-awesome.css", + "../node_modules/simple-line-icons/css/simple-line-icons.css", "styles.css" ], "scripts": [ diff --git a/client/src/styles.css b/client/src/styles.css index 2e9e6c2..e65ca53 100644 --- a/client/src/styles.css +++ b/client/src/styles.css @@ -1,7 +1,6 @@ @import 'assets/css/style.css'; @import '~ng2-toasty/bundles/style.css'; @import '~ng2-toasty/bundles/style-bootstrap.css'; -@import '~simple-line-icons/css/simple-line-icons.css'; @import '~@qontu/ngx-inline-editor/themes/bootstrap.css'; a:hover {