Loading indicator z-index, include ngx-toastr in common styles

This commit is contained in:
Adina Țeudan 2024-04-29 15:18:39 +03:00
parent 696e7f6f6d
commit e7a04dda9e
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -1,3 +1,5 @@
@use 'ngx-toastr/toastr';
@use 'common-utilities';
@use 'common-inputs';
@use 'common-buttons';