Fin de la vista de IDIOMAS

This commit is contained in:
Duncan Zuriel Suriano
2024-09-04 14:36:17 -06:00
parent 983f2d5540
commit aebcd3258f
2 changed files with 23 additions and 114 deletions
+18 -4
View File
@@ -42,7 +42,7 @@
}
#idioma h2 span {
color: #bb8800;
color: #ffc451;
}
#idioma .icon-box {
@@ -173,6 +173,10 @@
background: #1e3c70;
border-color: #1e3c70;
color: #fff;
}
#myTab .active {
color: #1e3c70;
}
#Contacto .table th {
@@ -195,8 +199,9 @@
#Contacto .contenedor {
padding: 10px;
overflow-x: scroll;
overflow-x: scroll !important;
height: fit-content;
flex-wrap: nowrap !important;
}
#Contacto ul li {
@@ -209,7 +214,11 @@
/* border: 1px solid #000; */
width: fit-content;
padding: 10px !important;
color: #1e3c70;
color:#bb8800;
}
#tab-Contacto .active {
color:#1e3c70;
}
@media (max-width: 991px) {
@@ -245,4 +254,9 @@
height: 10px;
z-index: 999;
border: 1px solid #1e3c70;
}
}
.pr {
padding-right: 30px;
}