jellyfish-web/src/components/imageUploader/style.css
2020-05-17 02:48:21 +09:00

12 lines
258 B
CSS

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