FIX: logo en producto
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user