first commit
This commit is contained in:
22
src/styles/upload-modal.scss
Executable file
22
src/styles/upload-modal.scss
Executable 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);
|
||||
}
|
||||
}
|
||||
//
|
||||
Reference in New Issue
Block a user