Files
jellyfin-web/src/components/imageUploader/style.scss
T
2021-03-19 14:00:59 -04:00

13 lines
258 B
SCSS

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