Vorlage:Startseite/Spielversion/styles.css

Aus Steel Beasts Wiki
#home-gamebuild {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-gamebuild-patch__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-gamebuild-patch {
	display: flex;
	align-items: center;
}

.home-gamebuild-patch__name {
	font-size: 1.2rem;
	font-weight: 600;
}

.home-gamebuild-patch__type {
	padding: 0.1rem 0.6rem;
	margin-left: 0.4rem;
	background: var( --color-surface-3 );
	border-radius: 100px;
	font-size: 0.8125rem;
	font-weight: 500;
	text-transform: uppercase;
}

.home-gamebuild-patch__type--live {
	color: rgba(0, 210, 164, 1);
	background: rgba(0, 175, 137, 0.25);
}

.home-gamebuild-patch__type--ptu {
	color: rgba(255, 204, 51, 1);
	background: rgba(255, 204, 51, 0.25);
}

.home-gamebuild-patch__type--evo {
	color: rgba(140, 109, 255, 1);
	background: rgba(80, 33, 255, 0.25);
}

.home-gamebuild-patch__type--lizenz {
	color: rgba(55, 155, 164, 1);
	background: rgba(36, 109, 115, 0.25);
}