diff --git a/other-module/canteen-device/raw-veg-processing-scale/01-washing-tasks.html b/other-module/canteen-device/raw-veg-processing-scale/01-washing-tasks.html index 864fb5a..d72f959 100644 --- a/other-module/canteen-device/raw-veg-processing-scale/01-washing-tasks.html +++ b/other-module/canteen-device/raw-veg-processing-scale/01-washing-tasks.html @@ -142,6 +142,15 @@ .ingredient-row__weight { font-size: 13px; color: rgba(255,255,255,0.6); margin-right: 24px; white-space: nowrap; } + .ingredient-row__recorded { + font-size: 13px; color: #52c41a; margin-right: 24px; white-space: nowrap; min-width: 80px; text-align: center; + } + .ingredient-row__recorded--partial { + color: #faad16; + } + .ingredient-row__recorded--none { + color: rgba(255,255,255,0.3); + } .ingredient-row__deadline { font-size: 12px; color: rgba(255,255,255,0.5); min-width: 90px; text-align: right; white-space: nowrap; @@ -258,18 +267,21 @@