Template:Cargo orders/styles.css: Difference between revisions

From Space Station 14 Wiki
Aliser (talk | contribs)
Created blank page
 
Aliser (talk | contribs)
No edit summary
Line 1: Line 1:
.pool-section-label {
display: block;
background-color: var(--bg-color-light);
padding: 0.25em 0.25em;
}


.pool-section-label-group {
font-weight: bold;
}
.pool-section-label-after {
color: gray;
}
.pool-section-label-after::after {
content: " group, one of:";
}

Revision as of 05:22, 21 May 2025

.pool-section-label {
	display: block;
	background-color: var(--bg-color-light);
	padding: 0.25em 0.25em;
}

.pool-section-label-group {
	font-weight: bold;
}

.pool-section-label-after {
	color: gray;
}

.pool-section-label-after::after {
	content: " group, one of:";
}