diff --git a/services/web-ui/public/styles-rest.css b/services/web-ui/public/styles-rest.css index 78904db..586f65d 100644 --- a/services/web-ui/public/styles-rest.css +++ b/services/web-ui/public/styles-rest.css @@ -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;