Module:Progression rainbow/sandbox/styles.css

< Module:Progression rainbow‎ | sandbox
Revision as of 14:12, 10 October 2022 by imported>The wub (allow for custom heights)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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;
}