Newer
Older
activity-manager / public / styles / card.css
@Kilian Riou Kilian Riou on 31 Mar 2021 253 bytes Update CSS
.card {
	border-radius: 0;
	border: none;
	box-shadow: 0.25rem 0.25rem 0.5rem var(--dark);
}

.card-header, .card-header:first-child {
	background-color: var(--primary-light);
	border-radius: 0;
	border: none;
}

.card-body {
	background-color: white;
}