misc happy styling, event header tables, etc

This commit is contained in:
elisejakob
2024-06-24 03:34:19 +02:00
parent b1f3db6a42
commit 944506cc2f
12 changed files with 132 additions and 69 deletions

View File

@ -24,6 +24,12 @@ button,
text-decoration: none;
}
&.cta {
padding: calc(var(--spacing-xs)*1.5) calc(var(--spacing-s)*1.5);
display: flex;
justify-content: space-between;
}
&.secondary {
color: var(--color-deepBrick);
background: var(--color-goldenBeige);