mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-19 17:46:36 +03:00
Add license labels to Get Started terminal headers
Shows "Apache 2.0" and "BSL-1.1 · Free for individuals and small teams" right-aligned in the glass terminal title bars. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
f9b78b1957
commit
6c6b7fcc95
@@ -2925,6 +2925,24 @@ code {
|
||||
margin: 0 0 var(--spacing-md);
|
||||
}
|
||||
|
||||
.terminal-header-license {
|
||||
margin-left: auto;
|
||||
font-size: 0.6875rem;
|
||||
color: oklch(65% 0.01 350);
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
.terminal-header-license a {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: oklch(85% 0.005 350);
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
|
||||
.terminal-header-license a:hover {
|
||||
color: var(--color-charcoal);
|
||||
}
|
||||
|
||||
/* removed - unified font sizes across columns */
|
||||
|
||||
.install-path-terminal {
|
||||
|
||||
@@ -4963,6 +4963,21 @@ code {
|
||||
color: var(--color-charcoal);
|
||||
margin: 0 0 var(--spacing-md);
|
||||
}
|
||||
.terminal-header-license {
|
||||
margin-left: auto;
|
||||
font-size: 0.6875rem;
|
||||
color: oklch(65% 0.01 350);
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
.terminal-header-license a {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: oklch(85% 0.005 350);
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
.terminal-header-license a:hover {
|
||||
color: var(--color-charcoal);
|
||||
}
|
||||
.install-path-terminal {
|
||||
margin-bottom: var(--spacing-sm);
|
||||
}
|
||||
|
||||
@@ -321,6 +321,7 @@
|
||||
<span class="terminal-dot red"></span>
|
||||
<span class="terminal-dot yellow"></span>
|
||||
<span class="terminal-dot green"></span>
|
||||
<span class="terminal-header-license">Apache 2.0</span>
|
||||
</div>
|
||||
<div class="terminal-body">
|
||||
<div class="install-terminal-row">
|
||||
@@ -411,6 +412,7 @@
|
||||
<span class="terminal-dot red"></span>
|
||||
<span class="terminal-dot yellow"></span>
|
||||
<span class="terminal-dot green"></span>
|
||||
<span class="terminal-header-license"><a href="https://www.npmjs.com/package/impeccable" target="_blank" rel="noopener">BSL-1.1</a> · Free for individuals and small teams</span>
|
||||
</div>
|
||||
<div class="terminal-body">
|
||||
<div class="install-terminal-row">
|
||||
|
||||
Reference in New Issue
Block a user