integarting admin dashboard

This commit is contained in:
UronShrestha
2024-07-12 12:51:02 +05:45
parent 2510de390a
commit 1550ab5d30
1758 changed files with 313760 additions and 10 deletions

View File

@ -0,0 +1,27 @@
/* Jquery File Upload */
.ajax-upload-dragdrop {
border-color: $border-color;
border-style: dotted;
max-width:100%;
span {
b {
font-size: .8125rem;
color: $body-color;
font-weight: initial;
}
}
.ajax-file-upload {
background: theme-color(info);
box-shadow: none;
height: auto;
@extend .btn;
}
}
.ajax-file-upload-container {
min-height: 100px;
.ajax-file-upload-statusbar {
max-width: 100%;
}
}