pub.solar/_includes/styles/hakken-dates.scss
Benjamin Yule Bädorf e6279896d6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
v2: initial commit
* Separate german and english language pages
* Add a services page with details per service
* Move hakken dates into the same container as the text
* Introductory text on the homepage
2024-03-06 16:34:00 +01:00

30 lines
384 B
SCSS

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