Template:Item/styles.css: Difference between revisions

From Space Station 14 Wiki
Aliser (talk | contribs)
made icon label bold
Aliser (talk | contribs)
Undo revision 12226 by Aliser (talk) migration not happening my new code sucks
Tag: Undo
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
.item {}
.item {
font-weight: bold;
}


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

Latest revision as of 04:48, 2 April 2025

.item {
	font-weight: bold;
}

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