Template:Item/styles.css: Difference between revisions

From Space Station 14 Wiki
(Created page with ".item {} .item-icon { margin-right: .1em; }")
 
(made icon label bold)
Line 3: Line 3:
.item-icon {
.item-icon {
margin-right: .1em;
margin-right: .1em;
}
.icon-label {
font-weight: bold;
}
}

Revision as of 00:13, 28 August 2024

.item {}

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

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