jellyfish-web/src/bower_components/emby-webcomponents/imageuploader/style.css

11 lines
No EOL
257 B
CSS

.imageEditor-dropZone {
border: .2em dashed currentcolor;
border-radius: .25em;
/* padding: 1.6em; */
text-align: center;
position: relative;
height: 12em;
display: flex;
align-items: center;
justify-content: center;
}