Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Apr 15, 2024
1 parent 20062c5 commit fbad0ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/lib/components/forms/DocumentUpload.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1rem;
align-self: stretch;
}
Expand All @@ -385,11 +384,13 @@
border-radius: 0.5rem;
border: 1px solid var(--gray-2, #d8dee2);
position: relative;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.fileList .total {
position: absolute;
bottom: 0.5rem;
bottom: -0.85rem;
left: 0.5rem;
background: var(--white);
border: 1px solid var(--gray-2);
Expand Down Expand Up @@ -422,6 +423,9 @@
border-radius: 0.5rem;
border: 1px solid var(--gray-2, #d8dee2);
background: var(--gray-1, #f5f6f7);
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top: none;
}
.fileInfo {
Expand Down

0 comments on commit fbad0ab

Please sign in to comment.