Add Islandflow logo to terminal branding
- Replace the text kicker with the new Islandflow mark - Add the shared SVG icon asset for the app shell
This commit is contained in:
parent
32aae200c3
commit
2bf0de0a9c
3 changed files with 92 additions and 7 deletions
|
|
@ -77,14 +77,13 @@ input {
|
|||
|
||||
.terminal-brand {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.terminal-brand-kicker {
|
||||
font-family: var(--font-display), sans-serif;
|
||||
font-size: 0.78rem;
|
||||
letter-spacing: 0.24em;
|
||||
color: var(--accent);
|
||||
.terminal-brand-mark {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.terminal-brand-name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue