Template:Main page/gamebuild/styles.css: Difference between revisions

Template page
imported>Alistair3149
No edit summary
 
(Update)
Line 24: Line 24:
padding: 0.1rem 0.6rem;
padding: 0.1rem 0.6rem;
margin-left: 0.4rem;
margin-left: 0.4rem;
background: var( --background-color-framed--active );
background: var( --color-surface-3 );
border-radius: 100px;
border-radius: 100px;
font-size: 0.8125rem;
font-size: 0.8125rem;

Revision as of 11:47, 11 March 2023

#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 {
	background: var( --background-color-success );
}

.home-gamebuild-patch__type--evo {
	background: var( --background-color-destructive );
}

.home-gamebuild-patch__type--ptu {
	background: var( --background-color-warning );
}