Skip to content

Commit 509ebda

Browse files
Rida2000claude
andcommitted
docs: add logotype + label text lockup layout spec to DESIGN.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 56ef8c5 commit 509ebda

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

DESIGN.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,28 @@ Both SVG and PNG exports are in `assets/logo/`. Use SVG for web/digital, PNG for
5858
| Mono-dark | `sensecraft-mono-dark.svg` | `sensecraft-mono-dark.png` |
5959
| Mono-primary | `sensecraft-mono-primary.svg` | `sensecraft-mono-primary.png` |
6060

61+
#### Brand Mark: Logotype + Label Text Lockup
62+
63+
A horizontal lockup pairing the SenseCraft logotype SVG with an accompanying label (e.g. "Account", "Studio", product names, or other platform identifiers).
64+
65+
**Container**
66+
- `display: flex; align-items: center`
67+
- `gap: $spacing-2` (8px)
68+
69+
**Logotype image**
70+
- `height: 16px; width: auto` (preserves SVG aspect ratio)
71+
- `display: block; flex-shrink: 0`
72+
- Use `sensecraft-mono-dark.svg` on white/light backgrounds
73+
- Use `sensecraft-mono-bright.svg` on dark/coloured backgrounds
74+
75+
**Label text**
76+
- `font-family: $font-family-en`
77+
- `font-size: $text-xl` (22px); mobile breakpoint ≤480px: `$text-lg` (18px) — only needed where the layout reflows at mobile widths
78+
- `font-weight: 500`
79+
- `color: $primary-500`
80+
- `letter-spacing: -0.01rem`
81+
- `position: relative; top: 0.5px` — optical baseline correction to align the text cap-height with the logotype's visual centre
82+
6183
---
6284

6385
## 2. Color Palette & Roles

0 commit comments

Comments
 (0)