Benjamin Bädorf
d06f9d1245
This commit introduces the concept of a set schedule and themes for our hakken.irl events. Themes for 2024 are proposed, together with short descriptions.
40 lines
500 B
SCSS
40 lines
500 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;
|
|
}
|
|
|
|
&--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;
|
|
}
|
|
}
|
|
}
|