fixed informacionDeEquipo.equipos

This commit is contained in:
2026-01-13 18:51:56 -06:00
parent 4d56b54bf0
commit 2126b43c71
11 changed files with 317 additions and 75 deletions
@@ -19,7 +19,7 @@
.barNavigation li {
transition: all 0.3s ease;
cursor: pointer;
color: white;
color: #585858;
width: 100%;
transition: background-color 0.3s ease, border 0.3s ease;
font-size: 1.5rem;
@@ -28,6 +28,8 @@
.barNavigation li:hover {
background-color: #f3f4f6;
color: black !important;
border-radius: 8px;
z-index: 2;
}
.menuToggle {
@@ -64,7 +66,10 @@
flex-direction: column;
top: 100%;
width: 100%;
background-color: #003e79;
min-width: 200px;
border: 1px solid #cfcfcf;
border-radius: 8px;
background-color: #ffffff;
transition: color 0.3s ease;
transition: opacity 0.4s ease, max-height 0.4s ease;
}
@@ -102,7 +107,7 @@
height: 100%;
align-items: center;
justify-content: center;
color: #383838;
color: #545454;
font-size: 1.5rem;
padding: 1rem;
}
@@ -224,4 +229,4 @@ tbody {
tbody {
font-size: 1rem;
}
}
}