Template:Item/styles.css: Difference between revisions

From Space Station 14 Wiki
(made icon label bold)
(fix for last change → item-label)
Line 5: Line 5:
}
}


.icon-label {
.item-label {
font-weight: bold;
font-weight: bold;
}
}

Revision as of 00:13, 28 August 2024

.item {}

.item-icon {
	margin-right: .1em;
}

.item-label {
	font-weight: bold;
}