Files
KI/resources/assets/sass/main.scss

98 lines
1.4 KiB
SCSS
Raw Normal View History

2020-05-26 23:02:13 -04:00
@import 'pallete';
body {
font-family: Roboto, sans-serif !important;
}
.brand {
color: #000070 !important;
}
.inverted.brand {
background-color: #000070 !important;
color: white !important;
}
.button.brand {
box-shadow: none !important;
}
.title.image {
width: 15rem;
}
header {
#franja {
background-color: #707070;
color: white !important;
.menu {
color: inherit !important;
.spacer {
width: 3rem;
}
.input {
height: 1.3rem !important;
}
}
}
.menu {
margin-top: 0 !important;
margin-bottom: 0 !important;
.logo {
font-size: 2rem;
font-weight: 900;
}
2020-05-31 12:46:59 -04:00
#productos_menu .menu {
2020-06-04 12:33:07 -04:00
border: thin solid white;
2020-05-31 12:46:59 -04:00
box-shadow: none;
.item:hover {
background-color: $gris-medio !important;
}
}
}
}
a {
color: inherit !important;
}
.menu {
font-family: inherit !important;
}
.item {
font-family: inherit !important;
color: inherit !important;
}
2020-05-19 01:04:23 -04:00
#contacto {
2020-05-26 23:02:13 -04:00
background-color: $gris-claro;
2020-05-19 01:04:23 -04:00
padding-top: 3rem;
padding-bottom: 3rem;
.header {
2020-05-26 23:02:13 -04:00
color: $azul-oscuro !important;
2020-05-19 01:04:23 -04:00
font-weight: 900;
}
.form .button {
2020-05-26 23:02:13 -04:00
background-color: $marca;
2020-05-19 01:04:23 -04:00
color: white;
}
}
footer {
2020-05-26 23:02:13 -04:00
background-color: $marca;
color: white;
2020-05-12 19:12:54 -04:00
margin: 0;
.menu {
margin: 0 !important;
.label {
background-color: white !important;
2020-05-26 23:02:13 -04:00
color: $marca !important;
}
}
}