feat: možnost zobrazení objednávek z historie
CI / Generate TypeScript types (push) Successful in 10s
CI / Server unit tests (push) Successful in 20s
CI / Build server (push) Successful in 23s
CI / Build client (push) Successful in 33s
CI / Playwright E2E tests (push) Successful in 1m17s
CI / Build and push Docker image (push) Successful in 41s
CI / Notify (push) Successful in 2s
CI / Generate TypeScript types (push) Successful in 10s
CI / Server unit tests (push) Successful in 20s
CI / Build server (push) Successful in 23s
CI / Build client (push) Successful in 33s
CI / Playwright E2E tests (push) Successful in 1m17s
CI / Build and push Docker image (push) Successful in 41s
CI / Notify (push) Successful in 2s
This commit is contained in:
@@ -279,6 +279,17 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
// Varianta navigace mezi dny na stránce objednávání – šipky kolem date pickeru
|
||||
.order-day-navigator {
|
||||
margin-bottom: 16px;
|
||||
gap: 16px;
|
||||
|
||||
input[type="date"] {
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
// ============================================
|
||||
// FOOD TABLES - CARD STYLE
|
||||
// ============================================
|
||||
|
||||
Reference in New Issue
Block a user