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

From Space Station 14 Wiki
Aliser (talk | contribs)
No edit summary
Aliser (talk | contribs)
style adjustments for orGroup
Line 3: Line 3:
background-color: var(--bg-color-light);
background-color: var(--bg-color-light);
padding: 0.25em 0.25em;
padding: 0.25em 0.25em;
}
.pool-section-label-group {
font-weight: bold;
font-weight: bold;
}
}


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

Revision as of 05:24, 21 May 2025

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

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