image bg upload limit

This commit is contained in:
2026-04-14 14:48:51 +05:30
parent 19dcd73b29
commit d183cf2fd6
4 changed files with 53 additions and 30 deletions

View File

@@ -19,7 +19,7 @@
display: flex;
align-items: center;
justify-content: center;
background: var(--color-bg-soft, #eef6ee);
background: transparent;
}
.page-loader__tree {
@@ -2612,9 +2612,6 @@
}
/* -- Page loader -- */
[data-theme="dark"] .page-loader {
background: #0f0f0f;
}
/* -- Alert messages -- */
[data-theme="dark"] .alert-msg--error {