dropzone text

This commit is contained in:
Robin Appelman 2021-08-01 23:49:03 +02:00
commit 58439347fc
3 changed files with 15 additions and 3 deletions

View file

@ -76,6 +76,17 @@ html, body, #root {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
cursor: pointer;
p {
font-size: 1.5em;
}
p.warning {
font-size: 1em;
opacity: 0.8;
}
}