kleine Design Anpassungen im Aufgabenbereich
Zwischenstand beim Einpflegen der Bsp Aufgaben vom Kunden
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user