first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-01-25 13:06:29 -05:00
commit 346346573f
1362 changed files with 343729 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
//
// Dropzone
//
.dropzone {
min-height: 230px;
border: 2px dashed var(--#{$prefix}border-color);
background: var(--#{$prefix}card-bg-custom);
border-radius: 6px;
.dz-message {
font-size: 24px;
width: 100%;
margin: 1em 0;
}
}
[data-dz-thumbnail]{
width: 100%;
height: 100%;
}