48 lines
874 B
CSS
48 lines
874 B
CSS
/*WEY FIJATE BIEN CHINGON EN LOS MARGENES, PADDINGS Y DESPLAZAMIENTOS QUE PONGAS PARA CADA PANTALLA*/
|
|
.sand-icon:focus{
|
|
outline: none;
|
|
}
|
|
.sand-icon:hover{
|
|
background-color: rgb(0,0,0,0.1);
|
|
}
|
|
.btn-header-dorado{
|
|
color: #fff;
|
|
/* padding: 6px 7px; */
|
|
text-align: center;
|
|
}
|
|
.btn-header-dorado:hover{
|
|
text-decoration: none;
|
|
color: #fff;
|
|
background-color: rgb(0,0,0,0.2);
|
|
}
|
|
.linea-buscar{
|
|
border-bottom: 2px solid #fff;
|
|
}
|
|
.bot-buscar{
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
color: #fff;
|
|
}
|
|
.bot-buscar:focus{
|
|
outline: none;
|
|
}
|
|
.bot-buscar::placeholder {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
.home_icon{
|
|
vertical-align: text-bottom;
|
|
}
|
|
.headerAzul{
|
|
background-color: #1B3D70;
|
|
}
|
|
.bg-dorado{
|
|
background-color: #bb8800;
|
|
}
|
|
.navbar-blanco{
|
|
color: #fff;
|
|
}
|
|
.search-button-icon:hover{
|
|
background-color: rgb(0,0,0,0.4);
|
|
}
|