Todoist Mobile — design system & UI screens
Task and project management application with team collaboration. This is the main sidebar navigation showing personal inbox views (Inbox, Today, Upcoming) and team-organized sections with expandable project and list items. The layout uses a left sidebar with icon-plus-label navigation entries, color-coded by type (personal tasks in red, team sections in neutral), with collapsible sub-items and action buttons for adding teams and browsing templates.</description> <parameter name="category">Dashboard
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/todoist-mobile.
Decoded design system
Todoist Mobile's decoded design system: background #FFFFFF, text #000000, accent #E67F75, link #E67F75, primary #E67F75; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #E67F75 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #E67F75 |
| accent | #E67F75 |
| link | #E67F75 |
| button_bg | #E67F75 |
| button_text | #FFFFFF |
Using these colors
- Action color
#E67F75— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#E67F75— one role, not several (the action color).- accent
#E67F75— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 4px
- scale: 4px, 6px, 7px, 8px, 9px, 10px, 12px, 14px, 16px, 20px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- subtle:
rgba(37, 34, 30, 0.04) 0px 1px 0px 0px - card:
rgba(37, 34, 30, 0.07) 0px 14px 19px -9px, rgba(37, 34, 30, 0.18) 0px 10px 48px 0px - overlay:
rgba(0, 0, 0, 0.18) 0px 12px 32px 0px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.2, 0.8, 0.2, 1).
- durations: 150ms · 200ms · 300ms
- easings:
cubic-bezier(0.2, 0.8, 0.2, 1)·ease-out - animated properties: transform, background-color, opacity, color
Native design tokens
| Token | Value |
|---|---|
--osano-clear-dialog-background | rgba(255,255,255,0) |
--osano-button-border-color | #e44232 |
--osano-button-background-color | #e44232 |
--osano-button-foreground-color | #ffffff |
--osano-dialog-background-color | #ffffff |
--osano-dialog-foreground-color | #6f6d6b |
--osano-info-dialog-overlay-color | rgba(0,0,0,0.45) |
--osano-link-color | #0f66ae |
--osano-toggle-off-track-color | #a0a0a0 |
--osano-toggle-off-thumb-color | #FFFFFF |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#CF3520 - primary focus: box-shadow
rgb(225, 240, 244) 0px 0px 0px 4px, rgb(41, 122, 188) 0px 0px 0px 1px
Layout (measured)
- container max-width:
1360px - nav: 72px
Motion choreography (measured)
Load order: div.scroller → div.osano-cm-info-dialog__in → div.osano-cm-window__dialog → button.osano-cm-dialog__close×2 → button.osano-cm-dialog__close×2 → button.osano-cm-dialog__close×2
Scroll reveal: 3 elements rest at opacity 0, animate in over 0.3s ease-in-out.
Overlay recipe (measured)
dialog panel: #FFFFFF · radius 12px
Responsive (measured)
- breakpoints: 480px · 768px · 960px · 1120px · 1200px
- mobile (390px): hero 37px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →