update casing for some components

This commit is contained in:
dkanada 2020-05-17 02:48:21 +09:00
parent f06291e37b
commit d2f11981c6
19 changed files with 16 additions and 16 deletions

View 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;
}