Skip to content

Commit d23cbec

Browse files
author
ahanusa
committed
fix toast messages in angular app
1 parent 766a644 commit d23cbec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

client/angular/angular.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"src/assets"
2424
],
2525
"styles": [
26-
"src/styles.css"
26+
"src/styles.css",
27+
"node_modules/ngx-toastr/toastr.css"
2728
],
2829
"scripts": [],
2930
"es5BrowserSupport": true

client/angular/src/styles.css

+4
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
padding-left: 5px;
2626
font-style: italic;
2727
}
28+
29+
#toast-container > div {
30+
opacity:1;
31+
}

0 commit comments

Comments
 (0)