Files
node-factorio-recipes/components/visualize/NodeOverview/NodeOverview.module.css
Sebastian Seedorf de95f57b18 Linting
2022-08-18 09:20:00 +02:00

18 lines
194 B
CSS

.root {
height: fit-content;
width: fit-content;
}
.tiny {
font-size: 0.5em;
margin-top: -1.6em;
}
.small {
font-size: 0.8em;
}
.linkOut {
margin-inline-end: 0.5em;
}