Polish navigation and pipeline flow
This commit is contained in:
@@ -45,20 +45,20 @@
|
||||
.io-side-h .ti { font-size: 13.5px; font-weight: 600; color: var(--accent-black); }
|
||||
.io-side-h .back-pill {
|
||||
display: inline-flex; align-items: center; gap: 6px;
|
||||
height: 28px; padding: 0 12px 0 8px;
|
||||
background: var(--background-lighter);
|
||||
height: 34px; padding: 0 13px 0 11px;
|
||||
background: var(--surface);
|
||||
border: 1px solid var(--border-faint);
|
||||
border-radius: var(--r-pill);
|
||||
color: var(--accent-black);
|
||||
font-size: 12.5px; font-weight: 500;
|
||||
font-size: 13px; font-weight: 500;
|
||||
font-family: inherit;
|
||||
cursor: pointer;
|
||||
transition: background var(--t-base), border-color var(--t-base), color var(--t-base);
|
||||
}
|
||||
.io-side-h .back-pill:hover {
|
||||
background: var(--heat-12);
|
||||
border-color: var(--heat-20);
|
||||
color: var(--heat);
|
||||
background: var(--black-alpha-4);
|
||||
border-color: var(--black-alpha-24);
|
||||
color: var(--accent-black);
|
||||
}
|
||||
.io-side-h .back-pill svg { width: 14px; height: 14px; }
|
||||
.io-side-h .fold {
|
||||
|
||||
Reference in New Issue
Block a user