Template:MatchList.css: Difference between revisions

Template page
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
     color: #000;
     color: #000;
     text-align: center;
     text-align: center;
    border: 1px solid #000;
}
}


Line 17: Line 18:
text-align: center;
text-align: center;
font-size: 0.9rem;
font-size: 0.9rem;
    border: 1px solid #000;
}
}

Latest revision as of 06:19, 11 October 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;
    border: 1px solid #000;
}

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