changed dependency (#6975)

This commit is contained in:
Urse Daniel
2021-05-05 19:52:42 +03:00
committed by GitHub
parent 550a223164
commit aa5cbea7f5
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,8 @@
"demo-shell/src/assets/fonts/material-icons/material-icons.css",
"demo-shell/src/assets/fonts/muli/muli.css",
"demo-shell/src/styles.scss",
"demo-shell/src/custom-style-dev.scss"
"demo-shell/src/custom-style-dev.scss",
"node_modules/cropperjs/dist/cropper.min.css"
],
"scripts": [
"node_modules/pdfjs-dist/build/pdf.js",

View File

@@ -1,5 +1,4 @@
@import '~@angular/material/theming';
@import '~cropperjs/dist/cropper.min.css';
@mixin adf-viewer-theme($theme) {
$background: map-get($theme, background);