Template:Item/styles.css

From Love and Deepspace Wiki
.item-card {
    max-width: 400px;
    background: #eee;
    padding: 0.5em 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1);
}

.item-card-header {
	display: flex;
	gap: 0.5em;
}

.item-card-description {
	border-bottom: 1px solid #ddd;
}