添加 hallmark 技能
This commit is contained in:
12
skills/hallmark/references/components/c1-outlined-chip.md
Normal file
12
skills/hallmark/references/components/c1-outlined-chip.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
### C1 · Outlined chip
|
||||
A bordered, transparent button with a typographic verb ("Save changes").
|
||||
*Use when:* the page has one primary action; you want it visible but quiet.
|
||||
*Don't confuse with:* C2 Oversized solid (which is statement-loud).
|
||||
|
||||
```html
|
||||
<a class="cta-outline">Open your studio →</a>
|
||||
```
|
||||
```css
|
||||
.cta-outline { display: inline-flex; align-items: center; gap: 0.4em; padding: 0.7rem 1.2rem; border: 1px solid var(--color-ink); min-height: 44px; }
|
||||
```
|
||||
Reference in New Issue
Block a user