FIX: logo en producto
This commit is contained in:
@ -1,130 +1,45 @@
|
||||
/* line 3, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto {
|
||||
background-color: #a7a9ab;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
#producto { background-color: #a7a9ab; padding-bottom: 2rem; }
|
||||
|
||||
/* line 7, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto .titulo {
|
||||
color: #0d103c !important;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
#producto .titulo { color: #0d103c !important; padding-top: 2rem; padding-bottom: 1rem; }
|
||||
|
||||
/* line 9, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto .titulo .header {
|
||||
color: #0d103c !important;
|
||||
}
|
||||
#producto .titulo .header { color: #0d103c !important; }
|
||||
|
||||
/* line 12, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto .titulo .direccion {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
#producto .titulo .direccion { padding-left: 2rem; }
|
||||
|
||||
/* line 15, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto .titulo .publicado {
|
||||
padding-top: .5rem;
|
||||
}
|
||||
#producto .titulo .publicado { padding-top: .5rem; }
|
||||
|
||||
/* line 21, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #galeria {
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
#producto #galeria { padding-bottom: 4rem; }
|
||||
|
||||
/* line 24, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #galeria > .image {
|
||||
height: 53rem;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
#producto #galeria > .image { height: 53rem; overflow: hidden; display: flex; align-items: center; }
|
||||
|
||||
/* line 29, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #galeria > .image img {
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#producto #galeria > .image img { width: 100%; vertical-align: middle; }
|
||||
|
||||
/* line 35, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #galeria #thumbnails {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
#producto #galeria #thumbnails { padding-top: 2rem; }
|
||||
|
||||
/* line 38, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #galeria #thumbnails .image {
|
||||
height: 8rem;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
#producto #galeria #thumbnails .image { height: 8rem; overflow: hidden; display: flex; align-items: center; }
|
||||
|
||||
/* line 43, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #galeria #thumbnails .image img {
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#producto #galeria #thumbnails .image img { width: 100%; vertical-align: middle; }
|
||||
|
||||
/* line 50, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #buscar {
|
||||
color: #404041 !important;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
#producto #buscar { color: #404041 !important; padding-top: 2rem; }
|
||||
|
||||
/* line 54, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #buscar .header {
|
||||
color: inherit;
|
||||
}
|
||||
#producto #buscar .header { color: inherit; }
|
||||
|
||||
/* line 57, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #buscar .divider {
|
||||
background-color: white;
|
||||
}
|
||||
#producto #buscar .divider { background-color: white; }
|
||||
|
||||
/* line 61, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #buscar .field input[type='text'] {
|
||||
background-color: inherit !important;
|
||||
}
|
||||
#producto #buscar .field input[type='text'] { background-color: inherit !important; }
|
||||
|
||||
/* line 66, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #buscar .slider .track-fill {
|
||||
background-color: #0d103c !important;
|
||||
}
|
||||
#producto #buscar .slider .track-fill { background-color: #0d103c !important; }
|
||||
|
||||
/* line 70, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #buscar .price_label {
|
||||
margin-top: -1rem;
|
||||
float: right;
|
||||
}
|
||||
#producto #buscar .price_label { margin-top: -1rem; float: right; }
|
||||
|
||||
/* line 77, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #datos .tabular .item {
|
||||
background-color: #f4f4f4 !important;
|
||||
border: thin solid white;
|
||||
}
|
||||
#producto #datos .tabular .item { background-color: #f4f4f4 !important; border: thin solid white; }
|
||||
|
||||
/* line 81, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #datos .tabular .item:not(.active) {
|
||||
border: thin solid #f4f4f4;
|
||||
background-color: white !important;
|
||||
}
|
||||
#producto #datos .tabular .item:not(.active) { border: thin solid #f4f4f4; background-color: white !important; }
|
||||
|
||||
/* line 85, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #datos .tabular .item:last-child {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
#producto #datos .tabular .item:last-child { margin-left: 1rem; }
|
||||
|
||||
/* line 90, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #datos .segment {
|
||||
border: none !important;
|
||||
}
|
||||
#producto #datos .segment { border: none !important; }
|
||||
|
||||
/* line 94, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #datos .segment .informacion .row {
|
||||
border-bottom: thin dotted white;
|
||||
}
|
||||
#producto #datos .segment .informacion .row { border-bottom: thin dotted white; }
|
||||
|
||||
/* line 97, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/producto.scss */
|
||||
#producto #datos .segment .informacion .row:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=producto.css.map */
|
||||
#producto #datos .segment .informacion .row:last-child { border-bottom: none; }
|
||||
|
Reference in New Issue
Block a user