23 lines
271 B
SCSS
23 lines
271 B
SCSS
.ps-hakken-dates {
|
|
margin: 5vw;
|
|
margin-top: 0;
|
|
|
|
&--list {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
&--item {
|
|
border-left: 3px solid var(--accent);
|
|
padding-left: 1rem;
|
|
}
|
|
|
|
&--times {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
&--location {
|
|
margin-top: 0;
|
|
}
|
|
}
|