Loading indicator z-index, include ngx-toastr in common styles
This commit is contained in:
parent
696e7f6f6d
commit
e7a04dda9e
@ -7,11 +7,11 @@
|
||||
.full-page-section {
|
||||
opacity: 0.7;
|
||||
background: var(--iqser-background);
|
||||
z-index: 900;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
||||
.full-page-content {
|
||||
z-index: 1000;
|
||||
z-index: 1002;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
@use 'ngx-toastr/toastr';
|
||||
|
||||
@use 'common-utilities';
|
||||
@use 'common-inputs';
|
||||
@use 'common-buttons';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user