kleine Design Anpassungen im Aufgabenbereich

Zwischenstand beim Einpflegen der Bsp Aufgaben vom Kunden
This commit is contained in:
2024-12-18 02:02:35 +01:00
committed by Eric Blommel
parent 337e5360e4
commit 9c444739eb
17 changed files with 138 additions and 87 deletions

View File

@@ -267,3 +267,19 @@ body {
color: white;
font-size: 18px; /* Größere Schriftgröße */
}
.task-container {
border-radius: 20px;
padding: 2rem;
margin-bottom: 2rem;
/*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);*/
box-shadow: 2px 4px 6px 2px rgba(0, 0, 0, 0.1);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.variable-input{
border: 2px solid;
border-radius: 8px;
text-align: center;
}