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

Se modifican las alturas del encabezado y el cuerpo del componente

parent c8b54462
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
.sa_panel_town_content{
  background: gray;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
@@ -9,6 +9,7 @@
.town_panel_header{
  display: flex;
  width: 100%;
  height: 7%;
  align-items: center;
  justify-content: center;
  padding: 5px;
@@ -20,3 +21,8 @@
  position: absolute;
  right: 5px;
}

.sa_panel_town_body{
  width: 100%;
  height: 93%;
}
 No newline at end of file