simplifies error handling at index + universal error popup
This commit is contained in:
parent
5ad2532593
commit
e4651ef7b0
4 changed files with 56 additions and 78 deletions
|
|
@ -1119,6 +1119,17 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
padding: 0.6rem 0.8rem !important;
|
||||
}
|
||||
|
||||
.alertModal {
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.50);
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
width: 90%;
|
||||
left: 5%;
|
||||
top: 15%;
|
||||
z-index: 1100;
|
||||
}
|
||||
|
||||
.passModal {
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.50);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue