sifatbaho

This commit is contained in:
2026-04-05 05:31:24 +05:00
commit df3d57f503
2609 changed files with 369825 additions and 0 deletions

33
resources/scss/plugins/_filepond.scss vendored Executable file
View File

@@ -0,0 +1,33 @@
//
// filepond
//
.filepond--root{
margin-bottom: 0;
&[data-style-panel-layout~=circle]{
.filepond--drop-label label{
font-size: 14px;
}
}
}
.filepond--panel-root{
border: 2px dashed var(--#{$prefix}border-color);
background: var(--#{$prefix}card-bg-custom);
}
.filepond--drop-label {
color: var(--#{$prefix}body-color);
label{
font-weight: $font-weight-medium;
}
}
.filepond--credits {
display: none;
}
.filepond--item-panel {
background-color: $primary !important;
}