laravelEcomm/public/Dashboard/scss/common/light/components/plugin-overrides/_jquery-file-upload.scss

27 lines
463 B
SCSS
Raw Normal View History

2024-07-12 07:06:02 +00:00
/* 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%;
}
}