jellyfish-web/src/components/imageuploader/style.css

11 lines
254 B
CSS
Raw Normal View History

2019-01-23 11:33:34 +00:00
.imageEditor-dropZone {
2018-10-23 01:13:23 +03:00
border: .2em dashed currentcolor;
border-radius: .25em;
/* padding: 1.6em; */
2018-10-23 01:13:23 +03:00
text-align: center;
position: relative;
height: 12em;
display: flex;
align-items: center;
justify-content: center;
2018-10-23 01:13:23 +03:00
}