Template:MatchList.css: Difference between revisions

Template page
(Couchor created the page Template:MatchList.css using a non-default content model "Sanitized CSS")
 
No edit summary
Line 1: Line 1:
.matchList-container {
display: flex;
flex-direction: column;
text-align: center;
}


.matchList-title {
background-color: lightgrey;
font-size: 1.2rem;
    color: #000;
    text-align: center;
}
.matchList-playday {
background-color: #e5e3e3;
color: #000;
text-align: center;
font-size: 0.9rem;
}

Revision as of 21:58, 4 May 2023

.matchList-container {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.matchList-title {
	background-color: lightgrey;
	font-size: 1.2rem;
    color: #000;
    text-align: center;
}

.matchList-playday {
	background-color: #e5e3e3;
	color: #000;
	text-align: center;
	font-size: 0.9rem;
}