first commit

This commit is contained in:
Kenneth Jannette
2024-01-11 18:24:41 -06:00
commit 4c1fb67383
103 changed files with 29954 additions and 0 deletions

22
src/styles/upload-modal.scss Executable file
View File

@@ -0,0 +1,22 @@
.file-uploader {
display: flex;
> label {
flex: 1 0;
}
.drag-box {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 70px;
border: $border-width solid $border-color;
border-radius: $border-radius;
background-color: #fff;
cursor: pointer;
}
.filled {
border: $border-width solid rgb(96, 205, 255);
background-color: rgb(241, 241, 241);
}
}
//