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

12 lines
235 B
CSS
Raw Normal View History

2020-05-08 21:25:23 +02:00
.subtitleEditor-dropZone {
border: 0.2em dashed currentcolor;
border-radius: 0.25em;
text-align: center;
position: relative;
height: 12em;
display: flex;
align-items: center;
justify-content: center;
}