Commit c4586ead authored by Omar Luna Hernández's avatar Omar Luna Hernández
Browse files

Se modifica el botón de agregar pueblo para que cambie el cursor cuando está sobre él

parent d4046a7e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,10 +11,12 @@
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.town_add_btn{
.town_panel_header .town_add_btn{
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5px;
}
 No newline at end of file