Template:InfoBox/styles.css: Difference between revisions

From Aphelium
No edit summary
No edit summary
Line 7: Line 7:
font-size: 1.125rem;
font-size: 1.125rem;
font-weight: bold;
font-weight: bold;
text-align: center;
}
}
.infobox-separator {
.infobox-separator {
Line 12: Line 13:
padding: 0.5rem;
padding: 0.5rem;
font-weight: bold;
font-weight: bold;
text-align: center;
}
}

Revision as of 07:50, 21 May 2023

.infobox {
	display: flex;
	flex-direction: column;
	float: right;
}
.infobox-name {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
}
.infobox-separator {
	background: #00d2ff;
	padding: 0.5rem;
	font-weight: bold;
	text-align: center;
}