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 ...@@ -48,7 +48,20 @@ html, body
z-index: 100; z-index: 100;
background-color: white; background-color: white;
border-radius: 5px; 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 @@ ...@@ -242,9 +242,7 @@
<!-- control de version de mapas --> <!-- control de version de mapas -->
<div class="mapControl" onclick="cambio.changeMap()"> <div class="mapControl" onclick="cambio.changeMap()">
<a> <i class="fas fa-layer-group fa-2x iii"></i>
<i class="fas fa-layer-group fa-2x" style="padding: 7px;"></i>
</a>
</div> </div>
<!-- control de version de mapas --> <!-- 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