update casing for some components
This commit is contained in:
parent
f06291e37b
commit
d2f11981c6
19 changed files with 16 additions and 16 deletions
12
src/components/imageUploader/style.css
Normal file
12
src/components/imageUploader/style.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
.imageEditor-dropZone {
|
||||
border: 0.2em dashed currentcolor;
|
||||
border-radius: 0.25em;
|
||||
|
||||
/* padding: 1.6em; */
|
||||
text-align: center;
|
||||
position: relative;
|
||||
height: 12em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue