remove node_modules/bootstrap/scss/boostrap from styles, move styles.scss to bottom of angular.json style declarations

This commit is contained in:
mchouliara 2024-09-26 17:39:10 +03:00
parent da597131db
commit 60b84d7d6c
2 changed files with 4 additions and 4 deletions

View File

@ -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/assets/scss/material-dashboard.scss",
"src/styles.scss",
"src/assets/scss/material-dashboard.scss",
"node_modules/tinymce/tinymce.min.js"
],
"assets": [

View File

@ -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;