2024-07-31 12:09:03 +02:00
|
|
|
section.callout {
|
|
|
|
|
--padding-vertical: var(--space-m);
|
2024-09-13 15:29:02 +02:00
|
|
|
background-color: var(--color);
|
2024-07-31 12:09:03 +02:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
2024-09-10 15:23:24 +02:00
|
|
|
text-align: center;
|
2024-07-31 12:09:03 +02:00
|
|
|
}
|
|
|
|
|
|
2024-09-18 17:34:52 +02:00
|
|
|
section.callout .ticket-link {
|
|
|
|
|
margin-top: calc(var(--padding-vertical) / 2);
|
2024-07-31 12:09:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.callout a {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2024-09-10 15:23:24 +02:00
|
|
|
|
2024-09-21 15:57:20 +02:00
|
|
|
@media screen and (max-width: 1085px) {
|
2024-09-10 15:23:24 +02:00
|
|
|
section.callout {
|
|
|
|
|
padding: 2.25rem 2rem;
|
|
|
|
|
}
|
|
|
|
|
section.callout h4 {
|
|
|
|
|
font-size: var(--font-size-m);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.callout h4 {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
}
|
|
|
|
|
section.callout svg {
|
|
|
|
|
width: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
}
|