Module: Tabs/styles.css

No edit summary
No edit summary
Line 11: Line 11:
margin: 0 1em;
margin: 0 1em;
padding: 0 2em;
padding: 0 2em;
}
.mdl-tabs-tab a:nth-child(1) {
border-color: #2a4b8d;
}
.mdl-tabs-tab a:nth-child(1) {
border-color: #b32424;
}
.mdl-tabs-tab a:nth-child(1) {
border-color: #14866d;
}
.mdl-tabs-tab a:nth-child(1) {
border-color: #ac6600;
}
.mdl-tabs-tab a:nth-child(1) {
border-color: #72777d;
}
}

Revision as of 03:02, 13 November 2023

.mdl-tabs {
	display: flex;
	justify-content: center;
	margin: auto;
	font-size: 1.2em;
	padding-top: 20px;
}
.mdl-tabs-tab a {
	border-bottom: 8px solid #2e4e67;
	text-align: center;
	margin: 0 1em;
	padding: 0 2em;
}
.mdl-tabs-tab a:nth-child(1) {
	border-color: #2a4b8d;
}
.mdl-tabs-tab a:nth-child(1) {
	border-color: #b32424;
}
.mdl-tabs-tab a:nth-child(1) {
	border-color: #14866d;
}
.mdl-tabs-tab a:nth-child(1) {
	border-color: #ac6600;
}
.mdl-tabs-tab a:nth-child(1) {
	border-color: #72777d;
}
Discuss this page