Skip to content
Snippets Groups Projects
Unverified Commit e57f9618 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #226 from HumanBrainProject/pr_bundleTheme

fix: bundled material theme indigo-pink.css
parents a114d5be 29895823
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ import { ModalUnit } from "./modalUnit/modalUnit.component";
import { AtlasViewerURLService } from "./atlasViewer.urlService.service";
import { AtlasViewerAPIServices } from "./atlasViewer.apiService.service";
import '@angular/material/prebuilt-themes/indigo-pink.css'
import '../res/css/extra_styles.css'
import { NehubaContainer } from "../ui/nehubaContainer/nehubaContainer.component";
import { colorAnimation } from "./atlasViewer.animation"
......
......@@ -8,7 +8,7 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel = "stylesheet" href = "extra_styles.css">
<link rel = "stylesheet" href = "plugin_styles.css">
<link rel = "stylesheet" href = "../node_modules/@angular/material/prebuilt-themes/indigo-pink.css">
<link rel = "stylesheet" href = "indigo-pink.css">
<title>Interactive Atlas Viewer</title>
</head>
......
......@@ -36,6 +36,15 @@ module.exports = {
context : 'src'
}
}]
},
{
test: /indigo-pink\.css/,
use: {
loader: 'file-loader',
options: {
name: '[name].[ext]'
}
}
}
]
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment