remove node_modules/bootstrap/scss/boostrap from styles, move styles.scss to bottom of angular.json style declarations
This commit is contained in:
parent
da597131db
commit
60b84d7d6c
|
@ -26,8 +26,8 @@
|
|||
],
|
||||
"styles": [
|
||||
"node_modules/bootstrap/dist/css/bootstrap.min.css",
|
||||
"src/styles.scss",
|
||||
"src/assets/scss/material-dashboard.scss",
|
||||
"src/styles.scss",
|
||||
"node_modules/cookieconsent/build/cookieconsent.min.css"
|
||||
],
|
||||
"scripts": [
|
||||
|
@ -113,8 +113,8 @@
|
|||
"tsConfig": "src/tsconfig.spec.json",
|
||||
"scripts": [],
|
||||
"styles": [
|
||||
"src/styles.scss",
|
||||
"src/assets/scss/material-dashboard.scss",
|
||||
"src/styles.scss",
|
||||
"node_modules/tinymce/tinymce.min.js"
|
||||
],
|
||||
"assets": [
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
//Material-Bootstrap configuration
|
||||
@import "assets/scss/bootstrap-material";
|
||||
@import "/node_modules/bootstrap/scss/bootstrap";
|
||||
// @import "/node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
// @import "@covalent/core/theming/all-theme";
|
||||
// @import "@angular/material/theming"; // @import '../node_modules/@angular/material/theming';
|
||||
|
@ -158,7 +158,7 @@ a {
|
|||
color: var(--link-color);
|
||||
&:hover {
|
||||
color: var(--primary-color);
|
||||
text-decoration: unset;
|
||||
text-decoration: none;
|
||||
}
|
||||
&.color-unset {
|
||||
color: #000000;
|
||||
|
|
Loading…
Reference in New Issue