Template:Spesos/styles.css

From Space Station 14 Wiki
Revision as of 23:16, 18 May 2025 by Aliser (talk | contribs) (added $ before amount since it seems to be prevalent in the game)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.spesos {
	white-space: nowrap;
}

.item.spesos.has-amount > span::after {
	content: '$';
}

.spesos img {
	margin: -99px -0.4em;
	padding-bottom: 7px;
}