Skip to content

Commit

Permalink
revert: index.css for dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Swappea committed Nov 1, 2024
1 parent aa5299b commit 3d1514a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions packages/core/dev/index.css
Original file line number Diff line number Diff line change
@@ -1,18 +0,0 @@
.file-upload__root {
display: flex;
flex-direction: column;
row-gap: 5px;
width: 400px;
}

.file-upload__dropzone {
width: 200px;
height: 200px;
border: 1px dashed red;

display: flex;
flex-direction: column;
row-gap: 5px;
align-items: center;
justify-content: center;
}

0 comments on commit 3d1514a

Please sign in to comment.