Template:Item/styles.css: Difference between revisions

From Space Station 14 Wiki
Aliser (talk | contribs)
fix for last change → item-label
Aliser (talk | contribs)
fixed styles due to the module optimizations
Line 1: Line 1:
.item {}
.item {
font-weight: bold;
}


.item-icon {
.item-icon {
margin-right: .1em;
margin-right: .1em;
}
.item-label {
font-weight: bold;
}
}

Revision as of 00:38, 28 August 2024

.item {
	font-weight: bold;
}

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