Jump to content

Module:Progression rainbow/styles.css

Permanently protected module
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Pppery (talk | contribs) at 03:37, 23 February 2024 (Protected). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
.progression-rainbow {
	border: 1px solid grey;
	height: 4px;
	padding: 1px;
	list-style: none;
	display: flex;
	margin-left: 0;
}

.progression-rainbow li {
	height: 100%;
}

.progression-rainbow .remaining {
	background: #E2E2E2;
}