Commit 5cdea375 authored by Luis Dominguez's avatar Luis Dominguez

Cambios visuales al boton selector de mapas en catalog

parent d84367ac
......@@ -48,7 +48,20 @@ html, body
z-index: 100;
background-color: white;
border-radius: 5px;
padding: 3px;
border: none;
}
.iii{
color: rgba(220, 121, 40, 0.404);
width: 50px;
height: 50px;
padding: 11px;
cursor: pointer;
}
.iii:hover{
color: rgba(220, 121, 40);
}
......@@ -242,9 +242,7 @@
<!-- control de version de mapas -->
<div class="mapControl" onclick="cambio.changeMap()">
<a>
<i class="fas fa-layer-group fa-2x" style="padding: 7px;"></i>
</a>
<i class="fas fa-layer-group fa-2x iii"></i>
</div>
<!-- control de version de mapas -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment