The button guidelines in the style guide specify one order on larger screens and a different order and layout on smaller screens. This should be standard across most interfaces, but takes some specific styles to achieve.
To help our users standardize on this responsive behavior, we should consider building something in Codex. This could be:
- A public Less mixin (quick and easy; not usable if you're not using Less)
- A responsive layout component (more comprehensive; more work to implement)
Acceptance criteria
- Determine how to support this behavior in Codex
- Document the work in a new task