2022-10-03 02:30:20 +02:00
|
|
|
.ps-hakken-dates {
|
2023-12-26 22:11:36 +01:00
|
|
|
&--list {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2024-03-06 16:34:00 +01:00
|
|
|
&--title {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2024-04-12 21:09:28 +02:00
|
|
|
|
|
|
|
&:target {
|
|
|
|
border-bottom: 4px solid var(--foreground);
|
|
|
|
}
|
2024-03-06 16:34:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&--permalink {
|
|
|
|
min-height: 2rem;
|
|
|
|
}
|
|
|
|
|
2023-12-26 22:11:36 +01:00
|
|
|
&--item {
|
2024-03-06 16:34:00 +01:00
|
|
|
border-left: 0.25rem solid var(--accent);
|
2023-12-26 22:11:36 +01:00
|
|
|
padding-left: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--times {
|
2023-12-28 19:50:37 +01:00
|
|
|
margin-bottom: 0;
|
2023-12-26 22:11:36 +01:00
|
|
|
}
|
|
|
|
|
2023-12-28 19:50:37 +01:00
|
|
|
&--location {
|
|
|
|
margin-top: 0;
|
2023-12-26 22:11:36 +01:00
|
|
|
}
|
2022-10-03 02:30:20 +02:00
|
|
|
}
|