FIX: logo en producto
This commit is contained in:
@ -1,19 +1,5 @@
|
||||
/* line 3, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/admin.scss */
|
||||
#admin {
|
||||
background-color: #f4f4f4;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
#admin { background-color: #f4f4f4; padding-top: 3rem; padding-bottom: 2rem; }
|
||||
|
||||
/* line 8, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/admin.scss */
|
||||
#admin .button {
|
||||
background-color: #429ab7;
|
||||
color: white;
|
||||
}
|
||||
#admin .button { background-color: #429ab7; color: white; }
|
||||
|
||||
/* line 13, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/admin.scss */
|
||||
#admin .container > .header, #admin .container > .grid > .column > .header, #admin .container > .grid > .row > .column > .header {
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=admin.css.map */
|
||||
#admin .container > .header, #admin .container > .grid > .column > .header, #admin .container > .grid > .row > .column > .header { padding-bottom: 2rem; }
|
||||
|
@ -1,14 +1,3 @@
|
||||
/* line 3, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/faqs.scss */
|
||||
#faq {
|
||||
background-color: #a7a9ab;
|
||||
color: white;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
#faq { background-color: #a7a9ab; color: white; padding-top: 3rem; padding-bottom: 4rem; }
|
||||
|
||||
/* line 10, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/faqs.scss */
|
||||
#faq .header, #faq .title, #faq .content {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=faqs.css.map */
|
||||
#faq .header, #faq .title, #faq .content { color: inherit; }
|
||||
|
@ -1,204 +1,51 @@
|
||||
/* line 3, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
.header {
|
||||
color: inherit !important;
|
||||
font-family: inherit !important;
|
||||
}
|
||||
.header { color: inherit !important; font-family: inherit !important; }
|
||||
|
||||
/* line 8, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#banner {
|
||||
padding-top: 12rem;
|
||||
padding-bottom: 12rem;
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1920px auto;
|
||||
background-blend-mode: multiply;
|
||||
}
|
||||
#banner { padding-top: 12rem; padding-bottom: 12rem; background-color: rgba(0, 0, 0, 0.6); background-position: center; background-repeat: no-repeat; background-size: 1920px auto; background-blend-mode: multiply; }
|
||||
|
||||
/* line 17, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#banner #mensaje {
|
||||
margin-bottom: 2rem;
|
||||
color: white;
|
||||
font-weight: 300;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
#banner #mensaje { margin-bottom: 2rem; color: white; font-weight: 300; font-size: 1.6rem; }
|
||||
|
||||
/* line 23, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#banner #mensaje .header {
|
||||
font-weight: 900 !important;
|
||||
font-size: 1.9rem;
|
||||
}
|
||||
#banner #mensaje .header { font-weight: 900 !important; font-size: 1.9rem; }
|
||||
|
||||
/* line 28, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#banner .button {
|
||||
font-family: inherit;
|
||||
font-weight: 900;
|
||||
background-color: #0d103c !important;
|
||||
color: white;
|
||||
}
|
||||
#banner .button { font-family: inherit; font-weight: 900; background-color: #0d103c !important; color: white; }
|
||||
|
||||
/* line 36, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#aviso {
|
||||
color: white;
|
||||
background-color: #429ab7;
|
||||
padding-top: 5rem;
|
||||
padding-bottom: 3rem;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
#aviso { color: white; background-color: #429ab7; padding-top: 5rem; padding-bottom: 3rem; font-size: 1.6rem; font-weight: 300; }
|
||||
|
||||
/* line 44, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#aviso .header {
|
||||
font-weight: 900;
|
||||
}
|
||||
#aviso .header { font-weight: 900; }
|
||||
|
||||
/* line 49, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#destacados {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 5rem;
|
||||
background-color: #a7a9ab;
|
||||
min-height: 40rem;
|
||||
}
|
||||
#destacados { padding-top: 3rem; padding-bottom: 5rem; background-color: #a7a9ab; min-height: 40rem; }
|
||||
|
||||
/* line 55, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#destacados .header {
|
||||
color: #0d103c !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
#destacados .header { color: #0d103c !important; font-weight: 600; }
|
||||
|
||||
/* line 59, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#destacados .titulo {
|
||||
font-size: 1.6rem;
|
||||
font-weight: 900;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
#destacados .titulo { font-size: 1.6rem; font-weight: 900; padding-bottom: 1rem; }
|
||||
|
||||
/* line 64, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#destacados .ficha {
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
#destacados .ficha { border-radius: 0; border: 0; box-shadow: none !important; }
|
||||
|
||||
/* line 70, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#destacados .ficha .content .segment {
|
||||
background-color: #f4f4f4 !important;
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
font-weight: 300;
|
||||
}
|
||||
#destacados .ficha .content .segment { background-color: #f4f4f4 !important; padding-top: 0 !important; padding-bottom: 0 !important; font-weight: 300; }
|
||||
|
||||
/* line 76, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#destacados .ficha .content .button {
|
||||
font-family: inherit !important;
|
||||
font-weight: 900;
|
||||
padding-top: 0.3rem !important;
|
||||
padding-bottom: 0.3rem !important;
|
||||
background-color: #0d103c !important;
|
||||
}
|
||||
#destacados .ficha .content .button { font-family: inherit !important; font-weight: 900; padding-top: 0.3rem !important; padding-bottom: 0.3rem !important; background-color: #0d103c !important; }
|
||||
|
||||
/* line 84, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#destacados .ficha .image {
|
||||
height: 11rem;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
#destacados .ficha .image { height: 11rem; overflow: hidden; display: flex; align-items: center; }
|
||||
|
||||
/* line 89, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#destacados .ficha .image img {
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#destacados .ficha .image img { width: 100%; vertical-align: middle; }
|
||||
|
||||
/* line 94, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#destacados .ficha .overlay {
|
||||
background-color: #0d103c;
|
||||
color: white;
|
||||
opacity: 0.8;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
top: 1.9rem;
|
||||
right: -2.2rem;
|
||||
width: 10rem;
|
||||
padding-top: .3rem;
|
||||
padding-bottom: .3rem;
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
#destacados .ficha .overlay { background-color: #0d103c; color: white; opacity: 0.8; text-align: center; position: absolute; z-index: 999; top: 1.9rem; right: -2.2rem; width: 10rem; padding-top: .3rem; padding-bottom: .3rem; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
|
||||
|
||||
/* line 113, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#destacados .active {
|
||||
font-weight: 900;
|
||||
}
|
||||
#destacados .active { font-weight: 900; }
|
||||
|
||||
/* line 118, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#segmentos {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
#segmentos { padding-top: 4rem; padding-bottom: 4rem; }
|
||||
|
||||
/* line 122, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#segmentos .titulo {
|
||||
color: #0d103c !important;
|
||||
}
|
||||
#segmentos .titulo { color: #0d103c !important; }
|
||||
|
||||
/* line 128, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#segmentos .grid .basic.segment .header {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
#segmentos .grid .basic.segment .header { margin-top: 1rem; }
|
||||
|
||||
/* line 135, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#resumen {
|
||||
background-position: center;
|
||||
background-position-y: -60rem;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 2600px auto;
|
||||
min-height: 20rem;
|
||||
padding-top: 3rem;
|
||||
}
|
||||
#resumen { background-position: center; background-position-y: -60rem; background-repeat: no-repeat; background-size: 2600px auto; min-height: 20rem; padding-top: 3rem; }
|
||||
|
||||
/* line 143, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#resumen .inverted.circular.segment {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
#resumen .inverted.circular.segment { background-color: rgba(0, 0, 0, 0.8); }
|
||||
|
||||
/* line 148, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#indicadores {
|
||||
background-color: #a7a9ab;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
height: 4rem;
|
||||
}
|
||||
#indicadores { background-color: #a7a9ab; padding-top: 1rem; padding-bottom: 1rem; height: 4rem; }
|
||||
|
||||
/* line 154, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#indicadores .slideshow {
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
height: 2rem;
|
||||
}
|
||||
#indicadores .slideshow { overflow: hidden; text-align: center; height: 2rem; }
|
||||
|
||||
/* line 159, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#indicadores .slideshow .slide {
|
||||
display: inline;
|
||||
float: left;
|
||||
color: white;
|
||||
padding: 0;
|
||||
margin-right: 1rem;
|
||||
text-align: center;
|
||||
padding-left: 1rem;
|
||||
padding-right: 2rem;
|
||||
border-right: thin solid black;
|
||||
}
|
||||
#indicadores .slideshow .slide { display: inline; float: left; color: white; padding: 0; margin-right: 1rem; text-align: center; padding-left: 1rem; padding-right: 2rem; border-right: thin solid black; }
|
||||
|
||||
/* line 167, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/home.scss */
|
||||
#indicadores .slideshow .slide .value:last-child {
|
||||
padding-left: 0.3rem;
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=home.css.map */
|
||||
#indicadores .slideshow .slide .value:last-child { padding-left: 0.3rem; font-weight: 100 !important; }
|
||||
|
@ -1,113 +1,39 @@
|
||||
/* line 3, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
body {
|
||||
font-family: Roboto, sans-serif !important;
|
||||
}
|
||||
body { font-family: Roboto, sans-serif !important; }
|
||||
|
||||
/* line 7, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
.brand {
|
||||
color: #000070 !important;
|
||||
}
|
||||
.brand { color: #000070 !important; }
|
||||
|
||||
/* line 10, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
.inverted.brand {
|
||||
background-color: #000070 !important;
|
||||
color: white !important;
|
||||
}
|
||||
.inverted.brand { background-color: #000070 !important; color: white !important; }
|
||||
|
||||
/* line 14, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
.button.brand {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.button.brand { box-shadow: none !important; }
|
||||
|
||||
/* line 17, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
.title.image {
|
||||
width: 15rem;
|
||||
}
|
||||
.title.image { width: 15rem; }
|
||||
|
||||
/* line 22, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
header #franja {
|
||||
background-color: #707070;
|
||||
color: white !important;
|
||||
}
|
||||
header #franja { background-color: #707070; color: white !important; }
|
||||
|
||||
/* line 26, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
header #franja .menu {
|
||||
color: inherit !important;
|
||||
}
|
||||
header #franja .menu { color: inherit !important; }
|
||||
|
||||
/* line 29, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
header #franja .menu .spacer {
|
||||
width: 3rem;
|
||||
}
|
||||
header #franja .menu .spacer { width: 3rem; }
|
||||
|
||||
/* line 32, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
header #franja .menu .input {
|
||||
height: 1.3rem !important;
|
||||
}
|
||||
header #franja .menu .input { height: 1.3rem !important; }
|
||||
|
||||
/* line 37, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
header .menu {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
header .menu { margin-top: 0 !important; margin-bottom: 0 !important; }
|
||||
|
||||
/* line 41, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
header .menu .logo {
|
||||
font-size: 2rem;
|
||||
font-weight: 900;
|
||||
}
|
||||
header .menu .logo { font-size: 2rem; font-weight: 900; }
|
||||
|
||||
/* line 48, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
a {
|
||||
color: inherit !important;
|
||||
}
|
||||
a { color: inherit !important; }
|
||||
|
||||
/* line 52, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
.menu {
|
||||
font-family: inherit !important;
|
||||
}
|
||||
.menu { font-family: inherit !important; }
|
||||
|
||||
/* line 55, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
.item {
|
||||
font-family: inherit !important;
|
||||
color: inherit !important;
|
||||
}
|
||||
.item { font-family: inherit !important; color: inherit !important; }
|
||||
|
||||
/* line 60, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
#contacto {
|
||||
background-color: #f4f4f4;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
#contacto { background-color: #f4f4f4; padding-top: 3rem; padding-bottom: 3rem; }
|
||||
|
||||
/* line 65, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
#contacto .header {
|
||||
color: #0d103c !important;
|
||||
font-weight: 900;
|
||||
}
|
||||
#contacto .header { color: #0d103c !important; font-weight: 900; }
|
||||
|
||||
/* line 69, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
#contacto .form .button {
|
||||
background-color: #429ab7;
|
||||
color: white;
|
||||
}
|
||||
#contacto .form .button { background-color: #429ab7; color: white; }
|
||||
|
||||
/* line 75, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
footer {
|
||||
background-color: #429ab7;
|
||||
color: white;
|
||||
margin: 0;
|
||||
}
|
||||
footer { background-color: #429ab7; color: white; margin: 0; }
|
||||
|
||||
/* line 80, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
footer .menu {
|
||||
margin: 0 !important;
|
||||
}
|
||||
footer .menu { margin: 0 !important; }
|
||||
|
||||
/* line 83, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/main.scss */
|
||||
footer .menu .label {
|
||||
background-color: white !important;
|
||||
color: #429ab7 !important;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
footer .menu .label { background-color: white !important; color: #429ab7 !important; }
|
||||
|
@ -1,19 +1,5 @@
|
||||
/* line 3, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/nosotros.scss */
|
||||
#nosotros {
|
||||
background-color: #a7a9ab;
|
||||
color: white;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
#nosotros { background-color: #a7a9ab; color: white; padding-top: 3rem; padding-bottom: 4rem; }
|
||||
|
||||
/* line 10, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/nosotros.scss */
|
||||
#nosotros .header {
|
||||
color: inherit;
|
||||
}
|
||||
#nosotros .header { color: inherit; }
|
||||
|
||||
/* line 13, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/nosotros.scss */
|
||||
#nosotros .column {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=nosotros.css.map */
|
||||
#nosotros .column { text-align: justify; }
|
||||
|
@ -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; }
|
||||
|
@ -1,81 +1,19 @@
|
||||
/* line 3, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/productos.scss */
|
||||
#productos {
|
||||
background-color: #a7a9ab;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
#productos { background-color: #a7a9ab; padding-top: 2rem; }
|
||||
|
||||
/* line 7, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/productos.scss */
|
||||
#productos .titulo {
|
||||
color: #0d103c !important;
|
||||
}
|
||||
#productos .titulo { color: #0d103c !important; }
|
||||
|
||||
/* line 11, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/productos.scss */
|
||||
#productos .tabular.menu .item {
|
||||
color: #404041 !important;
|
||||
}
|
||||
#productos .tabular.menu .item { color: #404041 !important; }
|
||||
|
||||
/* line 15, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/productos.scss */
|
||||
#productos .grid {
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
#productos .grid { padding-top: 2rem; padding-bottom: 2rem; }
|
||||
|
||||
/* line 19, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/productos.scss */
|
||||
#productos .grid .ficha {
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
#productos .grid .ficha { border-radius: 0; border: 0; box-shadow: none !important; }
|
||||
|
||||
/* line 25, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/productos.scss */
|
||||
#productos .grid .ficha .content .segment {
|
||||
background-color: #e6e6e7 !important;
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
font-weight: 300;
|
||||
}
|
||||
#productos .grid .ficha .content .segment { background-color: #e6e6e7 !important; padding-top: 0 !important; padding-bottom: 0 !important; font-weight: 300; }
|
||||
|
||||
/* line 31, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/productos.scss */
|
||||
#productos .grid .ficha .content .button {
|
||||
font-family: inherit !important;
|
||||
font-weight: 900;
|
||||
padding-top: 0.3rem !important;
|
||||
padding-bottom: 0.3rem !important;
|
||||
background-color: #0d103c !important;
|
||||
}
|
||||
#productos .grid .ficha .content .button { font-family: inherit !important; font-weight: 900; padding-top: 0.3rem !important; padding-bottom: 0.3rem !important; background-color: #0d103c !important; }
|
||||
|
||||
/* line 39, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/productos.scss */
|
||||
#productos .grid .ficha .image {
|
||||
height: 11rem;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
#productos .grid .ficha .image { height: 11rem; overflow: hidden; display: flex; align-items: center; }
|
||||
|
||||
/* line 44, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/productos.scss */
|
||||
#productos .grid .ficha .image img {
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#productos .grid .ficha .image img { width: 100%; vertical-align: middle; }
|
||||
|
||||
/* line 49, ../../Workspace/git/provm/capitalinvestments/resources/assets/sass/productos.scss */
|
||||
#productos .grid .ficha .overlay {
|
||||
background-color: #0d103c;
|
||||
color: white;
|
||||
opacity: 0.8;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
top: 1.9rem;
|
||||
right: -2.2rem;
|
||||
width: 10rem;
|
||||
padding-top: .3rem;
|
||||
padding-bottom: .3rem;
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=productos.css.map */
|
||||
#productos .grid .ficha .overlay { background-color: #0d103c; color: white; opacity: 0.8; text-align: center; position: absolute; z-index: 999; top: 1.9rem; right: -2.2rem; width: 10rem; padding-top: .3rem; padding-bottom: .3rem; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
|
||||
|
Reference in New Issue
Block a user