Add penalty

This commit is contained in:
2024-05-08 19:04:56 +04:00
parent c961220474
commit c1bec7cde9
2 changed files with 25 additions and 3 deletions
+5
View File
@@ -45,6 +45,11 @@ html, body, #map {
text-align: center;
}
#penalty {
opacity: 1;
transition: opacity 1s ease;
}
.popup-ko .maplibregl-popup-content {
background-color: rgba(255, 0, 0, 0.9);
border-radius: 10px;