Issue #55 View on map
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user