file upload update

This commit is contained in:
smanylov
2025-12-24 21:36:59 +07:00
parent fe77b4ad36
commit 87b8d68f41
9 changed files with 156 additions and 74 deletions
+8
View File
@@ -517,6 +517,14 @@
min-width: 160px;
transform: translateY(0px);
box-shadow: none;
&.disabled {
opacity: 0.5;
&:hover {
transform: none;
}
}
}
.btn-cancel {