Appearance
Branding, per organization
Logo, colours, favicon and the name shown to visitors belong to the organization — including the sign-in page, which carries the firm's own branding rather than the platform's.
Back office → Appearance → Branding.
Custom CSS
Stylesheets can be added per organization and scoped: the public site, the back office, or both. They are served as real files with a content policy rather than injected inline.
Scope a stylesheet deliberately
A rule written for a product page and left unscoped will find something in the back office to break. Choose the narrowest scope that does the job.
The back office has one control scale
Buttons, inputs, selects and the controls inside table cells take their height, padding, font size and corner radius from one declared scale. Templates do not restate geometry.
That sounds like housekeeping and it is not: when every screen estimates the same number for itself, a button and the field beside it stop lining up at the first font change. One scale means they cannot.
| Token | Is |
|---|---|
| Control height | The height of a button and the input beside it |
| Dense height | The same, inside a table cell |
| Corner radius | Small, and the same everywhere |
Tables on a phone
A wide table scrolls inside its own frame. The page itself never scrolls sideways — that is a rule of the platform, not a per-screen decision.
Layout presets
Common page arrangements ship as presets. See Layout.