jellyfish-web/src/components/imageuploader/style.css
2020-01-25 11:42:09 +01: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;
}