34 lines
456 B
SCSS
34 lines
456 B
SCSS
.ps-hakken-dates {
|
|
&--list {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
&--title {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
&:target {
|
|
border-bottom: 4px solid var(--foreground);
|
|
}
|
|
}
|
|
|
|
&--permalink {
|
|
min-height: 2rem;
|
|
}
|
|
|
|
&--item {
|
|
border-left: 0.25rem solid var(--accent);
|
|
padding-left: 1rem;
|
|
}
|
|
|
|
&--times {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
&--location {
|
|
margin-top: 0;
|
|
}
|
|
}
|