@ -116,6 +116,8 @@ export class ModalComponent implements OnDestroy {
this.close();
});
if (!this.abpClose) return;
fromEvent(this.abpClose.nativeElement, 'click')
.pipe(
takeUntil(this.destroy$),
@ -24,6 +24,9 @@ export default `
top: 18px;
}
.modal {
background-color: rgba(0, 0, 0, .6);
/* <animations */