Template:GGWikiBanner/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 11: Line 11:
font-weight: bold;
font-weight: bold;
font-size: 0.875rem;
font-size: 0.875rem;
align-items: center;
padding: var( --space-sm ) var( --space-md );
}
}



Revision as of 14:54, 29 March 2024

.bannerbox {
	position: relative;
	display: flex;
	flex-direction: row;
	margin-top: 0.4rem;
	margin-bottom: 0.8rem;
	background-color: var( --color-surface-2 );
	border: 1px solid var( --border-color-base--darker );
	border-radius: var( --border-radius--small );
	color: var( --color-base--emphasized );
	font-weight: bold;
	font-size: 0.875rem;
	align-items: center;
	padding: var( --space-sm ) var( --space-md );
}

.banner-content {
	position: relative;
	display: flex;
	flex-direction: column;
}