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