misc design progress, more variables, news and event lists, remove old date list, etc

This commit is contained in:
elisejakob
2024-06-24 01:13:03 +02:00
parent 33be02ee69
commit c3484b35aa
22 changed files with 135 additions and 247 deletions

View File

@ -34,36 +34,13 @@
.priceList {
list-style: none;
display: flex;
}
.priceItem {
font-family: var(--font-serif);
font-size: var(--font-size-caption);
position: relative;
padding: 0 1.5rem 0 var(--spacing-s);
&:after {
content: "/";
font-family: var(--font-serif);
font-size: 2rem;
position: absolute;
top: 0;
right: 0;
line-height: 1.2;
}
&:first-child {
padding-left: 0;
}
&:last-child {
&:after {
display: none;
}
}
}
.priceLabel {
display: block;
font-weight: 600;
}