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": [
|
"styles": [
|
||||||
"node_modules/bootstrap/dist/css/bootstrap.min.css",
|
"node_modules/bootstrap/dist/css/bootstrap.min.css",
|
||||||
"src/styles.scss",
|
|
||||||
"src/assets/scss/material-dashboard.scss",
|
"src/assets/scss/material-dashboard.scss",
|
||||||
|
"src/styles.scss",
|
||||||
"node_modules/cookieconsent/build/cookieconsent.min.css"
|
"node_modules/cookieconsent/build/cookieconsent.min.css"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
|
@ -113,8 +113,8 @@
|
||||||
"tsConfig": "src/tsconfig.spec.json",
|
"tsConfig": "src/tsconfig.spec.json",
|
||||||
"scripts": [],
|
"scripts": [],
|
||||||
"styles": [
|
"styles": [
|
||||||
"src/styles.scss",
|
|
||||||
"src/assets/scss/material-dashboard.scss",
|
"src/assets/scss/material-dashboard.scss",
|
||||||
|
"src/styles.scss",
|
||||||
"node_modules/tinymce/tinymce.min.js"
|
"node_modules/tinymce/tinymce.min.js"
|
||||||
],
|
],
|
||||||
"assets": [
|
"assets": [
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
//Material-Bootstrap configuration
|
//Material-Bootstrap configuration
|
||||||
@import "assets/scss/bootstrap-material";
|
@import "assets/scss/bootstrap-material";
|
||||||
@import "/node_modules/bootstrap/scss/bootstrap";
|
// @import "/node_modules/bootstrap/scss/bootstrap";
|
||||||
|
|
||||||
// @import "@covalent/core/theming/all-theme";
|
// @import "@covalent/core/theming/all-theme";
|
||||||
// @import "@angular/material/theming"; // @import '../node_modules/@angular/material/theming';
|
// @import "@angular/material/theming"; // @import '../node_modules/@angular/material/theming';
|
||||||
|
@ -158,7 +158,7 @@ a {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
text-decoration: unset;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
&.color-unset {
|
&.color-unset {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
Loading…
Reference in New Issue