Template:Licence card/styles.css

Revision as of 02:04, 17 December 2023 by Borderman (talk | contribs) (Borderman changed the content model of the page Template:Licence card/styles.css from "wikitext" to "Sanitized CSS": require santised css content model)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.licence-card {
	padding: 1.25rem;
	margin-top: 0.8rem;
	background: var( --color-surface-2 );
	border-radius: var( --border-radius--medium );
}

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

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

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

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

html.skin-citizen-dark .licence-card__icons img {
	filter: invert( 1 ) hue-rotate( 180deg );
}