2020-05-26 23:02:13 -04:00
|
|
|
@import 'pallete';
|
|
|
|
|
|
|
|
#producto {
|
|
|
|
background-color: $gris-medio;
|
2020-05-19 01:04:23 -04:00
|
|
|
padding-bottom: 2rem;
|
|
|
|
|
|
|
|
.titulo {
|
2020-05-26 23:02:13 -04:00
|
|
|
color: $azul-oscuro !important;
|
2020-05-29 18:47:14 -04:00
|
|
|
padding-top: 2rem;
|
2020-05-19 01:04:23 -04:00
|
|
|
.header {
|
2020-05-26 23:02:13 -04:00
|
|
|
color: $azul-oscuro !important;
|
2020-05-19 01:04:23 -04:00
|
|
|
}
|
|
|
|
.direccion {
|
|
|
|
padding-left: 2rem;
|
|
|
|
}
|
|
|
|
.publicado {
|
|
|
|
padding-top: .5rem;
|
|
|
|
}
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#galeria {
|
|
|
|
padding-bottom: 4rem;
|
|
|
|
|
2020-05-19 21:43:44 -04:00
|
|
|
&>.image {
|
|
|
|
height: 53rem;
|
|
|
|
overflow: hidden;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2020-05-19 01:04:23 -04:00
|
|
|
}
|
|
|
|
|
2020-05-19 21:43:44 -04:00
|
|
|
#thumbnails {
|
2020-05-19 01:04:23 -04:00
|
|
|
padding-top: 2rem;
|
2020-05-19 21:43:44 -04:00
|
|
|
|
|
|
|
.image {
|
|
|
|
height: 8rem;
|
|
|
|
overflow: hidden;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|
2020-05-19 01:04:23 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
#buscar {
|
|
|
|
color: #404041 !important;
|
|
|
|
padding-top: 2rem;
|
|
|
|
|
|
|
|
.header {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
.divider {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.field {
|
|
|
|
input[type='text'] {
|
|
|
|
background-color: inherit !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.slider {
|
|
|
|
.track-fill {
|
|
|
|
background-color: #0d103c !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.price_label {
|
|
|
|
margin-top: -1rem;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#datos {
|
|
|
|
.tabular {
|
|
|
|
.item {
|
2020-05-26 23:02:13 -04:00
|
|
|
background-color: $gris-claro !important;
|
2020-05-19 01:04:23 -04:00
|
|
|
border: thin solid white;
|
|
|
|
|
|
|
|
&:not(.active) {
|
2020-05-26 23:02:13 -04:00
|
|
|
border: thin solid $gris-claro;
|
2020-05-19 01:04:23 -04:00
|
|
|
background-color: white !important;
|
|
|
|
}
|
|
|
|
&:last-child {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.segment {
|
|
|
|
border: none !important;
|
2020-06-04 12:33:07 -04:00
|
|
|
background-color: $gris-oscuro;
|
|
|
|
color: white;
|
2020-05-19 01:04:23 -04:00
|
|
|
|
|
|
|
.informacion {
|
|
|
|
.row {
|
|
|
|
border-bottom: thin dotted white;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|