Merge branch 'master' of https://git.loafle.net/overflow_scanner/app
This commit is contained in:
commit
d1b5508594
|
@ -135,4 +135,13 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
// /deep/ .ui-blockui {
|
||||
// opacity: 0.1;
|
||||
// }
|
||||
/deep/ .ui-widget-overlay {
|
||||
background-color: #666666;
|
||||
opacity: .20;
|
||||
filter: Alpha(Opacity=50);
|
||||
}
|
|
@ -140,7 +140,6 @@ export class HomePageComponent implements OnInit, OnDestroy {
|
|||
alert('An error has occurred.');
|
||||
return of();
|
||||
}),
|
||||
take(1)
|
||||
)
|
||||
.subscribe();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user