Nahrávání souborů
Změna v Bootstrap SCSS:
.dotvvm-bp-file-upload {
border: 1px solid var(--bs-border-color);
border-radius: $border-radius;
text-align: center;
.bi-cloud-upload {
font-size: 1.5rem;
cursor: pointer;
}
.bi-cloud-upload::before {
border: 1px solid var(--bs-border-color);
border-radius: $border-radius;
padding: $spacing-md;
}
.buttonselectfile {
cursor: pointer;
font-weight: $font-weight-semibold;
color: $primary;
}
.progress {
margin-top: $spacing-lg;
border-radius: $border-radius;
}
}
.file-upload-list {
border: 1px solid var(--bs-border-color);
border-radius: $border-radius;
margin-bottom: $spacing-md;
.filename {
font-weight: $font-weight-medium;
}
.filesize {
color: $text-muted;
}
i:last-child {
margin-right: $spacing-md;
}
}