[Maps] Moved legend/info css from view to general.css

This commit is contained in:
Andreas Kristiansen
2024-04-06 16:00:10 +02:00
parent 3334983d8d
commit c6e94805d5
12 changed files with 40 additions and 371 deletions

View File

@@ -1,32 +1,3 @@
<style>
/*Legend specific*/
.legend {
padding: 6px 8px;
font: 14px Arial, Helvetica, sans-serif;
background: white;
line-height: 24px;
color: #555;
border-radius: 10px;
}
.legend h4 {
text-align: center;
font-size: 16px;
margin: 2px 12px 8px;
color: #777;
}
.legend span {
position: relative;
bottom: 3px;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin: 0 8px 0 0;
}
</style>
<div class="container">
<br>