add file dropzone to dashboard

This commit is contained in:
DocuSeal
2023-09-30 22:31:22 +03:00
parent b98a874e20
commit 872fbbc875
4 changed files with 45 additions and 12 deletions
+7
View File
@@ -118,3 +118,10 @@ button[disabled] .enabled {
@apply bg-base-300;
cursor: pointer;
}
.input-outlined {
outline-style: solid;
outline-width: 1px;
outline-offset: 3px;
outline-color: hsl(var(--bc) / 0.2);
}