Skip to content

Commit

Permalink
chore: sort css alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
KabinKhandThakuri committed Jan 16, 2025
1 parent 4b7f1e7 commit 3991199
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/vue-form/src/assets/css/fileInput.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
}

.file-input .selected li {
align-items: flex-start;
border-bottom: 1px solid #bdbdbd48;
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
gap: 0.5rem;
position: relative;
border-bottom: 1px solid #bdbdbd48;
justify-content: space-between;
padding: 0.5rem 0rem;
position: relative;
}

.file-input .selected li .info {
position: relative;
display: flex;
gap: 0.75rem;
position: relative;
width: 90%;
}

Expand All @@ -66,10 +66,10 @@
}

.file-input .selected li .preview {
background: lightgray;
height: 3.5rem;
min-width: 3.5rem;
width: 3.5rem;
height: 3.5rem;
background: lightgray;
}

.file-input .selected li .info .details {
Expand All @@ -91,8 +91,8 @@

.file-input .selected li .description-wrapper {
display: grid;
grid-template-columns: auto 1fr;
gap: 0.5rem;
grid-template-columns: auto 1fr;
height: 2.3rem;
width: 100%;
}
Expand Down Expand Up @@ -128,13 +128,13 @@
}

.file-input .dz-file-errors {
background: rgba(255, 0, 0, 0.1);
border-radius: 6px;
display: flex;
flex-direction: column;
gap: 1rem;
margin: 1rem 0;
background: rgba(255, 0, 0, 0.1);
padding: 0.75rem;
border-radius: 6px;
}

.file-input .dz-file-error {
Expand Down

0 comments on commit 3991199

Please sign in to comment.