fix upload file bugs

This commit is contained in:
smanylov
2026-01-30 13:04:32 +07:00
parent 4f6648ead8
commit 42100761c1
3 changed files with 17 additions and 6 deletions
+5
View File
@@ -371,6 +371,11 @@
background: v.$p-color;
margin-bottom: 10px;
margin-top: 20px;
&:disabled {
background: linear-gradient(135deg, v.$p-color-disabled, v.$s-color-disabled);
cursor: default;
}
}
}