Issue #55 View on map

This commit is contained in:
2024-09-16 13:42:22 +02:00
parent 8595e70ceb
commit c00c2caccc
16 changed files with 187 additions and 16 deletions

View File

@@ -77,3 +77,23 @@ button.share {
top: 10px;
}
}
/* details.scss */
/* Stil für das Adress-Info-Feld */
.address-control {
background: rgba(255, 255, 255, 0.9);
padding: 10px;
border-radius: 5px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
font-size: 14px;
line-height: 1.4;
}
.address-control a {
color: #007bff;
text-decoration: none;
}
.address-control a:hover {
text-decoration: underline;
}