Agregación del tab-pane

This commit is contained in:
Duncan Zuriel Suriano
2024-08-29 12:46:30 -06:00
parent 929084289e
commit f1afe16008
2 changed files with 117 additions and 47 deletions
+45 -14
View File
@@ -108,19 +108,20 @@
padding: 0px;
border: none;
padding: 8px;
}
}
}
}
#idioma .text-container {
padding: 3rem;
}
padding: 3rem;
}
#idioma .transparent-cart {
padding: 1rem;
background: rgba(109, 107, 107, 0.568);
border-radius: 5px;
height: 100%;
}
background: rgba(109, 107, 107, 0.568);
border-radius: 5px;
height: 100%;
}
#idioma .cta-btn {
font-weight: 600;
@@ -139,21 +140,51 @@
background: #1e3c70;
border-color: #1e3c70;
color: #fff;
}
}
#Contacto .table th {
text-align: center;
background-color: #1e3c70;
background-color: #1e3c70;
color: rgb(255, 255, 255);
}
#Contacto .table tr td{
color:#1e3c70;
#Contacto .table tr td {
color: #1e3c70;
text-align: center;
}
}
#Contacto .container {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.line {
position: relative;
}
.line ::before {
content: "";
background-color: #bb8800;
display: inline-block;
width: 3px;
height: 100%;
left: -1rem;
position: absolute;
padding-top: 1rem;
z-index: 400;
}
.line ::after {
content: "";
background-color: #fff;
border-radius: 50%;
position: absolute;
top: 0;
left: -19px;
width: 10px;
height: 10px;
z-index: 999;
border: 1px solid #1e3c70;
}