2022-10-03 00:30:20 +00:00
|
|
|
.ps-hakken-dates {
|
|
|
|
margin: 5vw;
|
|
|
|
margin-top: 0;
|
2023-12-26 21:11:36 +00:00
|
|
|
|
|
|
|
&--list {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--item {
|
|
|
|
border-left: 3px solid var(--accent);
|
|
|
|
padding-left: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--meta {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--times {
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--schedule {
|
|
|
|
summary {
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&--schedule-entry {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
margin: 0;
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
font-size: 1.4rem;
|
|
|
|
}
|
|
|
|
}
|
2022-10-03 00:30:20 +00:00
|
|
|
}
|