Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Please sign up or log in to edit the wiki.
.tg-event-card.tg-card {
	width: 300px;
	height: 300px;
}

.template-flexbox-item .tg-event-card.tg-card {
	width: inherit;
	margin: 1rem -1rem;
	border: 0;
	border-radius: 0;
}

.tg-event-card.tg-card .tg-card-label > span {
	margin-left: 12px;
	height: auto;
	padding: 8px;
	padding-bottom: 20px;
    border-radius: 0;
	flex-direction: column;
	font-weight: var(--tg-font-weight-medium);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 16px), 0 100%);
}

.tg-event-card-year {
	margin-bottom: 4px;
	border-bottom: 1px solid;
	padding-bottom: 4px;
}

.tg-event-card-month {
	font-size: 1.25rem;
}

.tg-event-card-day {
	font-size: 2.5rem;
	font-weight: var(--font-weight-semi-bold);
}

.tg-event-card .tg-card-content {
	display: flex;
	flex-direction: column-reverse;
}