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

Template:EquipmentCard/styles.css

Template page
Revision as of 16:53, 22 November 2023 by Luke (talk | contribs) (Undo revision 4308 by Jekul (talk))
.equipment-card {
	padding: 0;
	border: 0;
    transition: all 0.3s ease;
    display: inline-table;
    margin-bottom: 4px;
}

.equipment-card:hover {
	border-color: #f7bb2b;
	border-width: 2px;
	border-style: solid;
	border-radius: 6px;
	box-sizing: border-box;
}

.equipment-card__label {
	width: 100px;
	color: #ffffff;
	background-color: #d21f3c;
	text-align: center;
	font-family: 'Saira Extra Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	border-radius: 0 0 6px 6px;
	text-transform: uppercase;
	overflow: hidden;
}

.equipment-card__label a {
	text-decoration: none;
	color: #fff;
}

.equipment-card__background {
	background: linear-gradient(#808b9a, #d5e2e6);
	border-radius: 6px 6px 0 0;
}

.equipment-card__background img {
	width: 100px;
	height: 110px;
	object-position: center;
	object-fit: contain;
}