minor class renaming

This commit is contained in:
2021-07-30 18:39:57 +02:00
parent b683e60cf7
commit f9735823c7
2 changed files with 8 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ section.chill-entity {
&::before { content: ", "; }
}
}
&.postalcode {
&.postcode {
span.code {}
span.name {}
}
@@ -87,7 +87,9 @@ section.chill-entity {
font-style: italic;
}
span.address-since,
span.address-until {}
span.address-valid {
&.address-since {}
&.address-until {}
}
}
}