fix(webapp): handle the too many requests error

This commit is contained in:
Ahmed Bouhuolia
2023-07-16 21:19:06 +02:00
parent 92f929152f
commit 8b0feb9022
5 changed files with 26 additions and 3 deletions

View File

@@ -1,10 +1,12 @@
@import '@/style/variables.scss';
.bigcapital-loading {
height: 100%;
width: 100%;
position: fixed;
display: flex;
background: #fff;
z-index: 999999;
z-index: $zindex-dashboard-splash-screen;
.center {
width: auto;
@@ -18,4 +20,4 @@
opacity: 0.85;
display: none;
}
}
}