diff --git a/emergency-app/nutritionist/workbench/employee-list.html b/emergency-app/nutritionist/workbench/employee-list.html index deee073..5433f78 100644 --- a/emergency-app/nutritionist/workbench/employee-list.html +++ b/emergency-app/nutritionist/workbench/employee-list.html @@ -20,9 +20,6 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items: .search-bar { background: #fff; padding: 10px 16px; border-bottom: 1px solid #f0f0f0; flex-shrink: 0; } .search-input { display: flex; align-items: center; gap: 8px; background: #f5f5f5; border-radius: 20px; padding: 8px 14px; } .search-input input { flex: 1; border: none; background: none; font-size: 14px; outline: none; color: #1a1a1a; } -.filter-row { display: flex; gap: 8px; margin-top: 8px; } -.filter-chip { flex: 1; text-align: center; font-size: 12px; padding: 6px 0; border-radius: 16px; background: #f5f5f5; color: #666; cursor: pointer; } -.filter-chip.active { background: #e6f4ff; color: #1677ff; font-weight: 600; } /* Tab */ .seg-tabs { display: flex; background: #fff; border-bottom: 1px solid #f0f0f0; flex-shrink: 0; } .seg-tab { flex: 1; text-align: center; padding: 12px 0; font-size: 14px; color: #666; cursor: pointer; border-bottom: 2px solid transparent; } @@ -68,12 +65,6 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items: 🔍 -