feat(web-ui): add styles-asset and styles-rest CSS: styles-rest.css

This commit is contained in:
Zac Gaetano 2026-05-22 08:07:16 -04:00
parent afd3fd3374
commit 10952df591

View file

@ -707,9 +707,7 @@
margin-bottom: 16px;
overflow: hidden;
}
.token-compare-chart {
padding: 0 16px;
}
.token-compare-chart { padding: 0 16px; }
.token-compare-legend {
display: flex; gap: 24px;
padding: 8px 0 0;
@ -770,27 +768,10 @@
padding: 3px 8px;
border-radius: 99px;
}
.token-tier-name {
font-size: 13px;
font-weight: 700;
letter-spacing: -0.01em;
}
.token-tier-desc {
font-size: 11px;
color: var(--text-3);
min-height: 32px;
line-height: 1.4;
}
.token-tier-price {
margin-top: 6px;
display: flex; align-items: baseline;
}
.token-tier-tokens {
font-size: 11px;
color: var(--text-3);
padding-top: 4px;
border-top: 1px solid var(--border);
}
.token-tier-name { font-size: 13px; font-weight: 700; letter-spacing: -0.01em; }
.token-tier-desc { font-size: 11px; color: var(--text-3); min-height: 32px; line-height: 1.4; }
.token-tier-price { margin-top: 6px; display: flex; align-items: baseline; }
.token-tier-tokens { font-size: 11px; color: var(--text-3); padding-top: 4px; border-top: 1px solid var(--border); }
.token-footnote {
margin-top: 20px;