Files
planet/frontend/public/earth/css/earth-stats.css
2026-04-11 03:42:35 +08:00

27 lines
567 B
CSS

/* earth-stats */
.hud-panel-stats {
bottom: var(--hud-offset);
right: var(--hud-offset);
border-radius: var(--hud-radius);
padding: var(--hud-panel-padding);
width: calc(264px * var(--hud-scale));
z-index: 10;
font-size: var(--hud-font-size);
}
.hud-panel-stats .stats-item {
margin-bottom: 0;
padding: calc(9px * var(--hud-scale)) 0;
border-bottom: 1px solid rgba(214, 229, 245, 0.06);
}
.hud-panel-stats .stats-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.hud-panel-stats .stats-item:first-of-type {
padding-top: 0;
}