Skip to content

Commit

Permalink
Style new multi-file upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jan 19, 2024
1 parent 478a8e9 commit a94c0e3
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 4 deletions.
26 changes: 25 additions & 1 deletion admin/themes/default/css/sass/pages/_files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,31 @@
#files-metadata {
.files {
input {
margin-bottom: $spacing-m;
background-color: $lightgray;
padding: $spacing-m;
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid $darkgrayborder;
}
}
}

.file-container {
border: 1px solid $darkgrayborder;
border-bottom: 0;
margin-bottom: $spacing-l;
border-radius: 2px;
}

.file-thumbnail:not(:empty) {
padding: $spacing-m $spacing-m 0;
}

.file-thumbnail img {
border: 1px solid $lightgrayborder;
}

.file-size:not(:empty) {
border-bottom: 1px solid $darkgrayborder;
padding: $spacing-m;
}
22 changes: 21 additions & 1 deletion admin/themes/default/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions admin/themes/default/css/style.css.map

Large diffs are not rendered by default.

0 comments on commit a94c0e3

Please sign in to comment.