Submit button disabled without video, bigger middle part and dropzone, button in dropzone

This commit is contained in:
Verena Schulz
2025-11-16 15:06:47 +01:00
parent 76c18fa713
commit ab0e737f33
3 changed files with 38 additions and 7 deletions
+17 -2
View File
@@ -5,7 +5,7 @@ body {
justify-content: center;
align-items: center;
height: 100vh;
background-color: #555;
background-color: #666;
gap: 15px;
margin: 0;
}
@@ -17,7 +17,8 @@ body {
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
text-align: center;
width: 400px;
width: 350px;
height: 100px;
transition: border 0.3s, background-color 0.3s;
border: 2px dashed #ccc;
}
@@ -40,11 +41,15 @@ body {
margin-top: 10px;
font-size: 14px;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.custom-btn {
padding: 10px 20px;
margin-top: 40px;
background-color: #007BFF;
color: white;
border: none;
@@ -84,6 +89,8 @@ gap: 5px;
.submit-btn {
padding: 10px 20px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #007BFF;
color: white;
border: none;
@@ -92,9 +99,16 @@ gap: 5px;
font-size: 14px;
}
.submit-btn:disabled {
opacity: 0.5;
cursor: not-allowed;
pointer-events: none;
}
.mitte {
background-color: #f2f3f4;
display: flex;
width: 500px;
flex-direction: column;
align-items: center;
padding: 5% 50px;
@@ -103,6 +117,7 @@ gap: 5px;
border: 1px;
border-color: black;
border-style: solid;
border-radius: 6px;
}
h1 {