2021-09-23 17:38:20 +02:00
|
|
|
.dropArea {
|
|
|
|
border: 2px dashed #ccc;
|
|
|
|
border-radius: 20px;
|
|
|
|
width: 480px;
|
|
|
|
font-family: sans-serif;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
2021-09-26 22:30:32 +02:00
|
|
|
.dropArea:hover {
|
2021-09-23 17:38:20 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropArea.highlight {
|
|
|
|
border-color: purple;
|
|
|
|
}
|
|
|
|
|
|
|
|
.myForm {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2021-09-26 22:30:32 +02:00
|
|
|
.progresswrapper {
|
|
|
|
width: 100%;
|
|
|
|
height: 5px;
|
|
|
|
margin-top: 3px;
|
2021-09-23 17:38:20 +02:00
|
|
|
}
|
|
|
|
|
2021-09-26 22:30:32 +02:00
|
|
|
.finished {
|
|
|
|
margin-top: 10px;
|
|
|
|
text-align: center;
|
2021-09-23 17:38:20 +02:00
|
|
|
}
|