This commit is contained in:
2026-03-05 15:16:42 +01:00
parent 0c6ff3c3c2
commit 530a6f0c27
5 changed files with 199 additions and 3 deletions

View File

@@ -16,3 +16,12 @@
}
}
}
.spot {
&.is-reserved {
fill: #f4eba8;
}
&.is-sold {
fill: #f54040;
}
}