Template:License card/styles.css

Template page
.license-card {
	padding: 1.25rem;
	border: 1px solid;
	border-color: var( --border-color-base );
	margin-top: 0.8rem;
	background: var( --color-surface-2 );
	border-radius: var( --border-radius--medium );
	box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.03 ), 0 1px 2px rgba( 0, 0, 0, 0.06 );
}

.license-card__icons {
	margin-bottom: 0.8rem;
}

.license-card__icons img {
	margin-right: 10px;
}

.license-card__title {
	color: var( --color-base--emphasized );
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
}

.license-card__description {
	margin-top: 0.8rem;
	font-size: 0.875rem;
}

.license-card__metadata {
	display: none;
}

html.skin-citizen-dark .license-card__icons img {
	filter: invert( 1 ) hue-rotate( 180deg );
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.