mirror of https://github.com/abpframework/abp.git
Browse Source
BREAKING CHANGE: renamed error.component to http-error-wrapper.componentpull/2261/head
7 changed files with 35 additions and 23 deletions
@ -1,4 +1,4 @@ |
|||
<div #container id="abp-error" class="error"> |
|||
<div #container id="abp-http-error-container" class="error" [style.backgroundColor]="backgroundColor"> |
|||
<button *ngIf="!hideCloseIcon" id="abp-close-button" type="button" class="close mr-2" (click)="destroy()"> |
|||
<span aria-hidden="true">×</span> |
|||
</button> |
|||
@ -1,7 +1,6 @@ |
|||
.error { |
|||
position: fixed; |
|||
top: 0; |
|||
background-color: #fff; |
|||
width: 100vw; |
|||
height: 100vh; |
|||
z-index: 999999; |
|||
Loading…
Reference in new issue