File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
angular-notifier-demo/src/app
angular-notifier/src/styles Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import { Component , ViewChild } from '@angular/core' ;
2-
32import { NotifierService } from 'angular-notifier' ;
43
54/**
Original file line number Diff line number Diff line change 11import { NgModule } from '@angular/core' ;
22import { BrowserModule } from '@angular/platform-browser' ;
3-
43import { NotifierModule , NotifierOptions } from 'angular-notifier' ;
54
65import { AppComponent } from './app.component' ;
Original file line number Diff line number Diff line change 2121 }
2222
2323 & __notification {
24- display : block ;
24+ display : flex ;
25+ align-items : center ;
2526 position : fixed ; // Overlay
2627 visibility : hidden ; // Notifications are hidden by default, and get shown (or animated in) dynamically by the Angular component
2728 z-index : 10000 ; // Pretty much random ...
You can’t perform that action at this time.
0 commit comments