Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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

Template page
starcitizen>Astrid
use :root vars for radii
 
Zippy (talk | contribs)
m 1 revision imported: Going to "borrow" parts of the star citizen main page to make this look nicer
(No difference)

Revision as of 10:27, 8 May 2025

#home-featured {
	overflow: hidden;
	border-radius: var(--border-radius-medium);	
}

#home-featured .home-card__background a {
	display: block;
	height: 100%;
}

#home-featured .home-card__background:after {
	top: unset;
	height: 60%;
	background: linear-gradient( to top, #000, transparent );
}


#home-featured .home-card__foreground {
	justify-content: flex-end;
}

#home-featured .home-card__badge {
	border-bottom-left-radius: var(--border-radius-base);
}

#home-featured.home-card--button:hover .home-card__background::after {
	transform: translateY(100%);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.