feat(web-ui): add styles-asset and styles-rest CSS: styles-rest.css
This commit is contained in:
parent
afd3fd3374
commit
10952df591
1 changed files with 5 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue