Skip to content

Commit

Permalink
Update filepond_widget.css
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Nov 15, 2024
1 parent 614f937 commit 1dbdf67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/filepond_widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
--fp-border: #c3c3c3;
--fp-background: #f9f9f9;
--fp-text: #333;
--fp-text-size: 16px;
--fp-text-light: #eee;
--fp-modal-backdrop: rgba(0, 0, 0, 0.5);
--fp-modal-bg: #fff;
Expand Down Expand Up @@ -34,6 +35,7 @@
/* FilePond Container */
.filepond--root {
margin-bottom: 1rem;
font-size: var(--fp-text-size);
}

/* Panel */
Expand All @@ -49,11 +51,13 @@

.filepond--drop-label label {
color: var(--fp-text);
font-size: var(--fp-text-size);
}

/* File Info */
.filepond--file-info {
color: var(--fp-text-light);
font-size: var(--fp-text-size);
}

/* File Status */
Expand Down

0 comments on commit 1dbdf67

Please sign in to comment.